@charset "UTF-8";
/* CSS Document */

html {
	min-height:100%;
	margin-bottom:0.1px;
}

body, form {
	margin:0;
	padding:0;
}
 
body {
	background-color:#F2F2F2;
	background-image: url(../imagenes/bgminisitio.jpg); /**/
	background-repeat: repeat-x;
	color:#FFF;
	font-family:"Century Gothic", "Times New Roman", Times, Georgia, sans-serif;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:14px;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: normal;
}

hr {
	background-color:#FFFFFF;
	border-color:#CCCCCC;
	border-style:none none solid;
	border-width:0 0 1px;
	height:1px;
}

.clear {
	clear: both;
}

p {
	font-size:12px;
	line-height: 20px;
}

/******* Links *****/
a:link, a:visited, a:active {
	text-decoration: none;
	cursor: pointer;
	color: #FFF;
}

a:hover {
	color:#FBD100;
}

a img {
	border:none;
}

/******** CABECERA **********/
.cabecera {
	width:100%;
	height:30px !important;
	background-image: url(../imagenes/bgcabecera.jpg);
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
/* MENU SUPERIOR */
	.menuHoverCnt{
		margin-top:10px;
		height: 20px;
		position:absolute;
		background:none;
	}
	.menuHover {
		background:none;
		height: 20px;
		width:120px;
		float:left;
		overflow:visible;
		position: relative;
		border:#FFF hidden 1px;
	}
	.itmCnt{
		width:380px;
		top:0px;
		position: absolute;
	}
	.listaMenu{
		background:#0260BA;
		position:relative;
		width:340px;
		height:0px;
		margin-left:-10px;
		overflow:hidden;
		border:#FFF solid;
		border-width:0px;
	   padding-left:10px;
	}
	.listaMenu div{
	padding:0px;float:left; margin-right:15px; width:155px; text-align:left; line-height:15px;}
	.itmCnt img{ margin-left:30px; height:0px; position:relative; z-index:100; margin-bottom:-1px; margin-top:1px;}
	/* TERMINA: MENU SUPERIOR */

/* BUSCADOR */

	.buscarCnt{
		width:100px;
		position:relative;
		background:none;
		float:right;
		height:0px;
		color:#FFF;
	}
		.overHolder {
			background:none;
			width:240px;
			overflow:visible;
			position: relative;
			border:#FFF hidden 1px;
			float:right;
			margin-right:5px;
			*margin-left:-144px;
			height:0px;
		}
			.menuHolder{ 
				width:260px;
				top:0px;
				position: absolute;
				z-index:10;
				height:0px;
			}
			.menuHolder input{
				padding-right:20px;
				width: 220px;
			}
				
				.itms{
					margin-left:-16px;
					margin-top:4px;
					background:#0260BA;
					position:relative;
					width:260px;
					overflow:hidden;
					border:#FFF solid;
					border-width:0px;
					height:0px;
				}
				.itms ul  {
					/*Para Mozilla*/
					-moz-border-radius:10px;
					/*Para Safari y Chrome*/
					-webkit-border-radius:10px;
					/* Para el estupido IE 8*/
					-ms-border-radius: 10px;
					background:#082340;
					margin-bottom:10px;
					margin-left:10px;
					padding:0px 0px 10px 0px;
					border:#FFF 1px solid;
					width:238px;
				}
				.itms div { color:#FBD100; float:right;}
				.cerrarCntBusqueda{
					float:right;
					width:15px;
					height:15px;
					line-height:15px;
					text-align:center;
					cursor:pointer;
					margin-top:-12px;
					margin-right:1px;
					color:#FFF
				}
				.titulosBuscador{
					text-align:center;
					border-bottom:#FFF 1px  groove;
					display:block;
					margin:0px;
					line-height:20px;
					color:#FBD100;
				}
				.resultados{
				 padding:0px;
				 width:100%;
				 font-size:11px;
				 list-style:none;text-align:left; line-height:20px; margin-left:10px;}
				
				
	/* TERMINA: MENU SUPERIOR */
/*FIN BUSCADOR*/
	
.contenedor{
	width:990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.buscador {
	float:right;
	padding-top: 3px;
}

/******** Botones **********/	
	.botonera {
	width:700px;
	float: left;
	font-size: 12px;
	color: #FFF;
	padding-top: 5px;
	position: absolute;
	}
		
	ul#botones, ul#botones li {
	margin:0;
	padding:0;
	list-style:none
	}
	
	ul#botones li {
	float:left;
	padding-right: 5px;
	padding-left: 5px;
	height: 25px;
	line-height: 20px;
	}

/******** CENTRO **********/
.centro {
	width:100%;
}

.contIzq {
	width:300px;
	float:left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B3B3B3;
	border-left-color: #B3B3B3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B3B3;
	background-color: #E6E6E6;
	padding-bottom: 10px;
}

.logo {
	width:300px;
	*display: inline-block;
}

.datos{
	font-size: 13px;
	line-height: 16px;
	color: #05326E;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.datos p a:link, a:active {
	text-decoration: none;
	cursor: pointer;
	color: #0771B2;	
}

.datos p a:visited {
	color:#05326E;	
}

.datos p a:hover {
	color:#0771B2;
	text-decoration: underline;
}

.nombreEmpresa{
	font-size:20px;
	line-height: 25px;
	color: #05326E;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #05326E;
}

.fechaRegistro {
	font-size:9px;
}

.contDer {
	width:687px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B3B3B3;
	height: 100% !important;
}

.fechaBanner {
	height:90px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	}
	
.fecha {
	float:left;
	color: #FFF;
	margin-top: 10px;
	width: 197px;
}	

.banner {
	float:right;
	margin-left: 10px;
}

/***** Menu Mini Sitios *****/
.botonesMenu {
	font-size: 12px;
	width: 687px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
	
ul#menu, ul#menu li {
	margin:0;
	padding:0;
	list-style:none
}

ul#menu li {
	float:left;
}

