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

body{
	background: #FFFCF0;
	padding:0;
	background-image:url(../img/textura.jpg);
	margin:0 auto;
	overflow-x: hidden;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	background-color:#CCC;
}

.contenido{
	width: 100%;
	height:100%;
	position: relative;
}
	
header{
	margin: 0 auto;
	width:100%;
	height:198px;
	background:#fff;
	box-shadow:0px 2px 5px 1px rgba(0,0,0,0.2);
	}
	
h3{
	font-size: 1.8em;
	color:#018FB1;
	font-family:'Gabriola', serif, regular;
	margin: 0.4em  0em 0em 0em;
	line-height: 1.2;text-align: center;
	
	}
h2{
	margin: 0em 0.5em 0em 1em;
	color: #666;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 0.8em;
	text-align: center;
	}
h5{
	font-size: 1.5em;
	color:#00414C;
	font-family:'Gabriola', serif, regular;
	text-align: center;
	margin: 2em 0em 0em 0em;
	width:194px;
	background:#fff; /* texto de cuadro de texto*/
	}
h4{
	font-size: 1em;
	color:#666;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	text-align: center;
	margin: 2em 0em 2em 0em;
	width:200px;
	background:#fff;
	}
p{
	font-size: 0.9em;
	text-align: center;
	color:#333;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	margin: 0em  0.3em 0.1em 0.2em;
	line-height: 1.3;
	}
p2{
	font-size: 0.9em;
	text-align: left;
	color:#333;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	margin: 0em  0.3em 0.1em 0.2em;
	line-height: 1.3;
	}
.circulito{
	width:8px;
	height:8px;
	border-radius: 50px 50px 50px 50px;
	background:#E2A064;
	margin:5px 0px 4px 72px;
	}

#fondo-superior{
	width:100%;
	height:43px;
	background:#0f8dab;
	}
#cabecera-slider{
	width:1024px;
	height:175px;
	background-image:url(../img/cabecera-slider.png);
	margin:0 auto;
	margin-top:-20px;
	z-index:10;

	}

#content{
	margin:0 auto;
	width:1024px;
	height:490px;
	border-top: 1px solid #CCC;
}


#titulo-texto{
	width:109px;
	height:65px;
	margin: -0px 0px 0px 460px;
	
	
	}
	
footer{
	width: 100%;
	height:101px;
	border-top: #0f8dab solid 7px;
	float:top;
	}
#pie-cuadro{
	width:1024px;
	height:84%;
	margin:0 auto;
	padding-top:17px;
	
	}
.boton{
	width:214px;
	height:77px;
	float:left;
	margin-right:180px;
	}
	
.boton2{/*boton tercero pie */
	width:214px;
	height:77px;
	float:right;
}

.icono{
	width:50px;
	height:50px;
	background:#fff;
	border-radius: 50px 50px 50px 50px;
	box-shadow:#CCC 0px 3px 4px 0px;
	border:1px #0f8dab solid;
	margin-top:11px;
	cursor: pointer;
}
.icono-texto{
	width:160px;
	height:77px;
	background:#fff;
	box-shadow: #ccc 0px 2px 3px 0px;
	float:right;
	cursor: pointer;
}

