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


#fondo-blanco{
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	background: rgba(256,256,256,0.4);
	width: 100%;
	height: 100%;
}


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

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

#logotipo{
	width: 27%;
	float: left;
}

#logotipo img{
	width: 100%;
}


#menu{
	border: 0px solid red;
	width: 43%;
	float: left;
	margin:40px 0 0 40px;
}

#menu-r{
	background: #ddd;
	width: 100%;
	text-align: center;
	font-size: 22px;
	float: left;
	padding: 12px 0;
	cursor: pointer;
	display: none;
}

#menu ul{
	width: 100%;
	float: left;
}

#menu ul li{
	width: 31.33%;
	float: left;
}

.menu-enmedio{
	margin: 0 3%;
}

.menu{
	background: #ddd;
	width: 100%;
	text-align: center;
	font-size: 22px;
	float: left;
	padding: 12px 0;
}

.menu:hover, .activo, #menu-r:hover{
	background: #00056d;
	color: white;
}


#leyenda{
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	color: green;
	float: left;
	margin: 30px 0 0 0;
}



#datos{
	border: 0px solid red;
	width: 25%;
	float: right;
	margin:10px 0 0 0;
}
#datos p{
	width: 100%;
	text-align: center;
	font-size: 20px;
	float: left;
	padding: 4px 8px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#datos p strong{
	color: #00056d;
	font-size: 27px;
}
#datos p img{
	width: 25px;
}



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

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


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

#contenido-conten{
	width: 100%;
	float: left;
	padding: 30px 0;
}

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

.titulo h1{
	background: #00056d;
	color: white;
	font-weight: bold;
	font-size: 35px;
	display: inline-block;
	padding: 4px  3px;
	margin: 0 0 30px 0;

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


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

.seccion{
	width: 62%;
	font-size: 24px;
	line-height: 34px;
	float: left;
}

.seccion strong{
	color: #00056d;
	font-size: 26px;
}

.imagen-seccion{
	width: 37%;
	font-size: 22px;
	line-height: 32px;
	float: right;
}
.imagen-seccion img{
	width: 100%;
}


#banner{
	background: url(../images/fondo-banner.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 150px 0;
	margin: 50px 0 0 0;
}

.fondoBanner2{
	background: url(../images/1.jpg) no-repeat center center !important;
	-webkit-background-size: cover;
	background-size: cover;
}

.texto-banner{
	background: rgba(0,0,0,0.7);
	width: 50%;
	font-size: 24px;
	line-height: 34px;
	color: white;
	float: right;
	padding: 20px;

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


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


#anuncio{
	background: #ddd;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	float: left;
	padding: 12px 0;
}


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

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

.seccion-footer{
	color: white;
	font-size: 24px;
	line-height: 34px;
	float: left;
	padding: 20px 12px;

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

.seccion-footer img{
	width: 25px;
}

.seccion-footer a{
	color: white;
}

@media screen and (max-width: 1200px){
	#efecto-conten, #footer-conten{
		width: 100%;
	}
	#cabecera-conten, #contenido{
		width: 100%;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 900px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 40%;
	}
	#menu{
		width: 55%;
		float: left;
		margin:20px 0 0 0;
	}
	#datos{
		width: 44%;
		float: right;
	}
}
@media screen and (max-width: 700px){
	#logotipo img{
		width: 60%;
	}
	#menu{
		width: 100%;
	}
	#datos{
		width: 100%;
		margin-bottom: 20px;
	}
	.seccion-footer{
		width: 100% !important;
	}
}
@media screen and (max-width: 600px){
	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		text-align: center;
		margin: 30px 0 0 0;
	}
	.imagen-seccion img{
		width: 90%;
	}
	.texto-banner{
		width: 100%;
	}
}
@media screen and (max-width: 500px){
	#logotipo img{
		width: 80%;
	}
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
		margin: 0;
	}
}













