@charset "utf-8";
/* CSS Hidrostank */

*{
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#002D9A;
	background-image:url(../img/bg-FondoCabecera.png);
	background-position:top;
	background-repeat:repeat-x;
}

.clear{
	clear:left;
}

#contenedor{
	width: 900px;
	margin: auto;
}

/*BOTONERA SUPERIOR*/

#botonera-sup{
	width:900px;
	text-align:right;
}

#botonera-sup ul{
	padding-bottom:5px;
	padding-top:15px;
}

#botonera-sup ul li{
	padding-left:5px;
	padding-right:5px;
	display:inline;
	list-style:none;
}

#botonera-sup ul li a, #botonera-sup ul li a:visited{
	color:#002D9A;
	text-decoration:none;
}

#botonera-sup ul li a:hover{
	color:#666666;
}

#botonera-sup ul li a:activo{
	color:#666666;
}

#botonera-sup img{
	border:none;
}


/*ZONA CONTENIDO*/

#marco{
	width:894px;
	height:500px;
	border:3px solid #002D9A;
}

#izquierda{/*Zona izquierda de la web en INDEX. Zona de texto*/
	width:490px;
	padding-left:14px;
	float:left;
}

#derecha{/*Zona derecha de la web en INDEX. Zona para la imagen*/
	width:390px;
	height:500px;
	float:left;
	background-image:url(../img/bg-agua1.png);
	background-position:center;
	background-repeat:no-repeat;
}

#derecha-padre{/*Zona derecha de la web para plantillas padre. Zona para la imagen*/
	width:274px;
	float:left;
	height:500px;
	background-image:url(../img/bg-agua1.png);
	background-repeat:no-repeat;
}

#derecha-hijo{/*Zona derecha de la web para plantillas padre. Zona para la imagen*/
	width:270px;
	float:left;
	height:96px;
	background-image:url(../img/bg-agua1.png);
	background-repeat:no-repeat;
}

#cont-padre{/*Zona izquierda de la web para plantillas tipo padre. Zona de texto*/
	width:606px;
	padding-left:14px;
	float:left;
}

#cont-hijo{/*Zona izquierda de la web para plantillas tipo hijo. Zona de texto*/
	width:878px;
	padding-left:14px;
	float:left;
}

#cabecera-index{
	width:490px;
	padding-top:20px;
	padding-bottom:20px;
}

#cabecera-padre{
	width:606px;
	padding-top:20px;
	padding-bottom:20px;
}

#cabecera-hijo{
	width:606px;
	height:80px;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
}

#logo {
	background-image: url(../img/bg-logo.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 380px;
	float:left;
	overflow:hidden;
}

#logo a{
	width: 380px;
	padding-top:80px;
	height:0;
	display:block;
}

#logo-padre {
	background-image: url(../img/bg-logo.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 496px;
	float:left;
	overflow:hidden;
}

#logo-padre a{
	width: 350px;
	padding-top:80px;
	height:0;
	display:block;
}

#noticias-tit{
	width:110px;
	height:40px;
	float:left;
	padding-top:40px;
}

#noticias-tit p{
	width:105px;
	height:33px;
	color:#FFFFFF;
	background-color:#002D9A;
	padding-left:5px;
	padding-top:5px;
}

#noticias-tit a, #noticias-tit a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

#noticias-tit a:hover{
	text-decoration:none;
}

/*Zona Noticias para todos los timpos de plantillas*/

#noticias{/*Noticias para index*/
	width:390px;
	padding-top:20px;
	padding-bottom:20px;
	float:left;
}

#noticias-scroll{
	width:390px;
	height:40px;
	float:left;
	padding-top:40px;
}


#noticias-scroll marquee{
	border:none;
	width:390px;
	height:28px;
	padding-top:10px;
	float:left;
	color:#002D9A;
	background-color:#FFF;
	filter: alpha(opacity=80);
	opacity: .8;
	font-size:14px;
	font-weight:bold;
}

#noticias-scroll marquee a, #noticias-scroll marquee a:visited{
	text-decoration:none;
	color:#002D9A;
}

#noticias-scroll marquee a:hover{
	text-decoration:underline;
}

#noticias-padre{/*Noticias para pginas padre*/
	width:270px;
	padding-top:20px;
	padding-bottom:20px;
	float:left;
}

#noticias-padre-scroll{
	width:273px;
	height:40px;
	float:left;
	padding-top:40px;
}

#noticias-padre-scroll marquee{
	border:none;
	width:273px;
	height:28px;
	padding-top:10px;
	float:left;
	color:#002D9A;
	background-color:#FFF;
	filter: alpha(opacity=80);
	opacity: .8;
	font-size:14px;
	font-weight:bold;
}

