﻿body{
	background: url(../images/fondo.jpg) no-repeat center center fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	font-family:arial, sans-serif;
	font-family: 'Poppins', sans-serif;
	font-weight: lighter;
}

#cintillo{
	border-bottom: 1px dotted #ddd;
	background: #f7f7f7;
	width: 100%;
	height: 35px;
	float: left;
}

#cintillo-conten{
	width: 1200px;
	margin: 0 auto;
}

#cintillo-conten span{
	border: 0px solid red;
	font-size: 19px;
	float: left;
	padding: 9px 0;
	margin: 0 100px 0 0;
}

.right{
	float: right !important;
	margin: 0 !important;
}


#cabecera{
	width: 100%;
	float: left;
}

#cabecera-conten{
	width: 1200px;
	margin: 0 auto;
}

#logotipo{
	width: 12%;
	float: left;
}
#logotipo img{
	width: 100%;
}

#leyenda{
	width: 40%;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	color: #012296;
	font-size: 45px;
	line-height: 55px;
	float: left;
	margin: 38px 0 0 3%;
}

#cabe{
	height: 200px;
	float: right;
}



#menu{
	background: black;
	width: 100%;
	float: left;
}

#menu-conten{
	width: 1200px;
	margin: 0 auto;
}

#menu-r{
	width: 100%;
	text-align: center;
	color: white;
	font-size: 19px;
	float: left;
	padding: 9px 0;
	cursor: pointer;
	display: none;
}

#menu-r:hover{
	background: #012296;
}

#menu-conten a{
	color: white;
	text-decoration: none;
}

#menu-conten a:hover{
	text-decoration: underline;
}

#menu-conten ul{
	width: 100%;
}

#menu-conten ul li{
	width: 20%;
	float: left;
}

.menu{
	width: 100%;
	font-size: 19px;
	text-align: center;
	padding: 9px 0;
}

.menu:hover, .activo{
	background: #012296;
}

.dosM{
	padding: 0;
}




#efecto{
	width: 100%;
	float: left;
}






#wrapP{
	width: 1200px;
	margin: 0 auto;
}

#pagina{
	width: 100%;
	float: left;
}



.titulo{
	width: 100%;
	text-align: center;
	float: left;
}

.titulo div{
	background: white;
	font-size: 35px;
	color: #012296;
	font-weight: bold;
	padding: 12px;
	display: inline-block;
	margin: 30px 0;
}


.parte{
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}

.seccion{
	border-left: 2px solid black;
	background: white;
	width: 61%;
	font-size: 22px;
	line-height: 32px;
	float: left;
	padding: 12px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.imagen-seccion{
	width: 35%;
	font-size: 18px;
	float: left;
}

.imagen-seccion img{
	width: 100%;
}





.texto2{
	width: 100%;
	text-align: center;
	font-size: 22px;
	line-height: 32px;
	float: left;
	padding:0 100px;
	margin: 0 0 30px 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cuadro{
	background: white;
	width: 48%;
	text-align: center;
	font-size: 22px;
	line-height: 32px;
	padding: 10px;
	float: left;
	margin: 0 1% 20px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}




.texto{
	border: 1px solid #ddd; 
	background: white;
	width: 50%;
	text-align: center;
	font-size: 18px;
	line-height: 38px;
	float: left;
	padding: 12px;
	margin: 30px 0 0 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mitad{
	width: 50%;
	float: left;
}

.imagenes{
	width: 47%;
	text-align: center;
	float: left;
}

.imagenes img{
	width: 70%;
}




#banner{
	width: 100%;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	float: left;
	padding: 30px 50px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



.tres{
	width: 31.33%;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	float: left;
	margin: 0 1% 30px;
}

.cuatro{
	width: 48%;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	float: left;
	margin: 0 1% 30px;
}

.tres strong, .cuatro strong{
	font-size: 25px;
	color: #002296;
}

.cuatro img, .tres img{
	width: 100%;
	margin: 0 0 30px 0;
}


.separacion{
	width: 100%;
	float: left;
}


#footer{
	background: black;
	width: 100%;
	float: left;
}

#footer a{
	color: white;
}

#footer-conten{
	width: 1200px;
	margin: 0 auto;
}

.seccion-footer{
	width: 50%;
	line-height: 30px;
	color: white;
	float: left;
	padding: 12px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.seccion-footer strong{
	font-size: 22px;
	font-weight: bold;
}

.seccion-footer .mitad{
	width: 50%;
	float: left;
}

.seccion-footer span{
	width: 100%;
	float: left;
}




@media screen and (max-width: 1200px){
	.d1200{display: none;}

	#cintillo{
		height: auto;
	}
	#cintillo-conten, #cabecera-conten{
		width: 100%;
		padding: 0 10px;

		box-sizing: border-box;
	}
	#menu-conten, #wrapP, #footer-conten{
		width: 100%;
	}
}

@media screen and (max-width: 1000px){
	#leyenda{
		font-size: 35px;
	}
}

@media screen and (max-width: 900px){
	#cabe{display: none;}

	#leyenda{
		width: 80%;
	}
}

@media screen and (max-width: 800px){
	#menu-r{
		display: block;
	}
	#menu-conten ul{
		display: none;
	}
	#menu-conten ul li{
		width: 100%;
	}


}

@media screen and (max-width: 700px){
	#leyenda{
		margin: 10px 0 0 3%;
	}

	.texto2{
		padding: 0 20px;
	}

	.texto{
		width: 100%;
		margin: 0 !important;
	}
	.imagenes{
		width: 100%;
		margin: 20px 0 0 0 !important;
	}
	.cuadro{
		margin: 0 !important;
	}

	.cuatro, .tres{
		width: 90%;
		margin: 0 5% 40px;
	}
}

@media screen and (max-width: 600px){
	#banner{
		font-size: 24px;
		padding: 10px 20px;
	}

	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		text-align: center;
		margin: 20px 0 0 0 !important;
	}
	.imagen-seccion img{
		width: 80%;
	}

	.seccion-footer{
		width: 100% !important;
	}
}

@media screen and (max-width: 550px){
	#cintillo-conten span{
		width: 100%;
		text-align: center;
		padding: 3px 0;
	}
}

@media screen and (max-width: 500px){
	#logotipo{
		width: 20%;
	}
	#leyenda{
		width: 75%;
		font-size: 30px;
	}

	.mitad{
		width: 100% !important;
	}
}









