/*ESTILOS GENERALES*/
@import url(https://fonts.googleapis.com/css?family=Exo:400,700);

body{
	margin: 0;
	background: #FFF;
	font-family: Exo;
}

.container{
	width: 90%;
	margin: 0 auto;
	max-width: 1280px;
	min-width: 960px;
}

/*Header*/
header{
	background: url(images/colores-cabecera.png) no-repeat top center;
	min-height: 100px;
	background-size: 100% 24px;
}

header h1{
	margin: 0;
}

header h1 a{
	padding: 40px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 60px;
	color: #afbabf;
	display: block;
	text-decoration: none;
}

header h2{
	margin: 0;
	text-align: center;
	font-size: 48px;
	color: #afbabf;
	font-weight: normal;
}

header h3{
	margin: 0;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	background: #46bf9a;
	font-size: 38px;
}

/*Contenido Principal*/
#contenido{
	overflow: hidden;
}

#contenido #imagen_casa{
	width: 75%;
	float: left;
}

/*Contenido Lateral*/
#contenido aside{
	width: 25%;
	float: right;

}

aside h4{
	font-size: 30px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	background: url(images/boton-rojo.gif) no-repeat center;
	background-size: 100%;
}

aside #telefono{
	color: #e9232e;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	margin: 5px 0;
}

/*Formulario Contacto*/
div#formulario{
	background: #cfe8dc url(images/colores-formulario.png) no-repeat top left;
	padding: 0 10px 10px 15px;
	background-size: 8px 100%;
}

#formulario h5{
	text-align: center;
	color: #7c849e;
	font-size: 32px;
	margin: 0;
}

#formulario p{
	margin: 10px 0;
	color: #7c849e;
	background: #FFF;
}

#formulario input, #formulario textarea{
	border: none;
	width: 94%;
	padding: 5px 3%;
}

#formulario .check{
	width: auto;
	font-size: 10px;
	float: left;
	margin: 10px 3px;
}

#formulario .texto_check{
	float: left;
	width: auto;
	background: transparent;
	font-size: 12px;
	margin: 10px 0;

}

#formulario .texto_check a{
	color: #7c849e;
	display: block;
}

#formulario .boton_formulario{
	width: 100%;
	background: url(images/boton-verde.png) no-repeat center;
	background-size: 100%;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	height: 80px;
	cursor: pointer;
}

/*Textos*/
.texto_azul{
	float: left;
	border-left: solid 20px #2d4057;
	box-sizing: border-box;
	padding: 0 10px;
}

#texto_azul_1{
	width: 20%;
}

#texto_azul_2{
	width: 30%;
}

#texto_azul_3{
	width: 50%;
}

.texto_azul h2{
	font-weight: normal;
	color: #2d4057;
	margin: 0;
	text-transform: uppercase;
}

.texto_azul p{
	color: #243842;
	font-size: 14px;
	margin: 10px 0 5px 0;
	font-weight: bold;
}

#texto_largo{
	font-size: 14px;
	margin: 20px 0 15px 0;
	float: left;
	font-weight: bold;
	text-align: justify;
}

/*Política de Privacidad*/
#politica_privacidad{
	width: 75%;
	float: left;
}

#politica_privacidad h2{
	margin: 15px 0 0 0;
	font-size: 36px;
	color: #afbabf;
	font-weight: normal;
}

#politica_privacidad p{
	text-align: justify;
	padding: 0 5% 0 0;
}

/*Gracias*/
#gracias{
	width: 75%;
	float: left;
}

#gracias h2{
	margin: 15px 0 0 0;
	font-size: 36px;
	color: #afbabf;
	font-weight: normal;
}

#gracias p{
	text-align: justify;
	padding: 0 5% 0 0;
}

/*Footer*/
footer{
	background: #2d4057;
	float: left;
	width: 100%;
	padding: 10px 0;
}

footer p{
	color: #FFF;
	text-align: center;
}

<!--- Codigo para la política de cookies-->
 
 
<style type="text/css">
 
/* CSS para la animación y localización de los DIV de cookies */
 
@keyframes desaparecer
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -50px;}
}
 
@-webkit-keyframes desaparecer /* Safari and Chrome */
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -50px;}
}
 
@keyframes aparecer
{
0%		{bottom: -38px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: -38px;}
}
 
@-webkit-keyframes aparecer /* Safari and Chrome */
{
0%		{bottom: -38px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: -38px;}
}
#cookiesms1:target {
    display: none;
}
.cookiesms{	
	width:100%;
	height:70px;
	margin:0 auto;
	padding-left:1%;
        padding-top:5px;
        font-size: 1.2em;
	clear:both;
        font-weight: strong;
color: #333;
bottom:0px;
position:fixed;
left: 0px;
background-color: #FFF;
opacity:0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
transition: bottom 1s;
-webkit-transition:bottom 1s; /* Safari */
-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
z-index:999999999;
}
 
.cookiesms:hover{
bottom:0px;
}
.cookies2{
background-color: #FFF;
display:none;
opacity:0.95;
filter:alpha(opacity=95);
position:absolute; 
left:1%; 
top:-30px;
font-size:15px;
height:30px;
padding-left:25px;
padding-right:25px;
-webkit-border-top-right-radius: 15px;
-webkit-border-top-left-radius: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
border-top-right-radius: 15px;
border-top-left-radius: 15px;
-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
}
 
/* Fin del CSS para cookies */
 
</style>
