html, body { 
	background-color: #6f6f6f;
	margin: 0px;
	padding: 0px;
   overflow-x: hidden; 	

}	

#wrapper { 
	background-color: #ffffff;
	background-image: url(../images/pie.jpg);
	background-position: center bottom; 
	background-repeat: repeat-x;
	width:100%;
	margin: 0px;
	padding: 0px;
}	



#content_wrapper {
	width: 100%;
/*	height: 1000px;*/
	display: table;
	background-image: url(../images/bg_web.jpg);
	background-position: left top; 
	background-repeat: no-repeat;
	margin-bottom:20px;
}

/* IE6 */
*html #content_wrapper {
	margin-bottom:10px;	
} 

/* IE7 */
*:first-child+html #content_wrapper {
	margin-bottom:10px;	
} 


a {
	outline: none;
}

a:link, a:visited, a:hover, a:active {
	outline: none;
}

#pagina { 
	width: 979px;
	margin: 0px auto;
	background-color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #333333;
	line-height: 18px;
}

.idiomas {
	height: 30px;
	border:0px solid #FF0000;
	font-size: 11px;
	font-weight: bold;
	color: #02336d;
	clear: both;
	text-align: right;
	padding-right: 30px;
	margin-top: 20px;
}

.cabecera_es {
	background-image: url(../images/cabecera_es.jpg);
	background-repeat: no-repeat;
	width: 979px;
	height: 190px;
}

.cabecera_en {
	background-image: url(../images/cabecera_en.jpg);
	background-repeat: no-repeat;
	width: 979px;
	height: 190px;
}

.logo {
	position: absolute;
	width: 150px;
	height: 190px;
	z-index: 1;
	margin-left: 45px;
}

.logo a{
	width: 150px;
	height: 190px;
	display: block;
	color: #ffffff;
}

.menu {
	position: absolute;
	top: 199px;
	margin-left: 190px;
	z-index: 2;
}


/*MENU DESPLEGABLE*/

#nav {
	padding:0; 
	margin:0; 
	list-style:none; 
	float:left;
	z-index:200; 
	width: 779px;
	text-align: center;
}

#nav .active a:visited, #nav .active a:link {
	background-color: #FFFFFF;
	opacity: 0.2;
}


/* IE6 */
*html #nav .active a:visited, #nav .active a:link {
/*	background-color: transparent ;
	border-top: 2px solid #91b4dc;*/
	background-color: #FFFFFF;
	filter: alpha(opacity=20);			
} 

/* IE7 */
*:first-child+html #nav .active a:visited, #nav .active a:link {
	background-color: #FFFFFF;
	filter: alpha(opacity=20);			
} 

#nav li.top {
	display:block; 
	float:left;
}

#nav li a.top_link {
	display:block; 
	float:left; 
	height:35px; 
	color:#757575; 
	text-decoration:none; 
	padding:0p; 
	cursor:pointer;	
	font-size: 12px;
	width: 153px;
	text-align:center;
	font-weight:bold;
}

#nav li:hover a.top_link, #nav a.top_link:hover {
	background-color:#ffffff;
	opacity: 0.2;
}
	
/* IE6 */
*html #nav a.top_link:hover {
/*	background-color: transparent ;
	border-top: 2px solid #91b4dc;*/
	background-color: #FFFFFF;
	filter: alpha(opacity=20);			
} 

/* IE7 */
*:first-child+html #nav li:hover a.top_link,#nav a.top_link:hover {
	background-color: #FFFFFF;
	filter: alpha(opacity=20);
	
} 	


#nav table {
	border-collapse:collapse; 
	padding:0; 
	margin:0; 
	position:absolute; 
	left:0; 
	top:0;
}

#nav li:hover {
	position:relative; 
	z-index:200;	;
	}

#nav a{
	outline: 0px;
}
	
#nav a:hover {
	position:relative; 
	white-space:normal; 
	z-index:200;
	}