#noticias-padre-scroll marquee a, #noticias-padre-scroll marquee a:visited{
	text-decoration:none;
	color:#002D9A;
}

#noticias-padre-scroll marquee a:hover{
	text-decoration:underline;
}

#noticias-hijo{/*Noticias para pginas hijo*/
	width:272px;
	height:98px;
	float:left;
	background-image:url(../img/bg-agua1.png);
	background-repeat:no-repeat;
}

#noticias-hijo-scroll{
	width:272px;
	height:36px;
	float:left;
	padding-top:60px;
}

#noticias-hijo-scroll marquee{
	border:none;
	width:272px;
	height:28px;
	padding-top:10px;
	float:left;
	color:#002D9A;
	background-color:#FFF;
	filter: alpha(opacity=80);
	opacity: .8;
	font-size:14px;
	font-weight:bold;
}

#noticias-hijo-scroll marquee a, #noticias-hijo-scroll marquee a:visited{
	text-decoration:none;
	color:#002D9A;
}

#noticias-hijo-scroll marquee a:hover{
	text-decoration:underline;
}

#noticia-tit{
	width:430px;
	height:50px;
	font-weight:bold;
	font-size:16px;
	padding-right:20px;
}

#noticia-resum{
	width:430px;
	height:80px;
	padding-right:20px;
	text-align:justify;
	font-weight:bold;
	color:#999999;
}

#noticia-contenido{
	text-align:justify;
	width:440px;
	height:248px;
	overflow-x: hidden; 
	overflow-y: auto;
	padding-right:10px;
}

/*Men izquierda*/

#menu{ 
/*Quiero que el men sea de 85px de ancho pero como tiene 2px aadidos en los bordes le doy 93px de ancho*/
	width:93px;
	float:left;
	border-left:1px solid #002D9A;
	border-right:1px solid #002D9A;
}

#menu ul{
	width:88px;
	padding-left:5px;
	font-size:11px;
	padding-bottom:10px;
}

#menu ul li{
	list-style:none;
	line-height:20px;
}

#menu ul li a, #menu ul li a:visited{
	text-decoration:none;
	color:#002D9A;
	width:88px;
	display:block;
}

#menu ul li a:hover, #menu ul li a.activo{
	background-color:#6681C3;
	color:#FFF;
}

#menu ul li ul{
	width:70px;
	padding-left:5px;
	padding-bottom:10px;
}

#menu ul li ul li{
	padding-left:10px;
	height:20px;
}

#menu ul li ul li a, #menu ul li ul li a:visited{
	width:70px;
}

#menu img{
	border:none;
}

.menu-flash{
	width:93px;
	height:90px;
	text-align:center;
	padding-bottom:10px;
}

.menu-flash marquee{
	border:none;
	width:93px;
	height:90px;
	padding-top:10px;
	float:left;
	color:#002D9A;
	background-color:#FFF;
	filter: alpha(opacity=80);
	opacity: .8;
	font-size:14px;
	font-weight:bold;
}

.menu-flash marquee a, .menu-flash marquee a:visited{
	text-decoration:none;
	color:#002D9A;
}

.menu-flash marquee a:hover{
	text-decoration:underline;
}

.boletin{
	width:88px;
	background-color:#002D9A;
	color:#FFFFFF;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:11px;
}

.boletin a, boletin a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

/*Novedades de index*/

#novedad{
	width:355px;
	float:left;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
}

#novedad-tit{
	width:355px;
	color: #002D9A;
	font-size:18px;
}

#novedad-detalle{
	width:349px;
	background-color:#6681C3;
	color:#FFFFFF;
	padding-left:3px;
	padding-top:5px;
	padding-right:3px;
	padding-bottom:5px;
}

.novedad-texto{
	width:300px;
	float:left;
	font-size:14px;
}

.novedad-siguiente{
	width:15px;
	float:left;
}

.novedad-siguiente img{
	border:none;
}

#novedad-img{
	width:355px;
	padding-top:20px;
	padding-bottom:10px;
	text-align:center;
}

#novedad-img a, #novedad-img a:visited{
	text-decoration:none;
	color:#002D9A;
}

#novedad-img img{
	border:none;
}

/*Contenido para paginas padre*/

#contenido-padre{
	width:450px;
	float:left;
	padding-left:31px;
	padding-right:30px;
}

#contenido-contacto{/*Para contacto*/
	width:450px;
	float:left;
	padding-left:31px;
	padding-right:30px;
}

