@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	background: #cccccc;
	margin: 0 0 5px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	height: 100%;
}

/*CONTENEDOR GENERAL----------------------------*/
.estructura #contenedor {
	position: relative;
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e3e3e3;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 1;
}

	.estructura #logo{
	position: absolute;
	float: left;
	left: 42px;
	margin: 0;
	z-index: 3;
}

	.estructura #contenedor #menu {
	position: relative;
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 92px;
	top:0;
	background-image: url(../images/fondo_menu.gif);
	background-repeat: repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	border: 0;
	z-index: 2;
}

/*CONTENEDOR GENERAL HOME----------------------------*/
.estructura #contenedorhome {
	position: relative;
	height: 700px;
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 1;
}

	.estructura #contenedorhome #menu {
	position: relative;
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 92px;
	top:0;
	background-image: url(../images/fondo_menu.gif);
	background-repeat: repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	border: 0;
	z-index: 2;
}


/*CONTENIDO--------------------------------------*/
.estructura #contenido { 
	width: 942px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-top: 0;
	border-bottom: 1px solid #bfbfbf;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
/*CABECERA---------------------------------------*/
.estructura #header {
	position: relative;
	height: 136px;
	background-image: url(../images/fondo_cabecera.jpg);
	background-repeat: repeat-x; 
	padding: 0 14px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
	.estructura #header #foto {
	float: right;
	width: 652px;
	height: 112px;
	border: 1px solid #fff;
	padding: 0;
	margin: 11px 0 0 0;
}
	.estructura #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/*CABECERA HOME------------------------------*/
.estructura #headerhome {
	position: relative;
	background-color: #d3d3d3;
	text-align: center;
	padding: 20px; 
}
	.estructura #headerhome #fotohome {
	position: relative;
	width: 902px;
	height: 174px;
	border: 1px solid #fff;
	padding: 0;
}
	.estructura #headerhome h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	}
	.estructura #header #lema {
	float: right;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	text-align: right;
	color: #fff;
	background-color: transparent;
	margin: 20px 0 0 0 ; 
	padding: 0 7px 0 0; 
	}
	.estructura #header #lema span{
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	}



/*COLUMNA IZQUIERDA------------------------------*/
.estructura #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	display: inline;
	width: 705px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	border-left: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	border-top: 1px solid #b5b5b5;
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin: 32px 0 13px 19px;
}
	.estructura #sidebar1 #titulo {
	height: 42px;
	width: 683px;
	background-image: url(../images/fondo_titulo.gif);
	background-repeat: repeat-x;
	padding: 0 0 0 20px;
	margin: 0;
	border-top: 0;
	border-right: 1px solid #e7e7e7;
	border-bottom: 0;
	border-left: 1px solid #e7e7e7;
}

		.estructura #sidebar1 #titulo #titulobolo {
		height: 42px;
		font-size: 17px;
		line-height: 40px;
		font-weight: bold;
		color: #5c5b60;
		background-image: url(../images/bolotitulo.gif);
		background-repeat: no-repeat;
		background-position: 0%;
		padding: 0 0 0 35px;
}
	.estructura #sidebar1 h3{
			font-size: 13px;
			font-weight: bold;
			color: #003d8a;
			background-color: transparent; 
			margin: 5px 0 13px 0;
			padding: 0 10px 0 55px;
			text-transform: none;
		}
		.estructura #sidebar1 h1{
			font-size: 16px;
			font-weight: bold;
			color: #003d8a;
			background-color: transparent; 
			margin: 0 0 10px 0;
			padding: 0 10px 0 55px;
			text-transform: none;
		}
		
	.estructura #sidebar1 p{
			padding: 0 10px 0 55px;
			margin: 0 0 15px 0;
		}
		.estructura #sidebar1 #desc{
			width: 230px;
			padding: 0;
			margin:25px 0 0 20px;
		}
		.estructura #sidebar1 #desc p{
			font-size: 11px;
			padding: 0;
			margin:0;
		}
		.estructura #sidebar1 #desc h3{
			font-size: 12px;
			font-weight: bold;
			color: #003d8a;
			background-color: transparent;
			text-align: left;
			padding: 0;
			margin:0 0 10px 0;
		}
		.estructura #sidebar1 #bolito{
			background-image: url(../images/boloflecha.gif);
			background-repeat: no-repeat;
			background-position: 12% .4em;
			padding: 0 10px 0 100px;
			margin: 0 20px 10px 0;
		}
		.estructura #sidebar1 ol{
			margin: 0 0 15px 0;
			padding: 0 10px 0 100px;
		}
		.estructura #sidebar1 ol li{
			margin: 0 0 10px 0;
		}
		
		.estructura #sidebar1 p a {
			display: block;
			color: #636466;
			background-color: transparent;
			font-size: 11px;
			text-decoration: none;
			background-image: url(../images/boloflecha.gif);
			background-repeat: no-repeat;
			background-position: 0% .4em; 
			margin: 0;
			padding: 0 0 0 10px;
		}
		.estructura #sidebar1 p a:hover {
			color: #003d8a;
			background-color: transparent;
			background-image: url(../images/boloflechaBG.gif);
		}
		.estructura #sidebar1 p #selected {
			display: block;
			color: #003d8a;
			background-color: transparent;
			font-size: 11px;
			text-decoration: none;
			background-image: url(../images/boloflechaBG.gif);
			background-repeat: no-repeat;
			background-position: 0% .4em; 
			margin: 0;
			padding: 0 0 0 10px;
		}
		
		.estructura #sidebar1 #menu3{
			width: 275px;
			margin: 25px 0 0 0;
		}
			.estructura #sidebar1 #menu3 p {
				margin-bottom: 2px;
				padding-left: 25px;
				}
	.estructura #sidebar1 #ficha {
		float: right;
		width: 405px;
		height: auto;
		border: 1px solid #d8d8d8;
		padding: 0;
		margin: 25px 10px 25px 0;
	}
	.estructura #sidebar1 #fichalarga {
		float: right;
		text-align: center;
		width: 405px;
		height: auto;
		border: 1px solid #d8d8d8;
		padding: 0;
		margin: 25px 10px 25px 0;
	}
		
		/*CONTENIDO FICHAS*/
		/*Ficha corta*/
		#item {
			background-color: #fff;
			width: 405px;
			height: 293px;
			border: 0;
			padding: 0;
			margin: 0;
		}
		#item #titular {
				text-align: center;
				width: 403px;
				height: 39px;
				color: #fff;
				background-color: #003d8a;
				/*border: 1px solid #b8c8e8;*/
				padding: 0;
				margin: 0;
			}
			#item #titular h1 {
				float: left;
				font-size: 18px;
				line-height: 38px;
				font-weight: bold;
				padding: 0 0 0 15px;
				margin: 0;
				vertical-align: middle;
			}
			#item #titular #numero {
				float: right;
				width: auto;
				padding: 0 25px 0 0;
				margin:0 0 0 5px;
			}
		
		/*Ficha larga*/
		#itemlarga {
			background-color: #fff;
			width: 405px;
			height: auto;
			border: 0;
			padding: 0;
			margin: 0;
		}
			#itemlarga #titular {
				width: 403px;
				height: 39px;
				color: #fff;
				background-color: #003d8a;
				text-align: left;
				padding: 0;
				margin: 0 auto;
			}
			#itemlarga #titular h1 {
				float: left;
				font-size: 18px;
				line-height: 38px;
				font-weight: bold;
				padding: 0 0 0 15px;
				margin: 0;
				vertical-align: middle;
				color: #fff;
			}
			#itemlarga #titular #numero {
				float: right;
				width: auto;
				padding: 0 25px 0 0;
				margin:0 0 0 5px;
			}
			
	