#nav :hover ul.sub {
	left:1px; 
	top:33px;
	left: 0px;	
/*	background-color: #ffffff; */
	padding:3px;
	padding-top: 10px;
/*	border-top:0px solid #c6c6c6; 
	border-right:1px solid #c6c6c6; 
	border-bottom:1px solid #c6c6c6; 		
	border-left:1px solid #c6c6c6; 	*/
/*	width:146px; */
	width: 600px;
	height:auto; 
	z-index:300;
	text-align: left;
	display: inline; 
	}
	
#nav :hover ul.sub li{
	display:block; 
	position:relative;
	display: inline; 
	float:left; 
/*	width:121px; */
	font-weight:bold;
	}
	


#nav :hover ul.sub li a{
	display:block; 
	font-size:11px; 
/*	width:118px; */
	color:#0d3c74; 
	border-right: 1px solid #0d3c74;
	text-decoration:none;
	
	padding-bottom: 0px;
	padding-left: 12px;
	padding-right: 12px;	
	}

#nav :hover ul.sub li a:hover {
	color:#4777b1; 
	}
	

	
#nav a:hover a:hover ul, #nav a:hover a:hover a:hover ul, #nav a:hover a:hover a:hover a:hover ul, #nav a:hover a:hover a:hover a:hover a:hover ul{
	left:89px; 
	top:-4px; 
	background: #50b5d0; 
	padding:3px; 
	border:1px solid #0b4d97; 
	white-space:nowrap; 
/*	width:90px; */
	z-index:400; 
	height:auto;
	}

#nav ul, #nav a:hover ul ul, #nav a:hover a:hover ul ul, #nav a:hover a:hover a:hover ul ul, #nav a:hover a:hover a:hover a:hover ul ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;}


	/*------FIN MENU PA REVISAR CUANDO HAYA SUBMENÚ------------*/

.slide {
	background-image: url(../images/slide.jpg);
	background-repeat: no-repeat;
	width: 979;
	height: 285px;
	margin-bottom: 12px;
}

.content_top {
	background-image: url(../images/content_top.jpg);
	background-repeat: no-repeat;
	width: 979px;
	height: 7px;
	font-size: 1px;
}

.content {
	background-image: url(../images/content.jpg);
	background-repeat: repeat-y;
	width: 979px;
	display:table;
}

.content_gallery {
	background-image: url(../images/content.jpg);
	background-repeat: repeat-y;
	width: 979px;
	display:table;
	height: 650px !important;
	height: 690px /**/;	
}

.content_bottom {
	background-image: url(../images/content_bottom.jpg);
	background-repeat: no-repeat;
	width: 979px;
	height: 123px;
}

.enlace_correo {
	position: absolute;
	width: 255px;
	height: 24px;
	z-index: 1;
	margin-top: 55px;
margin-left:676px;
}

.enlace_correo a{
width:188px;
	height: 26px;
	display: block;
}

.enlace_correo a:hover{
	background-color: #f8f8f8;
	opacity: 0.2;
	filter: alpha(opacity=20);	
}	