#boton-acceso{
	width:443px;
	height:70px;
	padding-left:7px;
}

#boton-acceso ul{
	width:420px;
	font-size:18px;
	font-weight:bold;
	color:002D9A;
}

#boton-acceso ul li{
	float: left;
	list-style-type: none;
	width:158px;
	padding-left:30px;
	padding-right:20px;
	text-align:center;
	height:50px;
	color:#002D9A;
}

#boton-acceso ul li a, #boton-acceso ul li a:visited{
	width:150px;
	height:40px;
	padding-top:3px;
	padding-bottom:5px;
	text-decoration: none;
	display: block;
	text-align: center;
	color:#002D9A;
	border:1px solid #002D9A;
	background-color:#B3C0E1;
}

#boton-acceso ul li a:hover{
	background-color:#002D9A;
	color:#B3C0E1;
}

#descarga-texto{
	width:440px;
	height:378px;
	padding-right:10px;
	overflow-x: hidden; 
	overflow-y: auto;
	text-align:justify;
}

#padre-texto{
	width:440px;
	height:378px;
	padding-right:10px;
	overflow-x: hidden; 
	overflow-y: auto;
	text-align:justify;
}

#padre-texto a, #padre-texto a:visited{
	text-decoration:underline;
	color:#002D9A;
}

#padre-texto a:hover{
	text-decoration:underline;
}

#padre-texto img{
	border:none;
}

#padre-texto ul{
	padding-left:30px;
}

#padre-texto ul li ul li{
	font-size:10px;
}

#productos-texto{
	width:440px;
	height:300px;
	padding-right:10px;
	overflow-x: hidden; 
	overflow-y: auto;
	text-align:justify;
}

#productos-texto a, #productos-texto a:visited{
	color:#002D9A;
	text-decoration:underline;
}
#productos-texto a{
	text-decoration:underline;
}

.catalog{
	width:165px;
	float:left;
	padding-left:45px;
	padding-top:20px;
}

.catalog p{
	color:#666;
	font-size:9px;
	padding-right:27px;
}

.catalog-imag{
	height:160px;
	padding-bottom:20px;
}

.catalog img{
	border:none;
}

.catalog ul{
	width:143px;
	font-size:10px;
	padding-bottom:10px;
	padding-left:17px;
}

.catalog ul li{
	list-style:none;
}

.catalog ul li a, .catalog ul li a:visited{
	text-decoration:none;
	color:#002D9A;
}

.catalog ul li a:hover{
	text-decoration:underline;
}

/*Contenido para paginas hijo*/

#contenido-hijo{
	width:721px;
	float:left;
	padding-left:31px;
	padding-right:30px;
}

#contenido-descarga-menu{
	width:450px;
	float:left;
	padding-left:31px;
	padding-right:30px;
}

#content{
	width:715px;
	height:180px;
	float:left;
	overflow-x: hidden; 
	overflow-y: auto;
	text-align:justify;
	padding-right:5px;
}

#content ol{
	padding-left:20px;
	padding-right:10px;
}


#content img{
	border:4px solid #fff;
}

#cabeceraC-texto{
	width:721px;
	height:20px;
	border-bottom:1px solid #61BF1A;
}

#cabeceraH-texto{
	width:721px;
	height:20px;
	border-bottom:1px solid #FF3300;
}

#cabeceraC-descarga{
	width:521px;
	height:20px;
	border-bottom:1px solid #61BF1A;
}

#cabeceraH-descarga{
	width:521px;
	height:20px;
	border-bottom:1px solid #FF3300;
}

#cabecera-tit{
	width:621px;
	float:left;
	padding-top:5px;
}

#cabecera-tit-descarga{
	width:521px;
	float:left;
	padding-top:5px;
}

#cabecera-tit-formulario{
	width:121px;
	float:left;
	padding-top:5px;
}

#tit-volver{
	width:328px;
	float:left;
	text-align:right;
	padding-top:5px;
	font-size:10px;
	color:#FF3300;
}

#tit-volver a, #tit-volver a:visited{
	text-decoration:none;
	color:#FF3300;
}

#tit-volver a:hover{
	text-decoration:underline;
}

#vermas{
	float:left;
	width:100px;
	padding-top:5px;
	text-align:right;
}

#vermas a, #vermas a:visited{
	text-align:right;
	color:#FF3300;
	text-decoration:none;
}

#vermas a:hover{
	color:#FF0000;
}

#cabecera-lag{
	width:22px;
	height:84px;
	float:left;
}

#cabecera-lag ul{
	width:22px;
}

#cabecera-lag ul li{
	list-style:none;
}

