﻿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: 1100px;
	margin: 0 auto;
}

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

#cintillo{
	background: black;
	width: 100%;
	height: 35px;
}

#cintillo span{
	color: white;
	float: left;
	padding: 10px;
	margin-right: 70px;

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

#cabecera{
	width: 100%;
	height: 170px;
	font-family: "Bernard MT Condensed";
	letter-spacing: 2px;
	float: left;
	padding: 10px;

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

#logotipo{
	border: 0px solid red;
	width: 240px;
	height: 90%;
	float: left;
}

#logotipo img{
	height: 100%;
}

#leyenda{
	border: 0px solid red;
	text-align: center;
	color: #000099;
	line-height: 75px;
	font-weight: bold;
	font-size: 29px;
	float: left;
}

#leyenda span{
	font-size: 23px;
	color: #0070c0;
}

#leyenda2{
	border: 0px solid red;
	background: white;
	width: 220px;
	line-height: 40px;
	font-size: 21px;
	color: #00b050;
	text-align: center;
	float: left;
	padding: 10px;
	margin:25px 0 0 10px;

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

#menu{
	background: #000099;
	background: -moz-linear-gradient(top, #000099 0%, #6363a3 44%, #000099 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000099), color-stop(44%,#6363a3), color-stop(100%,#000099));
	background: -webkit-linear-gradient(top, #000099 0%,#6363a3 44%,#000099 100%);
	background: -o-linear-gradient(top, #000099 0%,#6363a3 44%,#000099 100%);
	background: -ms-linear-gradient(top, #000099 0%,#6363a3 44%,#000099 100%);
	background: linear-gradient(top, #000099 0%,#6363a3 44%,#000099 100%);

	width: 100%;
	float: left;
}

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

#menu ul{
	width: 100%;
}

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

.menu{
	border: 0px solid white;
	text-align: center;
	font-weight: bold;
	padding: 12px 0;

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

.menu:hover, .activo{
	background: #000099;
	background: -moz-linear-gradient(top, #000099 0%, #000099 44%, #000099 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000099), color-stop(44%,#000099), color-stop(100%,#000099));
	background: -webkit-linear-gradient(top, #000099 0%,#000099 44%,#000099 100%);
	background: -o-linear-gradient(top, #000099 0%,#000099 44%,#000099 100%);
	background: -ms-linear-gradient(top, #000099 0%,#000099 44%,#000099 100%);
	background: linear-gradient(top, #000099 0%,#000099 44%,#000099 100%);
}

#efecto{
	background: #f7f7f7;
	width: 100%;
	height: 350px;
	float: left;
}

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

.cabecera-seccion{
	background: url(../images/cabecera-seccion.jpg) no-repeat center center fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	height: 100px;
}

.titulo-pestana{
	border-top: 1px solid #ddd;
	background: white;
	width: 100%;
	font-size: 26px;
	color: black;
	text-align: center;
	float: left;
	margin: 10px 0 30px 0;
	padding: 12px 0;
}


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

.seccion-footer{
	border: 0px solid white;
	width: 50%;
	color: white;
	float: left;
	padding: 10px;

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

.titulo-seccion-footer{
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	padding: 10px 0;
}

.desarrollo-seccion-footer{
	width: 90%;
	text-align: justify;
	line-height: 24px;
	padding: 10px 0;
}

.desarrollo-seccion-footer img{
	width: 40%;
	float: left;
	margin: 0 20px 0 0;
}