.bot:hover {
	background-image: url(../imagenes/bgbotones.jpg);
	background-repeat: no-repeat;
	}

.ruta {
	margin-left: 20px;
	font-size: 11px;
	line-height: 16px;
	background-image: url(../imagenes/icono_buscar.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 647px;
	text-transform: uppercase;
	}

.ruta a:link, a:active {
	text-decoration: none;
	cursor: pointer;
	color: #0771B2;
}

.ruta a:visited {
	color:#05326E;
}

.ruta a:hover {
	color:#0771B2;
	text-decoration: underline;
}

.tituloSeccion{
	line-height:40px;
	font-size: 22px;
	padding-left: 20px;
	background-image: url(../imagenes/bgtitulo.jpg);
	color: #FFF;
}

.tituloSeccion div {
	width:300px;
	float: right;
	margin-top: 12px;
	margin-right: 10px;
}

.contEmpresa{
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;	
}
	
.contFormulario{
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #2072DC;
}

/******* PIE *****/
.pie {
	width:100%;
	height:100px !important;
	background-image: url(../imagenes/bgminisitio3.jpg);
	color: #FFF;
}

.Minipie {
	width:990px;
	height:100px !important;
	background-image: url(../imagenes/bgpieminisitio2.jpg);
	color: #FFF;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
	.logoPie {
	width:174px;
	background-image: url(../imagenes/logo_abajo.png);
	height: 30px;
	margin-left: 80px;
	margin-top: 40px;
	float: left;
	}
	.logoPieMiniSitios {
	width:174px;
	height: 30px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	}
	
	.txtPieArrMiniSitio {
	width:786px;
	height: 45px;
	margin-left: 10px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	}	
	
	.txtPieArr {
	width:786px;
	height: 45px;
	margin-left: 10px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	}
	
	.txtPieAba {
	margin-left: 10px;
	float: left;
	margin-top: 40px;
	width: 700px;
	}
	
	.txtPieAbaMiniSito {
	margin-left: 10px;
	float: left;
	width: 786px;
	height: 25px;
	margin-top: 20px;
	}
	
	.txtPieAbaMiniSito div {
	margin-left: 20px;
	float: left;
	}
	
	.txtPieAba div {
	margin-left: 20px;
	float: left;
	}
	
	.botoneraPie {
	width:500px;
	float: right;
	margin-top: 15px;
	}
	
/********** CONOCENOS *********/
.contConocenos{
	margin-top:0px;
	color: #000;
	}

/******** MAPA SATELITAL *******/
.mapa {
	height: 350px;
	border: 10px solid #FFF;
}

.descMapa {
	font-size:12px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #05326E;
}

/******* BLOG *****/
.contBlog {
	color: #05326E;
}

.blogCabecera{
	margin-bottom: 15px;
}

	h3.blogFecha{
	float:right;
	text-align: right;
	color: #05326E;
	font-weight: bold;
	width:300px;
	margin-right: 10px;
	}
	
	h3.blogCateg{
	float:left;
	text-align: left;
	color: #05326E;
	font-weight: bold;
	width:300px;
	margin-left: 10px;
	} 
	
.blogDescr {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
}

.division {
	border-bottom:1px dotted #333;
	margin:0.5em 0 1.5em;
	padding-bottom:1.5em;
}	
/******* PRODUCTOS *****/
.contProduc {
	color: #05326E;
}

.producCabecera, .blogCabecera {
	margin-bottom: 15px;
	background-color: #E6E6E6;
	font-size: 12px;
	line-height: 20px;
	padding-top: 5px;
}

.ordenar {
	float: left;
	margin-right: 40px;
	margin-left: 5px;
}

.totalArt {
	float: right;
	margin-right: 5px;
}

.producDescr {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
	border: 2px solid #E4E4E4;
	padding: 5px;
}

.producTxt {
	float: left;
	width: 513px;
}

.producFoto {
	float: left;
	width: 120px;
	margin-right: 10px;
}

.producTitle {
	font-size: 18px;
	line-height: 23px;
	text-transform: uppercase;
}

.cod1 {
	margin: 5px;
}

/******* VIDEOS *****/
.contVideo {
	margin-bottom: 20px;
}

/********** ESCRIBENOS *********/

.contEsbribenos {
	margin-bottom: 20px;
	color: #05326E;
}

.contEsbribenos p {
	margin-top: 8px;
}

/******** Opciones Botones ******/

.tip {
	width:270px;
	z-index:10;
	background-color: #E6E6E6;
	border: 1px solid #B3B3B3;
	color: #05326E;
	padding: 10px;
	margin-top: 25px;
}

/******* REDONDEAR BORDES ******/

.redondear {
	/*Para Mozilla*/
	-moz-border-radius:10px;
	-moz-border-radius:10px;
	/*Para Safari y Chrome*/
	-webkit-border-radius:10px;
	-webkit-border-radius:10px;
	/* Para el estupido IE 8*/
	-ms-border-radius: 10px;
	-ms-border-radius: 10px;  
}

.redondearTop {
	/*Para Mozilla*/
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	/*Para Safari y Chrome*/
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	/* Para el estupido IE 8*/
	-ms-border-radius-topleft: 10px;
	-ms-border-radius-topright: 10px;
	
}

.redondearBottom {
	/*Para Mozilla*/
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	/*Para Safari y Chrome*/
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	/* Para el estupido IE 8*/
	-ms-border-radius-bottomleft: 10px;  
	-ms-border-radius-bottomright: 10px;
}

.redondearLeft {
	/*Para Mozilla*/
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;
	/*Para Safari y Chrome*/
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	/* Para el estupido IE 8*/
	-ms-border-radius-topleft: 10px;
	-ms-border-radius-topright: 10px;
}

.redondearRight {
	/*Para Mozilla*/
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:10px;
	/*Para Safari y Chrome*/
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	/* Para el estupido IE 8*/
	-ms-border-radius-topright: 10px;
	-ms-border-radius-bottomright: 10px;
}