#cabecera-lag ul li img{
	border:none;
}

#cabecera-logo{
	float:left;
	width:72px;
	height:84px;
}

#contenido-menu{
	width:200px;
	float:left;
	height:195px;
	padding-top:10px;
	font-size:10px;
	overflow-x: hidden; 
	overflow-y: auto;
}

#contenido-menu ul{
	width:170px;
	text-align:left;
}

#contenido-menu ul li{
	list-style:none;
}

#contenido-menu ul li ul{
	padding-left:30px;
	padding-bottom:5px;
}

#contenido-menu ul li ul li{
	list-style-image:url(../img/puntero.jpg);
}

#contenido-menu ul li a, #contenido-menu ul li a:visited{
	color:#002D9A;
	text-decoration:none;
}

#contenido-menu ul li a:hover, #contenido-menu ul li a.activo{
	background-color:#B3C0E1;
}


#descarga-menu{
	width:200px;
	float:left;
	height:325px;
	padding-top:10px;
	font-size:10px;
}

#descarga-menu ul{
	width:170px;
	text-align:left;
}

#descarga-menu ul li{
	list-style:none;
}

#descarga-menu ul li ul{
	padding-left:30px;
	padding-bottom:5px;
}

#descarga-menu ul li ul li{
	list-style-image:url(../img/puntero.jpg);
}

#descarga-menu ul li a, #descarga-menu ul li a:visited{
	color:#002D9A;
	text-decoration:none;
}

#descarga-menu ul li a:hover, #descarga-menu ul li a.activo{
	background-color:#B3C0E1;
}

#detalle-menu{
	width:200px;
	float:left;
	height:120px;
	padding-top:10px;
	font-size:10px;
}

#detalle-menu ul{
	width:170px;
}

#detalle-menu ul li{
	list-style:none;
}

#detalle-menu ul li ul{
	padding-left:30px;
	padding-bottom:5px;
}

#detalle-menu ul li ul li{
	list-style-image:url(../img/puntero.jpg);
}

#detalle-menu ul li a, #detalle-menu ul li a:visited{
	color:#002D9A;
	text-decoration:none;
}

#detalle-menu ul li a:hover, #detalle-menu ul li a.activo{
	background-color:#B3C0E1;
}

#contenido-flash{
	width:338px;
	float:left;
	padding-top:5px;
}

#scroll-imagenes{
	width:719px;
	height:100px;
	padding-top:10px;
}

#scroll-imagenes img{
	border:none;
}

#contenido-scroll{
	width:699px;
	height:100px;
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	overflow-x: hidden; 
	overflow-y: auto;
}

#contenido-scroll ul{
	padding-left:30px;
}

/*Características del páginas hijo-detalladas*/

#contenido-submenu{
	width:160px;
	float:left;
	padding-top:10px;
	padding-left:20px;
	font-size:10px;
	border-left:1px solid #CCCCCC;
}

#contenido-submenu ul{
	width:155px;
}

#contenido-submenu ul li{
	list-style-image:url(../img/puntero.jpg);
}

#contenido-submenu ul li a, #contenido-submenu ul li a:visited{
	color:#002D9A;
	text-decoration:none;
}

#contenido-submenu ul li a:hover{
	text-decoration:underline;
}

#contenido-descarga{
	width:185px;
	float:left;
	height:325px;
	padding-top:10px;
	padding-right:20px;
	padding-left:30px;
	font-size:10px;
	text-align:left;
	overflow-x: hidden; 
	overflow-y: auto;
	border-left:1px solid #CCCCCC;
}

#contenido-descarga ul{
	width:190px;
}

#contenido-descarga ul li{
	list-style-image:url(../img/icon_pdf.png);
}

#contenido-descarga ul li a, #contenido-descarga ul li a:visited{
	color:#002D9A;
	text-decoration:none;
}

#contenido-descarga ul li a:hover{
	text-decoration:underline;
}

#contenido-formulario{
	width:450px;
	float:left;
	height:325px;
	padding-top:10px;
	font-size:10px;
	text-align:left;
	overflow-x: hidden; 
	overflow-y: auto;
}

#contenido-foto{
	width:164px;
	float:left;
	height:125px;
	padding-top:10px;
	padding-right:5px;
}

#contenido-foto img{
	width:auto;
	height:135px;
	width:159px;
}


#imagen-grande{
	width:334px;
	float:left;
	height:175px;
	padding-top:10px;
	padding-right:5px;
}

#imagen-grande img{
	height:175px;
	width:334px;
}


#contenido-opciones{
	width:169px;
	float:left;
	height:145px;
}