.probarlo{
	background-image: url(../images/probar.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	width: 400px;
	height: 57px;
	margin: 10px 0px 5px 0px;	
color: #f8f8f8;	
}	

.probarlo a{
	display: block;
	width: 340px;
	height: 57px;
	z-index: 1;
	color: #f8f8f8;
}	

.probarlo a:hover{
	background-color: #f8f8f8;
	opacity: 0.2;
	filter: alpha(opacity=20);
}	

.probarlo_en{
	background-image: url(../images/probar2.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	width: 400px;
	height: 57px;
	margin: 10px 0px 5px 0px;	
color: #f8f8f8;	
}	

.probarlo_en a{
	display: block;
	width: 340px;
	height: 57px;
	z-index: 1;
	color: #f8f8f8;
}	

.probarlo_en a:hover{
	background-color: #f8f8f8;
	opacity: 0.2;
	filter: alpha(opacity=20);
}	

.titulo_seccion {
	font-size: 18px;

	color: #02336d;
	padding: 15px 20px 0px 20px;
	font-weight: bold;	
}

.texto_contenido {
	margin: 0px;
	padding: 5px 20px 10px 20px;
	text-align: justify;
}

.texto_contenido a{
	text-decoration: none;
	color: #02336d;
	font-weight: bold;
}

.texto_contenido a:hover{
	text-decoration: underline;
	color: #3f70a9;
}

.texto_contenido_destacado {
	font-size: 14px;
}

.main_content {
	position: relative;
	border: 0px solid #FF0000;
	width: 665px;

	float:left;
	display: table;
}

.additional_content {
	position: relative;
	width: 280px;
	margin: 10px 10px 10px 0px;
	float: right;

}

.additional_content .titulo {
	background-image: url(../images/tit_adicional.gif);
	background-repeat:no-repeat;
	width: 265px;
	height: 42px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	padding: 14px 14px 0px 14px;
}

.additional_content .contenido {
	padding: 0px 14px 0px 14px;
	width: 265px;	
}

.additional_content .contenido ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 20px 0px; 
}

.additional_content .contenido ul li {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/pdf.gif);
	background-repeat:no-repeat;
	background-position: 2px 12px;
	padding-top: 10px;
	padding-left: 25px;	
}

.additional_content .contenido ul li a{
	font-weight: bold;
	color: #02336d;
	text-decoration: none;
}

.additional_content .contenido ul li a:hover{
	color: #4777b1;
	text-decoration: none;
	padding-left: 2px;
}

.additional_content img {
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #a9aaae;
	margin-bottom: 5px;
}

.additional_content img:hover {
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #4777b1;
}


/*----ESTRUCTURA HOME-----*/

.main_content_home {
	position: relative;
	border: 0px solid #FF0000;
	width: 550px !important;
	width: 540px /**/;	
	float:left;
	display: table;
}

.main_content_gallery {
	position: relative;

	float:left;


}

.additional_content_home {
	position: relative;
	width: 400px;
	margin: 0px 10px 10px 0px;
	float: right;
}

.additional_content_home .titulo {
	background-image: url(../images/tit_adicional_home.gif);
	background-repeat:no-repeat;
	width: 400px;
	height: 42px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	padding: 14px 14px 0px 14px;
}

.additional_content_home .contenido {
	padding: 0px 14px 0px 14px;
	width: 400px;	
}

.additional_content_home .contenido p{
	padding: 0px 20px 0px 14px;
	margin: 0px;
}

/*.additional_content .contenido ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 20px 0px; 
}

.additional_content .contenido ul li {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/pdf.gif);
	background-repeat:no-repeat;
	background-position: 2px 12px;
	padding-top: 10px;
	padding-left: 25px;	
}

.additional_content .contenido ul li a{
	font-weight: bold;
	color: #02336d;
	text-decoration: none;
}

.additional_content .contenido ul li a:hover{
	color: #4777b1;
	text-decoration: none;
	padding-left: 2px;
}*/

.additional_content_home img {
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #a9aaae;
	margin-bottom: 5px;
}

.additional_content_home img:hover {
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #4777b1;
}


.additional_content_home .contenido a{
	font-weight: bold;
	color: #02336d;
	text-decoration: none;
}

.additional_content_home .contenido a:hover{
	color: #4777b1;
	text-decoration: none;
}

/*----FIN ESTRUCTURA HOME-----*/

.modelos {
	background-image: url(../images/modelos.jpg);
	background-repeat:no-repeat;
	width: 958px;
	height: 389px;
	margin: 5px 0px 0px 10px;
}

.modelos_en {
	background-image: url(../images/modelos_en.jpg);
	background-repeat:no-repeat;
	width: 958px;
	height: 389px;
	margin: 5px 0px 0px 10px;
}


