﻿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:'century gothic', sans-serif;
}



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

#pagina{
	background: url(../images/fondo-pagina.jpg) no-repeat center center fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	float: left;

	box-shadow: 0 0 10px white;
}

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

#logotipo{
	background: white;
	width: 48%;
	float: left;
	margin: 15px 0 0 10px;
}

#logotipo img{
	width: 100%;
}



#datos{
	background: rgba(0,0,0,0.7);
	width: 40%;
	float: right;
	padding: 10px;

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

#datos p{
	width: 100%;
	font-size: 18px;
	text-align: center;
	color: white;
	float: left;
	margin: 0 0 10px 0;
}

#datos a{
	color: white;
}

#datos p strong{
	font-size: 22px;
}


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

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

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

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

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

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

.menu{
	width: 100%;
	font-size: 17px;
	text-align: center;
	font-weight: bold;
	float: left;
	padding: 9px 0;

	text-shadow: 2px 2px 2px #000;
}

.menu:hover{
	background: black;
}


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




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

.titulote{
	width: 100%;
	text-align: center;
	color: blue;
	font-size: 35px;
	font-weight: bold;
	float: left;
	padding: 12px 0;
	margin: 0 0 30px 0;
}

.titulo-pestana{
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	float: left;
	padding: 12px 0;
	margin: 0 0 30px 0;
}

.parte{
	border:0px solid blue;
	width: 100%;
	float: left;
	padding: 0 10px;

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

.seccion{
	width: 61%;
	font-size: 20px;
	line-height: 30px;
	float: left;
	padding: 20px 30px;

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

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

.seccion strong{
	color: #002e61;
	font-size: 19px;
}

.imagen-seccion{
	border:0px solid red;
	width: 35%;
	text-align: center;
	float: left;
	margin: 0 0 0 20px;
}

.imagen-seccion img{
	width: 90%;

	border-radius: 10px;
}





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

#footer-conten{
	width: 1150px;
	margin: 0 auto;
	padding: 0 10px;

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

#footer-conten span{
	color: white;
	float: left;
	padding: 9px 0;
}




@media screen and (max-width: 1150px){
	#wrapP, #footer-conten{
		width: 100%;
	}
}

@media screen and (max-width: 700px){
	#logotipo, #datos{
		width: 100%;
		text-align: center;
		margin: 0;
	}
	#logotipo img{
		width: 80%;
	}

	.titulo-pestana{
		padding: 0 10px;

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

@media screen and (max-width: 600px){
	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		margin: 0 0 0 0;
	}
}

@media screen and (max-width: 500px){
	#logotipo img{
		width: 100%;
	}

	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}
}