#plano{
	width:169px;
	height:75px;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
}

#plano img{
	width:169px;
	height:75px;
	border:none;
	width:auto;
}

#aplicacion{
	width:169px;
	height:65px;
	text-align:center;
}

#aplicacion img{
	border:none;
	height:65px;
	width:auto;
}

#detalle-tit{
	font-size:15px;
	font-weight:bold;
	float:left;
	padding-top:5px;
}

#detalle-certifi{
	padding-top:13px;
	padding-left:15px;
	float:left;
	font-size:9px;
}


/*Tabla detalle*/

.tabla{
	width:718px;
}

.tabla-tit{
	width:718px;
	color:#FFFFFF;
	font-size:10px;
	background-color:#002D9A;
	height:15px;
	text-align:center;
}

.tabla-tit tr th{
	width:72px;
	text-align:center;
}

.tabla-body{
	width:718px;
	height:50px;
}

.tabla-div{
	width:718px;
	height:128px;
	overflow-x: hidden; 
	overflow-y: auto;
	border:1px solid #002D9A;
	
}

.tabla-div table{
	width:718px;
	font-size:10px;
}

.tabla-div table tr td{
	width:72px;
	text-align:center;
}

.tabla-div table tr td a, tabla-div table tr td a:visited{
	text-decoration:none;
	color:#002D9A;
}

.tabla-div table tr td a:hover{
	text-decoration:underline;
}


.tabla-div p{
	width:718px;
	font-size:10px;
}

.tabla-div ul li{
	padding-left:10px;
	padding-right:10px;
	font-size:10px;
}



/*CONTACTO*/

#direccion{
	width:220px;
	float:left;
}

#ubicacion{
	width:200px;
	float:left;
}

/*Pie de la web*/
#pie{
	width:900px;
	padding-top:10px;
	padding-bottom:10px;
}

#pie a, #pie a:visited{
	color:#002D9A;
}

.certificado{
	width:62px;
	float:left;
}

.certificado img{
	border:none;
}

.direccion{
	width:700px;
	text-align:center;
	float:left;
}

.aviso{
	width:138px;
	float:left;
}

.aviso ul{
	width:138px;
	text-align:right;
}

.aviso ul li{
	list-style:none;
}

.aviso ul li a, .aviso ul li a:visited{
	color:#002D9A;
	text-decoration:none;
}

.aviso ul li a:hover{
	color:#666666;
}


/****************************************************/
/***** Caractersticas del formulario de contacto*****/
/****************************************************/

#FormularioForm fieldset{
	border:none;
	float:left;
	width:430px;
}

#FormularioForm{
	float:left;
	color:#002D9A;
}

#FormularioForm a, #FormularioForm a:visited{
	color:#002D9A;
}

#FormularioForm ul{
	padding-left: 2px;
	padding-right: 2px;
	width:350px;
	float:left;
}

.labelcorta{
	width:41px;
	float:left;
	padding-left:7px;
	padding-top:3px;
}


.labellarga{
	width:150px;
	float:left;
}


.labelmax{
	width:350px;
	float:left;
}

.corto{
	width: 50px;
}

.largo{
	width:250px;
}

#FormularioForm input{
	font-size:10px;
	color:#666666;
}

#FormularioForm select{
	font-size:10px;
	color:#666666;
	width:101px;
	float:left;
}

#FormularioForm textarea{
	margin-top: 3px;
	width:400px;
	height:50px;
	float:left;
	border:1px solid #002D9A;
}

#FormularioForm input[type="text"]{
	display: block;
	float:left;
	margin-top: 3px;
	border:1px solid #002D9A;
}
	

#FormularioForm input[type="submit"]{
	margin: 0 0 5px 150px;
	width:100px;
	background-color:#002D9A;
	color:#FFF;
	border:1px solid #01164E;
}
	
	
#FormularioForm input[type="radio"]{
	width:30px;
	background-color:#002D9A;
	color:#FFF;
	border:1px solid #01164E;
	float:left;
}
	
#FormularioForm input[type="reset"] {
	margin: 0 0 5px 10px;
	width: 100px;
	background-color:#002D9A;
	color:#FFF;
	border:1px solid #01164E;
}
#FormularioForm input[type="checkbox"]{
	margin: 0 0 0 10px;
	width: 20px;
	float: left;
	border:1px solid #01164E;
	background-color:#002D9A;
	color:#FFF;
}
#FormularioForm input[type="hidden"]{
	display: none; 
}

br.clear-l {
	clear: left;
}

.error{
	color:#FF0000;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:10px;
	font-size:12px;
}