.pic1 a{
	width: 200px;
	height: 240px;
	display: block;
	position: absolute;
	margin: 50px 0px 0px 18px;
	color: #FFFFFF;
	font-size: 1px;
	outline: none;
}

.pic2 a{
	width: 220px;
	height: 240px;
	display: block;
	position: absolute;
	margin: 80px 0px 0px 220px;
	color: #FFFFFF;
	font-size: 1px;
}

.pic3 a{
	width: 220px;
	height: 240px;
	display: block;
	position: absolute;
	margin: 50px 0px 0px 515px;
	color: #FFFFFF;
	font-size: 1px;
}

.pic4 a{
	width: 225px;
	height: 260px;
	display: block;
	position: absolute;
	margin: 60px 0px 0px 710px;
	color: #FFFFFF;
	font-size: 1px;
	z-index: 10;
}


.textos_pie {
	width: 979px;
	color: #c6c6c6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px auto;
	padding-bottom: 35px ;
}

.textos_pie a{
	color: #c6c6c6;
}

.textos_pie a:hover{
	color: #ffffff;
	text-decoration: none;
}

.textos_pie_left {
	float: left;
}

.textos_pie_right {
	float: right;
}

/*ESTILO PARA LOS FORMULARIOS*/		

.obligatorio {
	color: #00326d;
}

form {
/*	width: 380px;*/
	border:0px  solid #000000;
	margin-left: 10px; 
	text-align:right;
	background: transparent;
	color: #555555;	
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 	
}

input {
	width: 230px;
	background: #fafbfc;
	border : 1px solid #00326d;
	margin-bottom:5px;
	position:relative;
	text-align:left;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
    font-weight: normal;
	color: #00326d;	
	padding: 0px 4px 0px 4px;
	background-image: url(../images/input.gif);	
	background-repeat: repeat-x;
}

input:focus, textarea:focus {
	border : 1px solid #8bb6de;
}
input:hover, textarea:hover {
	border : 1px solid #8bb6de;
}

select {
	width: 240px !important;
	width: 240px /**/;	
	background: #fafbfc;
	border : 1px solid #00326d;
	margin-bottom:5px;
	position:relative;
	text-align:left;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
    font-weight: normal;
	color: #00326d;
}

input#submit {
	border: 0px solid #999999;
	background-color:#00326d;
	margin:5px 4px 5px 4px;
	color: #FFFFFF;
	font-weight: normal;
	width: 70px;
	text-align:center;
	cursor: pointer;
	background-image: none;		
}

input#reset {
	border: 0px solid #999999;
	background-color:#00326d;
	margin:5px 4px 5px 4px;
	color: #FFFFFF;
	font-weight: normal;
	width: 70px;
	text-align:center;	
	cursor: pointer;	
	background-image: none;			
}

textarea {
	width: 230px;
	background: #fafbfc;
	border : 1px solid #00326d;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
    font-weight: normal;
	color: #00326d;
	padding: 0px 4px 0px 4px;	
}


.caja_google {
	height: 100px;
	width: 200px;
	border: 1px solid #ffffff;
}

#map {
 width: 470px; 
 height: 300px; 
 float: left; 
 margin-top:14px; 
 margin-right:0px;
 padding: 3px;
 border: 2px solid #CCCCCC;
 margin-right: 10px;
 }
 
*html #map {
 margin-right: 0px;
 }

/*ESTILOS PARA LA CARGA DE IMÁGENES -GALERÍA AJAX Y JAVASCRIPT*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a { 
color:#000000;
text-decoration: underline;
}

#lightbox a:hover { 
color:#000000;
text-decoration: none;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
/***********************************************/
.texto_contenido ul.pdfs{
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 20px 0px; 
}

.texto_contenido ul.pdfs li {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/pdf.gif);
	background-repeat:no-repeat;
	background-position: 2px 12px;
	padding-top: 10px;
	padding-left: 25px;	
}	
