
 /* CSS by Heraldo Carlos Serrano */

 BODY	{
	 margin:15px;

	 background-color: #ffffff ;
	 background-image: url('img_inicio/fondo.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;
	 border:0px solid;
	}

 /*-------------- Tabla superior -------------*/

  table.superior {width:100%;}

  table.superior tr {border:0px solid; height:10px;}

  table.superior td.izq, table.superior td.der {width:28px;}

  table.superior td.cen {width:710px;}


 /*-------------- Tabla media -------------*/

 table.media
	{
 	 width:100%;
	}


  table.media td.izq {padding:2px;}

  table.media td.cen
	{
	 background-color: #F3D193;
	}

  table.media td.der {padding:4px;}


 /*-------------- Tabla inferior -------------*/

  table.inferior {width:100%;}

  table.inferior tr {border:0px solid; height:14px;}

  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_multix/esquinas.gif") top left no-repeat ;}
  table.superior td.cen		{background: #ffffff url("img_multix/arriba_abajo.gif") top center repeat-x  ;}
  table.superior td.der		{background: url("img_multix/esquinas.gif") top right no-repeat ;}

  table.media td.izq	{background: #ff0000 url("img_multix/izq_der.gif") left  repeat-y  ;}
  table.media td.der	{background: #ffffff url("img_multix/izq_der.gif") right repeat-y  ;}

  table.inferior td.izq		{background: url("img_multix/esquinas.gif") bottom left   no-repeat ;}
  table.inferior td.cen		{background: #ffffff url("img_multix/arriba_abajo.gif") bottom center repeat-x  ;}
  table.inferior td.der		{background: url("img_multix/esquinas.gif") bottom right  no-repeat ;}

 /*------------------------------------------------------*/


 /*--------------------- Tabla cabecera --------------------*/

 table.cab
	{
	 background-image: url("img_multix/fon_naranja.gif") ; 
	}

 table.cabecera
	{
	 width:100%;
	 height:150px;
	 background-position: left top;
	 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:center;
	}

  table.cabecera td.cab_der
	{
	 width:140px;
	 background-position: center  ;
	 background-repeat: no-repeat ;
	 text-align:center;
	 vertical-align:bottom;
	}

 /*---------------------------------------------------------*/

 A.usuarios
	{
	 color:#F09151;
	 background-color:#F3D193;
	}

 A.usuarios:hover
	{
	 color:#F09151; 
	 background-color:#FBF9F4;
	}


 /*-------------------- Tabla principal ------------------*/

 table.ppal td.col1
	{
	 width:146px;
	 padding-top:9px;
	 padding-left:5px;
	 padding-right:5px;
	 text-align:center;
	}

 table.ppal ul.submenu
	{
	 width:136px;
	 text-align:center;
	}

 table.ppal td.col2
	{
	 padding-left:4px;
	}

 table.ppal td.col3
	{
	 width:512px;
	 padding-top:6px;
	 padding-left:6px;
	 padding-right:6px;
	}

 table.ppal td.col4 
	{
	 padding-left:4px;
	}

 table.ppal td.col5
	{
	 padding-top:6px;
	 padding-left:5px;
	 padding-right:5px;
	}

 table.ppal td.pie
	{
	 height:12px;
	}

 /*---------------------------------------------------------*/


 /*------------------ colores tabla principal -------------------*/

 table.ppal
	{
  	 background-color: #ffffff;
	 background-image: url('img_gris/fon_arriba.gif') ;
	}

 table.ppal td.col1
	{
	 background-color:#F7DFB3;
	}

 table.ppal td.col2
	{
  	 /* background-color:#ffffff; */
	 border-left:#ffe7bb 1px solid;
	}

 table.ppal td.col3
	{
  	 /* background-color:#ffffff; */
	}

 table.ppal td.col4
	{
  	 /* background-color:#ffffff; */
	 /* border-right:#ffe7bb 1px solid; */
	}

 table.ppal td.col5
	{
	 /* background-color:#F7DFB3; */
	}

 table.ppal td.pie
	{
	 background-color:#F7DFB3; 
	}


 /*---------------------------------------------------------------*/

 /*-------------------- Submenu -------------------*/

 ul.submenu a.sub_titu
	{
	 border:#BA591F 1px solid;
	 color:#A04D1B;
	 background-color:#F3D193;
	}

 ul.submenu a.sub_titu:hover, li.submenu a.modu:hover
	{
	 color:#ffffff;
	 background-color:#F09151;
	}

 li.submenu a.modu
	{
	 border-left:#BA591F 1px solid;
	 border-right:#BA591F 1px solid;
	 border-bottom:#BA591F 1px solid;
	 color:#A04D1B;
	 background-color:#FBF9F4;
	}

