@charset "utf-8";

/* CSS WISSER */
/* CREADO POR NEODAT */
/* La curiosidad mato al gato */

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('http://aguawisser.com/espanol/css/fonts/BebasNeue-webfont.eot');
    src: url('http://aguawisser.com/espanol/css/fonts/BebasNeue-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align: left;
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background: #ffffff;
	font-weight: 400;
	font-size: 15px;
	color: #aa3e03;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 30px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
}
.container > header h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}
.container > header h1 span{

}
.container > header h2, p.info{
	font-size: 16px;
	font-style: italic;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
/* Header Style */
.codrops-top{
	font-family: Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	width: 100%;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.codrops-top a:hover{
	color: #fff;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: none;
	display: inline;
}

p.codrops-demos{
	display: block;
	padding: 15px 0px;
}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    display: inline-block;
	border: 1px solid #6d0019;
	padding: 4px 10px 3px;
	font-size: 13px;
	line-height: 18px;
	margin: 2px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #a90329;
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
}
p.codrops-demos a:hover{
	background: #6d0019;
}
p.codrops-demos a:active{
	background: #6d0019;
	background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(56%,#8f0222), color-stop(100%,#a90329));
	background: -webkit-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -o-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -ms-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	color: #A5727D;
	background: #6d0019;
}
/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}




/*========================================================
FUENTES
========================================================*/


@font-face {
font-family: "Futura";
src: url('http://aguawisser.com/espanol/fonts/futult.otf') format("truetype");
}

@font-face {
font-family: "Franklim";
src: url('http://aguawisser.com/espanol/fonts/franklim.otf') format("truetype");
}

@font-face {
font-family: "Calibri";
src: url('http://aguawisser.com/espanol/fonts/calibri.otf') format("truetype");
}

img, img a{
	border: none;
	text-align: left;
}


/*menu*/
#menu{
	width: 561;
	height: 30px;


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

	list-style: none;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 18px;

	text-align: center;
	
}
#menu ul li a{
	line-height: 30px;
	width: 165px !important;
	height: 41px;
	float: right;
	text-decoration: none;
	color: #FFFFFF;
line-height: 55px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	margin-left: 2px;
}
#menu ul li a:hover{
	line-height: 45px;
	width: 165px !important;
	height: 41px;
	color: #003366;
	background-color: #DED611;
}



/*ROTACION DE IMAGENES EN LA PORTADA*/
.clear {
	clear:both;
}

.animacion {
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

.animacion_img {
	float:left;
	width:832px;
	height:551px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	position:relative;
}

.animacion_img img {
	float:left;
	position:absolute;
	left:0px;
	top:0px;
	display:none;
}

/*FIN - ROTACION DE IMAGENES EN LA PORTADA*/

/*VER*/
#ver{
	width: 610;
	height: 30px;
	margin: 10px;

}
#ver ul{
	list-style: none;
	padding: 0;
	
}
#ver ul li{

	list-style: none;
	font-family: "Futura";
	font-weight: 900;
	font-size: 12px;

	text-align: center;
	
}
#ver ul li a{
	line-height: 30px;
	width: 180px !important;
	height: 30px;
	float: right;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	margin-left: 2px;	
}
#ver ul li a:hover{
	line-height: 30px;
	width: 180px !important;
	height: 30px;
	color: #000033;
	background-color: #E2A952;	
}




.telefono {
	font-family: "Futura";
	font-size: 25px;
	color: #ffffff;
	text-align: left;
}

.bienvenido {
	font-family: "Trebuchet MS";
	font-size: 25px;
	color: #31C1FF;
	text-align: left;
}

.fecha {
	font-family: "Trebuchet MS";
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

.fecha_portada {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #999999;
	text-align: left;
}

.novedades_listar {
	font-family: "Trebuchet MS";
	font-size: 22px;
	color: #009900;
	text-align: left;
}







.resolucion {
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: left;
}


.slogan {
	font-family: "Trebuchet MS";
	font-size: 26px;
	color: #E2A952;
}




.campos {
	font-family: "Futura";
	font-size: 14px;
	color: #666666;
}




.textogeneral {
	font-family: "Calibri";
	font-size: 16px;
	color: #999999;
	text-align: left;
	font-style: normal;
	font-weight: lighter;
}


.textobienvenida {
	font-family: "Calibri";
	font-size: 18px;
	color: #999999;
	text-align: left;
	font-style: normal;
	font-weight: lighter;
}

.contactorta {
	font-family: "Futura";
	font-size: 20px;
	color: #999999;
	text-align: center;
}

.pietexto {
	font-family: "Calibri";
	font-size: 16px;
	color: #ffffff;
	text-align: left;
	font-style: normal;
	font-weight: lighter;
}

.pietitulo {
	font-family: "Futura";
	font-size: 20px;
	color: #5788D4;
	text-align: left;
	font-style: normal;
	font-weight: lighter;
}



.subtitulos {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 27px;
	color: #004080;

	font-style: normal;

}

.titulos {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 50px;
	color: #ffffff;
	font-style: normal;
}




.boton1 {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	background-color: #003399;
	color: #FFFFFF;
	height: 40px;
	text-align: right;
}

.formulario1 {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-style: normal;
	color: #333333;
	height: 25px;
	background-color: #F6F6F6;
	border: 1px solid #003399;
}


.formulario_multilinea {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-style: normal;
	color: #333333;
	background-color: #F6F6F6;
	border: 1px solid #003399;
}


/*Enlace General*/

a.enlace_general {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #E2A952;
	text-decoration: none;
	text-align: left;
}

a.enlace_general:link {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #E2A952;
	text-decoration: none;
	text-align: left;
}

a.enlace_general:visited {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #E2A952;
	text-decoration: none;
	text-align: left;
}

a.enlace_general:hover {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #CCCCCC;
	text-decoration: none;
	text-align: left;
}

a.enlace_general:active {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #E2A952;
	text-decoration: none;
	text-align: left;

}


/*****************************************/


/*Enlace Pie de Pagina*/

a.enlace_pie {
	font-family: "Franklim";
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

a.enlace_pie:link {
	font-family: "Franklim";
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

a.enlace_pie:visited {
	font-family: "Franklim";
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

a.enlace_pie:hover {
	font-family: "Franklim";
	font-size: 12px;
	color: #5188D8;
	text-decoration: underline;
}

a.enlace_pie:active {
	font-family: "Franklim";
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

/*****************************************/

/*
     FILE ARCHIVED ON 20:24:52 Sep 30, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 01:11:32 Jun 27, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.609
  exclusion.robots: 0.076
  exclusion.robots.policy: 0.06
  esindex: 0.008
  cdx.remote: 620.806
  LoadShardBlock: 283.888 (3)
  PetaboxLoader3.datanode: 202.66 (4)
  PetaboxLoader3.resolve: 162.101 (3)
  load_resource: 119.753
*/