
 /* CSS by Heraldo Carlos Serrano */

 BODY	{
	 margin:12px;

	 /* color: #C7CDD4; */

	 background-color: #041A36;

	 background-image: url('img_2009/fondo.gif') ;

	}

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


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

 table.exterior
	{
	 width:754px;
	 /* border:#ff0000 0px solid; */
	}

 /*-------------- Tabla superior -------------*/

  table.superior
	{
	 width:100% ;
	 background-image: url('img_2009/cir111.gif') ;
	}

  table.superior tr {height:10px;}

  table.superior td.izq, table.superior td.der {width:22px;}

  table.superior td.cen {width:710px;}


 /*-------------- Tabla media -------------*/

  table.media td.izq {padding:1px;}

  table.media td.der {padding:1px;}


 /*-------------- Tabla inferior -------------*/

  table.inferior
	{
	 width:100% ;
	 background-image: url('img_2009/cir111.gif') ;
	}

  table.inferior tr {border:#808080 0px solid; height:10px;}

  table.inferior td.izq, table.inferior td.der {width:28px;}

  table.inferior td.cen {width:710px;}

 /*----------------- imagenes recuadro -------------------*/

  table.superior td.izq		{background: url("img_2009/esquinas.gif") top left no-repeat ;}
  table.superior td.cen		{background: url("img_2009/arriba_abajo.gif") top center repeat-x  ;}
  table.superior td.der		{background: url("img_2009/esquinas.gif") top right no-repeat ;}

  table.media td.izq	{background: #ffffff url("img_2009/izq_der.gif") left  repeat-y  ;}
  table.media td.der	{background: #ffffff url("img_2009/izq_der.gif") right repeat-y  ;}

  table.inferior td.izq		{background: url("img_2009/esquinas.gif") bottom left   no-repeat ;}
  table.inferior td.cen		{background: url("img_2009/arriba_abajo.gif") bottom center repeat-x  ;}
  table.inferior td.der		{background: url("img_2009/esquinas.gif") bottom right  no-repeat ;}

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


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

 table.cab
	{
	 width:100%;
	 color: #386987 ;

	 /*background-color: #d0e5ee ; */

	 background-image: url('img_2009/cir111.gif') ;
	 background-position: bottom ;
	}

 table.cabecera
	{
	 border:0px solid;
	 width:100%;
	 height:100px;
	 background-position: center;
	 background-repeat: repeat-x;
	 padding:0px;

	}

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

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

	}

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

 A.usuarios
	{
	 color:#4583a7;
	 /* background-color:#d0e5ee; */
	}

 A.usuarios:hover
	{
	 color:#4583a7;
	 background-color:#f4f9fb; 
	}

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


 /*-------------------- Tabla principal ------------------*/


 table.ppal td
	{
	 /*border: #ff0000 1px solid ;*/
	}

 table.ppal td.col1
	{
	 width:130px;
	 text-align:center;
	 padding-top:5px;
	 padding-left:0px;
	 padding-right:0px;
	}

 table.tcol1
	{
	 width: 100%;
	}

 table.tcol1 td
	{
	 padding:0px;
	 width:100%;
	}

 table.ppal ul.submenu
	{
	 width:100%;
	 text-align:center;
	}

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

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

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

 table.ppal td.col5
	{
	 width:130px;
	 padding-top:3px;
	 padding-left:0px;
	 padding-right:0px;
	}

 table.ppal td.pie
	{
	 height:2px;
	}

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

 /*------------------ colores tabla principal -------------------*/

 table.ppal
	{
	 background-color: #ffffff ;
	 /* background-image: url('img_blanca/fon_arriba.gif') ; */
	}

 td.col1
	{
	 /*background-color:#8CBFFD;*/
	}

 td.col2
	{
	 border-left:#e0e0e0 1px solid;
	}

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

td.col5
	{
	 /* background: url("img_2009/derecho.gif") right repeat-y ; */
	}


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

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


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

 ul.submenu a.sub_titu
	{
	 color:#202020;
	 background-color:#e0e0e0;
	 text-align: right ! important;
	 padding-right: 14px;
	}

 ul.submenu a.sub_titu:hover
	{
	 color:#f0f0f0;
	 background-color:#808080;
	 text-align: right ! important;
	}

 li.submenu a.modu
	{
	 color:#202020;
	 text-align: right ! important;

	 padding-top:    6px;
	 padding-bottom: 6px;

	 font-weight: bold;

	 font-size:10px;

	 padding-right: 14px;
	}

 li.submenu a.modu:hover
	{
	 color:#101010;
	 background-color:#f4f4f4; 
	 text-align: right ! important;

	 padding-top:    6px;
	 padding-bottom: 6px;

	}