﻿body{
	background: url(../images/fondo.jpg) fixed;
	font-family: 'Open Sans', sans-serif;
}

#ayuda{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
}

#cintillo{
	background: #1070b4;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 50px;
}

#cintillo-conten{
	width: 1100px;
	height: 50px;
	margin: 0 auto;
}

#cintillo-conten span{
	font-weight: bold;
	color: white;
	font-size: 21px;
	float: left;
	margin: 14px 0 0 0;
}

#cintillo-conten a{
	color: white;
}

#cabecera{
	width: 100%;
	height: 150px;
	margin: 10px 0;
}

#cabecera-conten{
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}

#leyenda{
	border: 0px solid green;
	width: 305px;
	font-family: 'Play', sans-serif;
	font-family: 'Exo', sans-serif;
	font-size: 35px;
	line-height: 49px;
	text-align: center;
	font-weight: bold;
	color: blue;
	float: left;
}

#logotipo{
	border: 0px solid #8abed3;
	height: 100%;
	float: left;
}

#logotipo img{
	height: 100%;
}

#menu{
	border: 0px solid #8abed3;
	width: 650px;
	height: 35px;
	float: right;
	margin: 30px 0 0 0px;
}

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

#menu ul{
	float: right;
}

#menu ul li{
	float: left;
}

.menu{
	border-bottom: 5px solid #6e98a8;
	background: #8abed3;
	color: white;
	font-weight: bold;
	margin: 0 0 0 15px;
	padding: 15px 17px;

	border-radius: 3px;
}

.menu:hover, .activo{
	background: #6e98a8;
}

#redes{
	border: 0px solid #8abed3;
	width: 100%;
	color: blue;
	text-align: right;
	float: left;
	margin: 20px;
}

#efecto{
	background: #f7f7f7;
	width: 100%;
	height: 439px;
}

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

#pagina{
	border: 0px solid #8abed3;
	width: 1100px;
	padding: 15px 0;
	margin: 15px 0;
}

#banner{
	background: #f7f7f7;
	width: 100%;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	float: left;
	margin: 20px 0 20px 0;
}


.imagenes{
	width: 100%;
	text-align: center;
	float: left;
	padding: 30px 0;
}
.imagenes img{
	width: 23%;
	margin: 0 0.5% 20px;
}


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

#footer-conten{
	border: 0px solid white;
	width: 1100px;
	margin: 0 auto;
	height: 70px;
}

#footer-conten span{
	color: white;
	font-size: 22px;
	font-weight: bold;
	float: left;
	margin: 23px 0 0 0;
}

#footer-conten span a{
	color: white;
}