/*COLUMNA DERECHA--------------------------------------------*/
.estructura #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	display: inline;
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #d3d3d3; /* the background color will be displayed for the length of the content in the column, but no further */
	border: 1px solid #d6d6d6;
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin: 32px 18px 13px 0;
	/*height: 100%;*/
}
	.estructura #sidebar2 #cont{
		float: right; /* since this element is floated, a width must be given */
		width: 178px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
		background: none; /* the background color will be displayed for the length of the content in the column, but no further */
		border-top: 1px solid #eaeaea;
		border-left: 1px solid #eaeaea;
		border-right: 1px solid #eaeaea;
		border-bottom: 0;
		text-align: center;
		padding: 15px 0 15px 0; /* padding keeps the content of the div away from the edges */
		margin: 0;
		/*height: 100%;*/
		}
		.estructura #sidebar2 #cont p{
			text-align: left;
			font-size: 11px;
			line-height: 14px;
			padding: 0;
			margin: 0 5px 8px 10px;
			}
			/*Botones productos*/
			.estructura #sidebar2 #cont #fotoiz {
				padding: 0;
				margin: 0 3px 0 0;
			}
			.estructura #sidebar2 #cont #fotoder {
				padding: 0;
				margin: 0 0 0 3px;
		}
		.estructura #sidebar2 #cont h3{
			text-align: left;
			font-size: 12px;
			line-height: 15px;
			padding: 0;
			margin: 0 10px 10px 10px;
		}
		/*Fotos*/
		.estructura #sidebar2 #cont #pix{
			width: 135px;
			height: 88px;
			border: 1px solid #ACACAC;
			margin: 11px 0 0 0;
			background-color: transparent;
		}




/*PIÉ--------------------------------------------------------*/
.estructura #footer {
	width: 902px;
	height: 35px; 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0 auto;
	color: #fff;
	background:#184d93;
	bottom: 0;
	border: 1px solid #C5C5C5;
	text-align: right;
} 
	.estructura #footer p {
	font-size: 11px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 10px 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
	.estructura #footer p a{
	color: #fff;
	text-decoration: none;
}
	.estructura #footer p a:hover{
	color: #aacbf9;
	text-decoration: none;
}
	.estructura #footer p span{
	color: #aacbf9;
	text-decoration: none;
}


/*PIÉ HOME--------------------------------------------------------*/
.estructura #footerhome {
	position: relative;
	width: 902px;
	height: 35px; 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 20px 20px 20px 20px;
	color: #fff;
	background:#184d93;
	bottom: 0;
	border: 1px solid #C5C5C5;
	text-align: right;
} 
	.estructura #footerhome p {
	font-size: 11px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 10px 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
	.estructura #footerhome p a{
	color: #fff;
	text-decoration: none;
}
	.estructura #footerhome p a:hover{
	color: #aacbf9;
	text-decoration: none;
}
	.estructura #footerhome p span{
	color: #aacbf9;
	text-decoration: none;
}


/*VARIOS*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.logos{
	float: right;
	margin: 11px 50px 0 0;
	padding: 0;
}



























