@import url('https://fonts.googleapis.com/css?family=Ubuntu|Ubuntu+Condensed');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
html, body{
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
background-color: #ffffff;
font-family: 'Ubuntu Condensed', sans-serif;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-image: url(../img/fondo.jpg);
background-attachment: fixed;
}
.clear{
clear: both;
}
.ing{
border: none;
display: block;
}
.redondo {  
border.radius: 10px;  
-moz-border-radius:10px;  
-webkit-border-radius:10px;  
}
.img-100{
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
a{
text-decoration: none;
}
a:hover, a:active, a:focus {
outline: none;
text-decoration: none;
}
.ani-home{
display: block;
border: 0px;
width: 100%;
height: 500px;
}	@media (max-width: 767px) {
		.ani-home{
		display: block;
		border: 0px;
		width: 100%;
		min-height: 100%;
		height: 300px;
		}	
	}
	@media (max-width: 480px) {
		.ani-home{
		display: block;
		border: 0px;
		width: 100%;
		min-height: 100%;
		height: 200px;
		}	
	}
.ani-franja{
z-index: 1;
position: absolute;
margin-left: 0px;
margin-top: 350px;
padding: 10px 0 10px 0;
background-image: url(../img/blanco-70.png);
margin-bottom: 10px;
}
.ani-texto{
padding: 20px 40px 20px 40px;
color: #02809A;
font-size: 40px;
text-align: left;
font-family: 'Open Sans Condensed', sans-serif;
}
	@media (max-width: 767px) {
		.ani-texto{
		width: 90%;
		padding: 20px 0px 20px 0px;
		color: #ffffff;
		font-size: 25px;
		text-align: left;
		font-family: 'Open Sans', sans-serif;
		text-shadow: -3px -3px 3px #000000;
		}
	}	
.sombra{
  -webkit-box-shadow: 2px 2px 5px #333333;
  -moz-box-shadow: 2px 2px 5px #333333;
  filter: shadow(color=#333333, direction=135, strength=2);
}	

.foto-cont{
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 40px 0 40px 0;
border-bottom: 1px solid #000000;

}

/*ANCHOS*/
.div-100{
display: block;
border: 0px;
width: 100%
}
.div-90{
display: block;
border: 0px;
width: 90%
}
.div-80{
display: block;
border: 0px;
width: 80%
}
.div-70{
float: left;
display: block;
border: 0px;
width: 70%
}
.div-60{
float: left;
display: block;
border: 0px;
width: 60%
}	
.div-50{
float: left;
display: block;
border: 0px;
width: 50%
}	
	@media (max-width: 767px) {
		.div-50{
		display: block;
		border: 0px;
		width: 100%;
		}	
	}
	@media (max-width: 480px) {
		.div-50{
		display: block;
		border: 0px;
		width: 100%;
		}	
	}
.div-33{
float: left;
display: block;
border: 0px;
width: 33.33%
}	
	@media (max-width: 767px) {
		.div-33{
		display: block;
		border: 0px;
		width: 100%;
		}	
	}
	@media (max-width: 480px) {
		.div-33{
		display: block;
		border: 0px;
		width: 100%;
		}	
	}
.div-30{
float: left;
display: block;
border: 0px;
width: 30%
}	
	@media (max-width: 767px) {
		.div-30{
		display: block;
		border: 0px;
		width: 100%;
		}	
	}
	@media (max-width: 480px) {
		.div-30{
		display: block;
		border: 0px;
		width: 100%;
		}
	}
.div-25{
float: left;
display: block;
border: 0px;
width: 25%
}	
	@media (max-width: 767px) {
		.div-25{
		display: block;
		border: 0px;
		width: 100%
		}
	}
	@media (max-width: 480px) {
		.div-25{
		display: block;
		border: 0px;
		width: 100%
		}
	}

.div-20{
float: left;
display: block;
border: 0px;
width: 20%
}	
	@media (max-width: 767px) {
		.div-20{
		display: block;
		border: 0px;
		width: 100%
		}
	}
	@media (max-width: 480px) {
		.div-20{
		display: block;
		border: 0px;
		width: 100%
		}
	}	
	
/*PADING*/	
.pad-10{
padding: 10px;
}	
.pad-20{
padding: 20px;
}	
.pad-30{
padding: 30px;
}	
.pad-40{
padding: 40px;
}


/*COLORES*/
.color-1{
background-color: #EFC723;
}
.color-2{
background-color: #0397B6;
}
.color-3{
background-color: #BBD826;
}
.color-rojo{
background-color: #FF0F10;
}

/*FONDOS*/
.f-blanco{
background-image: url(../img/blanco-70.png);
}
.f-home{
display: block;
border: 0px;
padding: 200px 0 100px 0;
background-image: url(../img/fondo-home.jpg);
background-position: center bottom;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}

/*Aling*/
.txt-izq{
text-align: left;
}
.txt-cen{
text-align: center;
}
.txt-der{
text-align: right;
}

/*TEXTOS*/
.contenido{
display: block;
border: 0px;
padding-top: 100px;
}
.pant-titulo{
margin-top: 50px;
color: #FF0F10;
font-size: 40px;
text-align: center;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
}
.pant-subtxt{
color: #424242;
font-size: 20px;
text-align: center;
font-family: 'Open Sans ', sans-serif;
font-weight: 400;
line-height: 28px;
}
.pnat-titlo-sec{
color: #000000;
font-size: 30px;
text-align: center;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 600;
text-decoration: none;
}
.pnat-titlo-sec a{
color: #000000;
font-size: 30px;
text-align: center;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 600;
text-decoration: none;
}
.pnat-titlo-sec a:hover{
color: red;
font-size: 30px;
text-align: center;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 600;
text-decoration: none;
}
.pant-txt{
color: #4E4D49;
font-size: 18px;
text-align: left;
font-family: 'Open Sans ', sans-serif;
font-weight: 400;
line-height: 26px;
}
.pant-cara{
color: #02809A;
font-size: 26px;
text-align: center;
font-family: 'Open Sans ', sans-serif;
font-weight: 600;
padding: 20px 0 20px 0;
text-transform: uppercase;
min-height: 170px;
}
.pant-cara-txt{
color: #ffffff;
font-size: 18px;
text-align: center;
font-family: 'Open Sans ', sans-serif;
font-weight: 300;
padding: 20px 0 20px 0;
text-transform: none;
}

/*MENU*/
.div-menu a{
display: block;
float: left;
padding: 10px 20px 63px 20px;
background-color: #FF0F10;
color: #1D1C1C;
font-family: 'Open Sans Condensed', sans-serif;
font-size: 22px;
text-decoration: none;
}
.div-menu a:hover{
background-color: #000000;
color: #ffffff;
text-decoration: none;
}
	@media (max-width: 767px) {
		.div-menu a{
		display: block;
		width: 100%;
		border: 0;
		padding: 20px 0 20px 0;
		background-color: #FF0F10;
		color: #1D1C1C;
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 22px;
		text-decoration: none;
		text-align: center;
		}	
	}
	@media (max-width: 480px) {
		.div-menu a{
		display: block;
		width: 100%;
		border: 0;
		padding: 20px 0 20px 0;
		background-color: #FF0F10;
		color: #1D1C1C;
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 22px;
		text-decoration: none;
		text-align: center;
		}	
	}

/*SOMBRAS*/
.sombra-abajo{
display: block;
border: 0px;
width: 100%;
height: 20px;
background-color: transparent;
background-image: url(../img/sombra-abajo.png);
background-position: center top;
background-repeat: repeat-x;
}

/*EFECTOS*/
.over-b:hover{
background-color: #ffffff;
}

/*SECCIONES*/
.div-logo{
display: block;
float: left;
background-color: #000000;
padding: 0 20px 0 40px;
}
	@media (max-width: 767px) {
		.div-logo{
		display: block;
		border: 0;
		width: 100%;
		background-color: #000000;
		padding: 20px 0 20px 0;
		}	
	}
	@media (max-width: 480px) {
		.div-logo{
		display: block;
		border: 0;
		width: 100%;
		background-color: #000000;
		padding: 20px 0 20px 0;
		}	
	}
.img-icono-servicios{
background-position: center bottom;
background-repeat: no-repeat;
background-size: 70%;
min-height: 350px;
}
.links-titulo{
color: #000000;
font-size: 18px;
font-family: 'Ubuntu Condensed', sans-serif;
}
.links-btn{
float: right;
display: block;
border: 0px;
width: 50px;
height: 52px;
margin: 6px;
background-position: center top;
background-repeat: no-repeat;
}
.links-btn:hover{
background-position: center bottom;
}
.links-sepa{
display: block;
margin-bottom: 6px;
}
.icono-datos{
display: block;
border: 0px;
width: 50px;
height: 52px;
margin: 6px;
background-position: center top;
background-repeat: no-repeat;
}


/*BOTONES*/
.btn-nuevo-off a{
display: block;
border: 0px;
width: 100%;
background-color: #014A59;
color: #ffffff;
font-family: 'Ubuntu', sans-serif;
font-size: 26px;
font-weight: 800;
padding: 20px 0 20px 0;
  -webkit-box-shadow: 2px 2px 5px #333333;
  -moz-box-shadow: 2px 2px 5px #333333;
  filter: shadow(color=#333333, direction=135, strength=2);
cursor: pointer;
text-decoration: none;
border.radius: 10px;  
-moz-border-radius:10px;  
-webkit-border-radius:10px;  
}
.btn-nuevo-off a:hover{
color: #014A59;
background-color: #C4D2E8;	
  -webkit-box-shadow: 0px 0px 0px #333333;
  -moz-box-shadow: 0px 0px 0px #333333;
  filter: shadow(color=#333333, direction=0, strength=0);
text-decoration: none;
border.radius: 10px;  
-moz-border-radius:10px;  
-webkit-border-radius:10px;  
}




/*FORMILARIO*/
.form-txt{
display: block;
border: 0px;
text-align: left;
color: #424242;
font-size: 18px;
font-variant: 400;
font-family: 'Open Sans', sans-serif;
}
.form-campo{
display: block;
border: 1px;
width: 100%;
background-image: url(x../img/banco-70.png);
}
.form-sepa{
width: 100%;
height: 10px;
border: 0px;
}
.form-contacto-1{
color: #424242;
font-size: 16px;
border: 1px solid #616161;
background-color: #ffffff;
width: 70%;
padding: 6px;
}
.form-contacto-1-e{
color: red;
font-size: 16px;
border: 1px solid #616161;
background-color: #ffffff;
width: 70%;
padding: 6px;
}
.form-contacto-2{
color: #424242;
font-size: 16px;
border: 1px solid #616161;
background-color: #ffffff;
width: 70%;
height: 100px;
padding: 6px;
background-position: center center;
background-repeat: no-repeat;
}
.form-contacto-2-e{
color: red;
font-size: 16px;
border: 1px solid #616161;
background-color: #ffffff;
width: 70%;
height: 100px;
padding: 6px;
background-position: center center;
background-repeat: no-repeat;
}
.form-contacto-btn, #form-contacto-btn {
color: #ffffff;
font-size: 16px;
background-color: #FF0F10;
padding: 10px 0 10px 0;
border: 0px solid #2E3192;
width: 70%;
cursor: pointer;
}
.form-contacto-btn, #form-contacto-btn:hover{
color: #FF0F10;
font-size: 16px;
background-color: #ffffff;
padding: 10px 0 10px 0;
border: 0px solid #ffffff;
width: 70%;;
cursor: pointer;
}



/*PIE*/
.pie-menu{
color: #E1E0DE;
font-family: 'Open Sans Condensed', sans-serif;
line-height: 20px;
font-size: 18px;
}
.pie-menu a{
color: #E1E0DE;
font-family: 'Open Sans Condensed', sans-serif;
font-size: 18px;
text-decoration: none;
}
.pie-menu a:hover{
color: #ffffff;
font-weight: 600;
text-decoration: none;
}
.pie-datos{
color: #E1E0DE;
font-family: 'Open Sans Condensed', sans-serif;
font-size: 20px;
}
.pie-datos a{
color: #E1E0DE;
font-family: 'Open Sans Condensed', sans-serif;
font-size: 20px;
text-decoration: none;
}
.pie-datos a:hover{
color: #ffffff;
font-weight: 600;
text-decoration: none;
}

.pie-by a{
color: #E1E0DE;
font-family: 'Open Sans Condensed', sans-serif;
line-height: 6px;
font-size: 16px;
font-style: italic;
text-decoration: none;
}
.pie-by a:hover{
color: #ffffff;
text-decoration: none;
}

