@charset "utf-8";
/* CSS Document */

* {
font-family:verdana;
font-size:11px;
}

body {
	margin:0;
	background-color: #355679;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../imagenes/bg_body.jpg);
	font-family: Arial, Helvetica, sans-serif;
}

img {
vertical-align:middle;
}
/*Atajos:*/ 
.floatR {
float:right;
}

.floatL {
float:left;
}

.clear {
clear:both;
}
/*Agenerales:*/ 

 
 /*COMIENZAN EL CSS PARA LOS CONTENEDORES*/
 
 /*Contendor general*/
#contenedor_general{
	width: 100%;
 }
 
 
  /*Contendor header*/
#header_top{
	height: 59px;
	width: 100%;
}
#menu_top{
	height: 30px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
#sep_top{
	height: 10px;
}
#cont_menus{
	height: 20px;
}
.sep_menu1{
	width: 76px;
	height: 16px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
 .sep_menu2{
	height: 13px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: center;
	padding-top: 3px;
	font-size: 10px;
	padding-right: 25px;
	padding-left: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.sep_menu2 a:link{
	text-decoration: none;
	font-size: 10px;
	color: #FFF;

}
.sep_menu2 a:visited{
	text-decoration: none;
	font-size: 10px;
	color: #FFF;

}
.sep_menu2 a:hover{
	color: #CFE3FC;
	text-decoration: none;
	font-size: 10px;

}

.sep_menu3{
	width: 270px;
	height: 18px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
 .sep_home{
	height: 18px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: center;
	padding-top: 0px;
	font-size: 10px;
	padding-right: 13px;
	padding-left: 13px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
/*contenedores de la cabecera*/

 /*HEADER*/
 #contenedor_header{
	height: 187px;
	width: 931px;
	margin-right: auto;
	margin-left: auto;
 }
  #contenedor_central{
	height: 100%;
	width: 931px;
	margin-right: auto;
	margin-left: auto;
 }
 #footer{
	background-image: url(../imagenes/pie.jpg);
	background-repeat: no-repeat;
	background-position: center top;
 }
  #contenedor_footer{
	height: 77px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
 }
 #head_izq{
	float: left;
	height: 187px;
	width: 327px;
 }
  #head_cen{
	float: left;
	height: 187px;
	width: 454px;
	background-image: url(../imagenes/flash.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 1px;
	padding-left: 1px;
 }
  #head_der{
	float: left;
	width: 149px;
	height: 187px;
	background-color: #336799;
 }
 .logo{
	height: 109px;
	background-image: url(../imagenes/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
 }
 .menu_izq{
	height: 22px;
	font-weight: bold;
	color: #FFF;
	background-color: #336799;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-image: url(../imagenes/on.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	text-indent: 9px;
	line-height: 20px;
 }
 
  .menu_izq a:link{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	height: 22px;
 } 
 .menu_izq a:visited{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
 }
   .menu_izq a:hover{
	font-weight: bold;
	color: #336799;
	text-decoration: none;
	background-image: url(../imagenes/of.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 22px;
 }

 
 
 
 .menu_izq2{
	height: 23px;
	font-weight: bold;
	color: #FFF;
	background-color: #336799;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-image: url(../imagenes/on.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	vertical-align: baseline;
	text-align: left;
	text-indent: 9px;
	line-height: 20px;
 }
 
  .menu_izq2 a:link{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	height: 23px;
 } 
 .menu_izq2 a:visited{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
 }
   .menu_izq2 a:hover{
	font-weight: bold;
	color: #336799;
	text-decoration: none;
	background-image: url(../imagenes/of.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 23px;
 }
 
  .menu_fin{
	height: 8px;
	font-weight: bold;
	color: #FFF;
	background-color: #336799;
 }
 .clr{
	color: #CBE3FB;
 }
 .osc{
	color: #336799;
 }
 .osc a:link{
	color: #336799;
 }
 .osc a:visited{
	color: #336799;
 }
 .osc a:hover{
	color: #336799;
 }
 .osc2{
	color: #336799;
	font-size: 10px;
 }
 .osc2 a:link{
	color: #336799;
	font-size: 10px;
 }
 .osc2 a:visited{
	color: #336799;
	font-size: 10px;
 }
 .osc2 a:hover{
	color: #336799;
	font-size: 10px;
 }
#codigo{
	background-color: #CFE3FC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	height: 71px;
	_height: 69px;

}
.cod_tit{
	color: #336799;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.cod_campo{
	padding-left: 10px;
}
.cod_imput{
	color: #336799;
	padding-left: 10px;
}
.imput1{
	width: 130px;
	color: #336799;
}
.imput4{
	width: 130px;
	color: #336799;
}
.imput5{
	width: 100px;
	color: #336799;
}
.imput3{
	width: 100px;
	color: #336799;
}
.cod_bot{
	text-align: right;
	padding-top: 6px;
	padding-right: 6px;
}
.boton1{
	background-color: #EFF6FE;
	border: 1px solid #336799;
	width: 73px;
	padding-bottom: 1px;
	padding-top: 1px;
	margin-bottom: 2px;
}
.menu_der{
	height: 17px;
	padding-left: 5px;
	padding-top: 5px;
	color: #FFF;
	background-color: #336799;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
 }
  .menu_der a:link{
	color: #FFF;
	text-decoration: none;
 } 
 .menu_der a:visited{
	color: #FFF;
	text-decoration: none;
 }
   .menu_der a:hover{
	color: #CFE3FC;
 }


 .menu_der_pres{
	height: 19px;
	padding-left: 5px;
	padding-top: 6px;
	color: #FFF;
	background-color: #336799;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-weight: bold;
 }
  .menu_der_pres a:link{
	color: #FFF;
	text-decoration: none;
 } 
 .menu_der_pres a:visited{
	color: #FFF;
	text-decoration: none;
 }
   .menu_der_pres a:hover{
	color: #CFE3FC;
 }
 
 .sep_der{
	background-color: #CFE3FC;
	height: 11px;
	_height: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
 }
  /*Fin header*/
  
  
 
  /*Contendor central*/
 #centro_izq{
	float: left;
	height: 477px;
	width: 327px;
 }
 #centro_izq_politica{
	float: left;
	width: 327px;
 }
  #centro_contenido{
	float: left;
	width: 601px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #CFE3FC;
	border-bottom-color: #CFE3FC;
	border-left-color: #CFE3FC;
	margin-left: 1px;
	background-color: #FFF;
	height: 100%;
 }
 #centro_contenido_sitemap{
	float: left;
	height: 560px;
	width: 601px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #CFE3FC;
	border-bottom-color: #CFE3FC;
	border-left-color: #CFE3FC;
	margin-left: 1px;
	background-color: #FFF;
 }
  #centro_express{
	float: left;
	height: 475px;
	width: 601px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #CFE3FC;
	border-bottom-color: #CFE3FC;
	border-left-color: #CFE3FC;
	margin-left: 1px;
	background-color: #FFF;
	background-image: url(../imagenes/express_abajo.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
 }
 #centro_distribucion{
	float: left;
	height: 475px;
	width: 601px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #CFE3FC;
	border-bottom-color: #CFE3FC;
	border-left-color: #CFE3FC;
	margin-left: 1px;
	background-color: #FFF;
	background-image: url(../imagenes/distribucion.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
 }
  #centro_politica{
	float: left;
	width: 601px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #CFE3FC;
	border-bottom-color: #CFE3FC;
	border-left-color: #CFE3FC;
	margin-left: 1px;
	background-color: #FFF;
	height: 100%;
 }
  #centro_noticias{
	float: left;
	width: 601px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #CFE3FC;
	border-bottom-color: #CFE3FC;
	border-left-color: #CFE3FC;
	margin-left: 1px;
	background-color: #FFF;
	background-image: url(../imagenes/logo_noti.jpg);
	background-repeat: no-repeat;
	background-position: right 35px;
 }
 #centro_formularios{
	float: left;
	width: 601px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #CFE3FC;
	border-bottom-color: #CFE3FC;
	border-left-color: #CFE3FC;
	margin-left: 1px;
	background-color: #FFF;
	background-image: url(../imagenes/logo_noti.jpg);
	background-repeat: no-repeat;
	background-position: right 35px;
	height: 100%;
 }
 #centro_ubicacion{
	float: left;
	width: 601px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #CFE3FC;
	border-bottom-color: #CFE3FC;
	border-left-color: #CFE3FC;
	margin-left: 1px;
	background-color: #FFF;
	height: 750px;
 }
