
 /* CSS by Heraldo Carlos Serrano */

 BODY	{
	 margin:10px;

	 background-color: #eeeeee ;
	 background-image: url('img_cielo/fon_gris.gif') ;

	 SCROLLBAR-TRACK-COLOR: #f6f6f6;
	 SCROLLBAR-FACE-COLOR:  #808080;

	 SCROLLBAR-HIGHLIGHT-COLOR:  #f6f6f6;
	 SCROLLBAR-SHADOW-COLOR:     #f6f6f6;
	 SCROLLBAR-3DLIGHT-COLOR:    #f6f6f6;
	 SCROLLBAR-DARKSHADOW-COLOR: #f6f6f6;

	 SCROLLBAR-ARROW-COLOR: #f6f6f6;
	}

  body, p, td	{font-family: verdana; font-size:11px;}


 /*-------------- Tabla exterior -------------*/

  table.exterior
	{
	 width:750px;
	}

 /*--------------------------------------------*/

  table.superior, table.inferior
	{
 	 width:100%;
	 height:1px;
	 /* background-color:#24699b; */
	}

 table.media
	{
 	 width:100%;
	 /* border-left:#24699b 1px solid; */
	 /* border-right:#24699b 1px solid; */
	}

 /*--------------------- Tabla cabecera --------------------*/

 table.cab
	{
	 /*--------- tabla externa ----------*/
	 width:100% ;
	 color: #386987 ;
	 background-image: url('img_cielo/fondo_sup_izq.gif') ;
	 background-position: top left;
	 background-repeat: no-repeat;
	}

 table.cab td.tdcab
	{
	 color: #386987 ;
	 background-image: url('img_cielo/fondo_sup_der.gif') ;
	 background-position: top right;
	 background-repeat: no-repeat;
	}

 table.cabecera
	{
	 width:100%;
	 height:96px;
	 background-position: left;
	 background-repeat: repeat-x;
	}

 table.cabecera td.cab_izq
	{
	 width:200px;
	 background-position: center  ;
	 background-repeat: no-repeat ;
	}

 table.cabecera td.cab_cen
	{
	 width:420px;
	 font-size:18px;
	 font-weight:bold;
	 text-align:left;
	 vertical-align: middle;
	}

 table.cabecera td.cab_der
	{
	 width:120px;
	 background-position: center  ;
	 background-repeat: no-repeat ;
	 vertical-align:bottom;
	}

 /*---------------------------------------------------------*/

 A.usuarios
	{
	 color:#24699B;
	 background-color:#fdfeff;
	}

 A.usuarios:hover
	{
	 color:#24699B;
	 background-color:#fdfeff; 
	}
 
 /*-------------------- Tabla principal ------------------*/

 table.ppal
	{
	 clear:left;
	 width:100%;
	}

 table.ppal td.col1
	{
	 width:160px;
	 text-align:center;
	 padding-top:6px;
	 padding-left:16px;
	 padding-right:6px;
	}

 table.ppal ul.submenu
	{
	 width:134px;
	 text-align:right;
	}

 table.ppal td.col2 
	{
	 padding-left:8px;
	}

 table.ppal td.col3
	{
	 /*width:540px;*/
	 padding-top:6px;
	 padding-left:5px;
	 padding-right:5px;
	}

 table.ppal td.col4 
	{
	 padding-left:2px;
	}

 table.ppal td.col5
	{
	 /*
	 width:132px;
	 padding-top:6px;
	 padding-left:4px;
	 padding-right:4px;
	 */
	}

 table.ppal td.pie
	{
	 height:1px;
	 background-color:#24699b;
	}

 /*---------------------------------------------------------*/


 /*--------- colores e imagenes d tabla principal ----------*/

 table.ppal
	{
	 background-color: #ffffff ;
	 background-image: url('img_cielo/ppal.gif') ;
	 background-position: left;
	 background-repeat: repeat-y ;
	}

 td.col1
	{
	 /* background-color: #E0EEFB ; */
	 background-image: url('img_cielo/col1.gif') ; 
	 background-position: left top;
	 background-repeat: no-repeat ;
	}

 td.col2
	{
	 /* border-left:#f3f9fe 1px solid; */
	}

 td.col4
	{
	 /* border-right:#f3f9fe 1px solid; */
	}

 td.pie
	{
	 background-color:#E0EEFB;
	}

 /*------------------------------------------------------------*/


 /*-------------------- Submenu ---------------------*/

 ul.submenu a.sub_titu
	{
	 border:#386988 0px solid;
	 color:#386987;
	 /* background-color:#f3f9fe; */
	}

 ul.submenu a.sub_titu:hover
	{
	 color:#6969ff;
	 /* background-color:#24699B; */
	 text-align: right ! important;
	}

 li.submenu a.modu
	{
	 /*
	 border-left:#386988 1px solid;
	 border-right:#386988 1px solid;
	 border-bottom:#386988 1px solid;
	 background-color:#fdfeff;
	 */
	 color:#386987;
	 text-align: right ! important;
	 padding-top: 10px;
	 padding-bottom: 10px;
	 font-weight: bold;
	}

 li.submenu a.modu:hover
	{
	 color:#6969ff;
	 /* background-color:#24699B; */
	 text-align: right ! important;
	 padding-top: 10px;
	 padding-bottom: 10px;
	}


