/*==========================================*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*==========================================*/

html, body {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	min-width: 1000px;
	background-image: url(../imagenes/fondo_sitio.gif);
	background-repeat: repeat;
}
.clearing {
	clear: both;
}
.empuje {
	clear: both;
	height: 100px;
}
a {
	text-decoration: none;
}
.contenedor {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: absolute;
	width: 1000px;
	height: auto;
	left:50%;
	margin-left:-500px;
	font-family: "Pontano Sans", "PontanoSansRegular", Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	z-index: 50;
}
.conte-site {
	height: auto;
	width: auto;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.top-logo, .menu, .slide-seccion, .info, .enlaces-secciones, .marcas, .pie {
	display: block;
	width: 1000px;
}
.slide-seccion, .info, .enlaces-secciones, .marcas, .pie {
	background-color:#373737;
}
/**================== css top logo ========================**/
.top-logo {
	height: 450px;
	background-image: url(../imagenes/logo-agua.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.top-logo .logo {
	display: block;
	height: 140px;
	width: 430px;
	background-image: url(../imagenes/logo.png);
	background-position: left bottom;
	padding-top: 50px;
	background-repeat: no-repeat;
}
/* ============ menu navegacion ==================*/
.menu {
	background-color: #000;
}
.menu ul {
	text-transform: uppercase;
	color: #FFF;
	font-family: "Ubuntu Condensed", "UbuntuCondensedRegular", Arial, sans-serif;
	font-size: 14px;
	height: auto;
	display: table-row;
	width: 1000px;
}
.menu ul li {
	display: table-cell;
	padding: 21px 23px;
	border-right: solid 1px #121212;
}
.menu ul li a {
	color: #FFF;
}
.rollover-btn ul li a {
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 0);
	-webkit-text-shadow: 0px 0px 10px rgba(255, 255, 255, 0);
	-moz-text-shadow: 0px 0px 10px rgba(255, 255, 255, 0);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.rollover-btn ul li:hover a {
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
	-webkit-text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
	-moz-text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.rollover-btn ul li {
	background-image: url(../imagenes/flecha-der.gif);
	background-repeat: no-repeat;
	background-position: right 150px;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}
.rollover-btn ul li:hover {
	background-position: right bottom;
}
.idioma {
	position: absolute;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: -25px;
	font-family: "droid sans";
	font-weight: bold;
	right: 0px;
}
.idioma li a img {
	vertical-align: middle;
	margin-right: 3px;
}

.idioma li {
	display: inline;
	padding: 5px;
}
.idioma .uk {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}



/*====================== css info =========================*/
.info {
	color: #CCC;
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url(../imagenes/fondo_info.gif);
	background-repeat: no-repeat;
	background-position: left -295px;
}
.info p {
	padding: 5px 20px;
}
.info a, .pie a {
	color: #FFF;
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 0);
	-webkit-text-shadow: 0px 0px 10px rgba(255, 255, 255, 0);
	-moz-text-shadow: 0px 0px 10px rgba(255, 255, 255, 0);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.info a:hover, .pie a:hover {
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
	-webkit-text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
	-moz-text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.info .foto {
	float: right;
	margin: 20px;
	width: auto;
	height: auto;
	overflow: hidden;
	position: relative;
	cursor: default;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
.info .foto .mascara {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0);
	z-index: 100;
	box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.info .foto .descripcion {
	font-family: "Pontano Sans", "PontanoSansRegular", Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:10px 0px;
	position: absolute;
	width:100%;
	text-align:center;
	left:0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.8);
}
.info .columna-derecha {
	display: block;
	float: right;
	height: auto;
	width: auto;
}
.info .lista li {
	padding-left: 35px;
	display: block;
	background-image: url(../imagenes/flecha-li.gif);
	background-repeat: no-repeat;
	background-position: 25px center;
}
.tabla_tarifas {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: "Ubuntu Condensed", "UbuntuCondensedRegular", Arial, sans-serif;
}
.tabla_tarifas th {
	padding: 5px;
	text-align: center;
	border: 1px solid #373737;
	vertical-align: middle;
	line-height: 14px;
	background-color: #1F1F1F;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 300;
}
.tabla_tarifas td {
	padding: 5px;
	text-align: center;
	border: 1px solid #373737;
	vertical-align: middle;
	line-height: 14px;
	background-color: #6F6F6F;
	font-size: 16px;
	color: #FFFFFF;
}

.info .tabla .periodo {
	font-family: "Ubuntu Condensed", "UbuntuCondensedRegular", Arial, sans-serif;
	text-align: center;
	padding: 5px;
}
.info .tabla .tarifas .descripcion {
	width: 50px;
	font-family: "Ubuntu Condensed", "UbuntuCondensedRegular", Arial, sans-serif;
	background-color: #535353;
}
.info .tabla .tarifas li {
	background-color: #6F6F6F;
	color: #FFF;
	font-family: "Ubuntu Condensed", "UbuntuCondensedRegular", Arial, sans-serif;
	font-size: 16px;
}
.info .tabla .tarifas li:hover {
	background-color: #8B8B8B;
	color: #FFF;
	font-family: "Ubuntu Condensed", "UbuntuCondensedRegular", Arial, sans-serif;
	font-size: 16px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.info #player {
	text-decoration: none;
	display: block;
	height: 550px;
	width: 950px;
	margin: 0px auto;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
.info p a img {
	vertical-align: middle;
	display: inline;
}
.info .conteclima {
	display: block;
	height: 150px;
	width: 280px;
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	margin: 25px;
	padding-top: 170px;
}
.info .conteclima.sma {
	background-image: url(../imagenes/sma.jpg);
}
.info .conteclima.vla {
	background-image: url(../imagenes/vla.jpg);
}
.info .conteclima.brc {
	background-image: url(../imagenes/brc.jpg);
}
.info #pistas {
	display: block;
	height: 740px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
/*=============== css pie ==========================*/
.pie {
	color: #FFF;
}
.pie .dato-contacto {
	font-family: "Ubuntu Condensed", "UbuntuCondensedRegular", Arial, sans-serif;
	font-size: 14px;
	padding: 0px 15px;
	display: inline-block;
	width: 250px;
	margin: 15px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4E4E4E;
}
.dato-contacto .titulo-dato span {
	display: inline-block;
	height: 11px;
	width: 11px;
	margin: 0px 5px;
}
.pie .dato-contacto .titulo-dato {
	text-transform: uppercase;
}
.pie .dato-contacto .titulo-dato .inicio {
	background-image: url(../imagenes/flecha-der.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.pie .dato-contacto .titulo-dato .fin {
	background-image: url(../imagenes/flecha-izq.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.pie .copy {
	float: right;
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 15px;
	padding-right: 10px;
	text-align: right;
}
/* ================= formulario ====================*/
form label {
	display: block;
}
.info #formulario {
	position: relative;
	z-index: 100;
}
form, form table {
	width: 800px;
	margin-left: 20px;
}
#formulario .personas {
	display: block;
}
form table td {
	padding: 5px 20px;
}
form .botones-form {
	text-align: center;
	padding-top: 30px;
}
form .botones-form input {
	margin: 10px;
	height: auto;
}
form .division-formularios {
	background-image: url(../imagenes/sombra-div-info.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	width: 1000px;
	height: 25px;
	margin-top: 20px;
}
legend {
	font-size: 14px;
	line-height: 50px;
}
label.error {
	display:inline;
	font-size: 10px;
	color: #F90;
	font-family: "Pontano Sans", "PontanoSansRegular", Arial, sans-serif;
	text-align: left;
	background-image: url(alert.png);
	background-repeat: no-repeat;
	background-position: 0px top;
	height: 30px;
	padding-left: 20px;
	position: relative;
	width: 75px;
	margin-left: 4px;
}
input, textarea, select {
	background-color: #555;
	color: #fff;
	font-size: 13px;
	border:1px solid #676767;
	padding:3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
textarea {
	margin-top:40px;
}
input:focus, textarea:focus {
	background-color: #333;
}
.submit, .clear {
	color: #FFF;
	text-decoration: none;
	height: 60px;
	width: 100px;
	border: none;
	background-color: #333;
	clear: both;
	font-size: 15px;
}
/*======= multiples usuarios formulario ======================*/
#capainicio {
	position:relative;
	margin-top:40px;
}
#capaexpansion1, #capaexpansion2, #capaexpansion3, #capaexpansion4, #capaexpansion5 {
	position:relative;
	display:none;
}
/* ============ elementos varios ========================*/
.fondo {
	position:absolute;
	width:100%;
	height:100%;
}
.fondo img {
	display: block;
	min-width: 1000px;
}
.fondo .division1 {
	display: block;
	height:20px;
	background:rgba(0, 0, 0, 0);
	box-shadow: inset 0px 10px 6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0px 10px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0px 10px 6px rgba(0, 0, 0, 0.5);
}
.enlaces-secciones, .marcas {
	background: url(../imagenes/sombra-div-info.png) no-repeat center top;
	display: block;
	height: auto;
	clear: both;
}
.enlaces-secciones {
	background-color: #373737;
}
.sombra-pie-div {
	background-image: url(../imagenes/sombra-div-info-invertida.png);
	position: absolute;
	width: 1000px;
	height: 40px;
	display: block;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: -40px;
}
.view {
	width: 304px;
	height: auto;
	margin: 30px 14px;
	float: left;
	overflow: hidden;
	position: relative;
	cursor: default;
	display: inline;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
.view .mascara-foto {
	position: absolute;
	height: 181px;
	width: 304px;
	background: rgba(0, 0, 0, 0);
	z-index: 100;
	box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.view .mask, .view .content {
	width: 304px;
	height: auto;
	position: relative;
	left: 0;
	bottom: 0px;
	background-color: #1d1d1d;
	padding-bottom: 20px;
}
.view img {
	display: block;
	position: relative
}
.view .masinfo {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.view .titulo {
	position:absolute;
	z-index: 100;
	top: 0%;
	font-size: 18px;
	height: auto;
	margin-top: -40px;
}
.view p {
	font-family: "Ubuntu Condensed", "UbuntuCondensedRegular", Arial, sans-serif;
	font-size: 18px;
	position: relative;
	color: #fff;
	padding: 10px
}
.rollover img {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 11);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.rollover:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.rollover .mascara-foto {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.rollover:hover .mascara-foto {
	box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 1);
	-webkit-box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 1);
	-moz-box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 1);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.rollover .masinfo {
	-webkit-transform: translate(50px, 50px);
	-moz-transform: translate(50px, 50px);
	-o-transform: translate(50px, 50px);
	-ms-transform: translate(50px, 50px);
	transform: translate(50px, 50px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.rollover:hover .masinfo {
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.marcas {
	background-color: #292929;
}
.marcas ul {
	margin: 0px 30px;
}
.marcas ul li {
	display: table-cell;
	vertical-align: middle;
	padding: 30px 10px;
}
.float-logos {
	position: absolute;
	top: 600px;
	z-index: 0;
}
.logo-lateral {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.logo-bumps {
	margin-left: -130px;
	float: left;
}
.logo-fischer {
	float: right;
	margin-right: -125px;
}
.titulo {
	position: absolute;
	padding:10px 65px 10px 10px;
	font-family: "Ubuntu Condensed", "UbuntuCondensedRegular", Arial, sans-serif;
	font-size: 27px;
	text-transform: uppercase;
	background: right top no-repeat url(../imagenes/fnd_titulos.png);
	margin-top:-50px;
	color: #FFF;
	z-index: 100;
}
.titulo_info {
	display:block;
	font-family: "Ubuntu Condensed", "UbuntuCondensedRegular", Arial, sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: -2px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	padding: 20px;
}
.titulo_info2 {
	display:block;
	padding:15px 100px 20px 20px;
	margin-top:-90px;
	font-family: "Ubuntu Condensed", "UbuntuCondensedRegular", Arial, sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: -2px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	position: absolute;
	background-image: url(../imagenes/fnd_titulos.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.titulo_info3 {
	display:block;
	margin-top:-40px;
	font-family: "Ubuntu Condensed", "UbuntuCondensedRegular", Arial, sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: -2px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	float: right;
	margin-right: 20px;
}
#mapa_ubicacion {
	width:960px;
	height:550px;
	margin:20px;
	display:block;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
.contenedor .conte-site .info .tabla .periodo .promocion {
	font-size: 20px;
}