.tit_central{
	font-weight: bold;
	color: #336799;
	height: 20px;
	text-align: right;
	padding-right: 9px;
	padding-top: 7px;
	background-color: #CFE3FC;
}
.contiene_variable_cen{
}
.contiene_variable_politica{

}
.textos_centrales{
	float: left;
	width: 250px;
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 20px;
	color: #666;
	text-align: justify;
}
.textos_centrales_productos{
	float: left;
	padding-top: 5px;
	padding-right: 25px;
	padding-left: 25px;
	color: #666;
	text-align: justify;
}
.textos_centrales_politica{
	float: left;
	padding-top: 5px;
	padding-right: 25px;
	padding-left: 25px;
	color: #666;
	text-align: justify;
	
}
.textos_centrales_sitemap{
	float: left;
	padding-top: 5px;
	padding-right: 25px;
	padding-left: 25px;
	color: #666;
	width: 550px;
	background-image: url(../imagenes/logo_site.jpg);
	background-repeat: no-repeat;
	background-position: right 10px;
	padding-bottom: 20px;	
}
.tex_productos{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #346796;
}
.tex_politica{

}
.tex_prod_bander{
	padding-top: 15px;
	padding-bottom: 7px;
	padding-left: 20px;
	text-align: justify;
	padding-right: 15px;
}
.img_prod{
	float: left;
	height: 54px;
	width: 84px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 15px;
}
.cabecera_mastiles{
	height: 19px;
}
.modelo_mast{
	background-image: url(../imagenes/modelo.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 19px;
	width: 197px;
	line-height: 17px;
	font-weight: bold;
	color: #FFF;
	padding-left: 5px;
	text-align: left;
	background-color: #336799;
	background-position: right;
}
.amplia_mast{
	float: left;
	height: 19px;
	width: 147px;
	line-height: 17px;
	font-weight: bold;
	color: #336799;
	background-color: #CFE3FC;
	text-align: right;
	padding-right: 5px;
}
.amplia_mast a:link{
	line-height: 17px;
	font-weight: bold;
	color: #336799;
	background-color: #CFE3FC;
	text-decoration: none;
	text-align: right;
}
.amplia_mast a:visited{
	line-height: 17px;
	font-weight: bold;
	color: #336799;
	background-color: #CFE3FC;
	text-decoration: none;
	text-align: right;
}
.amplia_mast a:hover{
	line-height: 17px;
	font-weight: bold;
	color: #528BC5;
	background-color: #CFE3FC;
	text-decoration: none;
	text-align: right;
}
.separa_mastiles{
	height: 19px;
	width: 195px;
	float: left;
}
.separa_vert_mastiles{
	height: 20px;
}
.tex_mastiles{
	border: 1px solid #CDE3FB;
}
.celda_textos_mastiles{
	width: 82%;
}
.celda_img_mastiles{
	width: 18%;
}
.mastiles_tex{
	width: 100%;
}
.textos_mastiles{
	
}
.tex_prod_mastiles{

	
}
.img_mastiles{
	float: left;
	width: 50px;
}

.contine_img_home{
	height: 440px;
	width: 245px;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
}
.img_cen_izq{
	height: 113px;
	width: 326px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}
.express{
	height: 96px;
	width: 327px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.direc_der{
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #32679B;
	margin-top: 25px;
	margin-bottom: 20px;
}
.validacion{
	text-align: right;
	padding-top: 15px;
	padding-right: 140px;
	padding-bottom: 15px;
}
.menu_inf{
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 15px;
	background-image: url(../imagenes/pie.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 16px;
}
.menu_inf a:link{
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.menu_inf a:visited{
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-decoration: none;

}
.menu_inf a:hover{
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

.cel_for1{
	width: 135px;
	text-align: right;
}
.cel_for4{
	width: 105px;
	text-align: right;
}
.tabla_formulario{
	font-weight: bold;
	color: #336598;
	width: 100%;
}
.imput2{
	height: 100px;
	width: 450px;
	color: #336799;
}
.cel_for2{
	width: 140px;
	text-align: center;
	padding-left: 10px;
}
.cel_for3{
	padding-left: 80px;
}
.cel_boton{
	text-align: right;
}
.botones_consulta{
	color: #FFF;
	background-image: url(../imagenes/boton.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 17px;
	padding-right: 17px;
	padding-left: 17px;
	border: 1px solid #326698;
}
.enlaces_mapa{
	color: #346699;
}
.enlaces_mapa a:link{
	color: #33659A;
	text-decoration: none;
}
.enlaces_mapa a:hover{
	color: #37669A;
	text-decoration: underline;
}
.enlaces_mapa a:visited{
	color: #336799;
	text-decoration: none;
}
.tabla_datos{
	width: 550px;
	font-weight: normal;
	color: #666;
	background-color: #FAFBFD;
	padding-left: 10px;
}
.datos_cl1{
	width: 201px;
}
.datos_cl2{
	width: 60px;
}
.datos_cl3{
	width: 289px;
}
.band1{
	width: 100px;
}
.band2{
	width: 19px;
}
.band3{
	width: 4px;
}
.band4{
	width: 120px;
}
.band5{
	width: 15px;
}
.band6{
	width: 114px;
}
.band7{
	width: 11px;
}
.band8{
	width: 159px;
}
.tit_form_datos{
	color: #2A5580;
}
.contine_tit_ultimas{
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #336799;
	height: 15px;
}
.tit_ultima{
	font-weight: bold;
	color: #336799;
	float: left;
	width: 340px;
	height: 18px;
	padding-bottom: 5px;
}
.tit_ultima a:link{
	font-weight: bold;
	color: #336799;
	text-decoration: none;	
}
.tit_ultima a:visited{
	font-weight: bold;
	color: #336799;
	text-decoration: none;	
}
.tit_ultima a:hover{
	font-weight: bold;
	color: #336799;
		
}
.buscador_ultima{
	float: left;
	height: 18px;
	padding-bottom: 5px;
	line-height: 15px;
	
}
.buscador_ultima_tex{
	padding-right: 5px;
	padding-left: 15px;
	
	
}
.contiene_ultimas_noticias{
	
}
.pagina_noticias{
	text-align: right;
	padding-top: 30px;
}
.separa_noti_ampliadas{
	width: 20px;
}
.img_gestor_prod{
	padding: 5px;
}
#paginador-paginas2{
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}
.reqiere{
	color: #F00;
	font-size: 9px;
}
.titulos_gestor_apliada{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #336598;
	color: #336799;
	padding-bottom: 3px;
}
.tex_gestor_apliada{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding-bottom: 3px;
}

