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

#cintillo{width:100%;position:relative;z-index:10;}
#cintillo-conten{width:1100px;}

#cintillo, #cintillo-conten{
	border:opx solid blue;
	background-color:#2D5596;
	height:5px;
	margin:0px auto;
}

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

#pagina{
	border:0px solid red;
	background: white;
	width:1100px;
	float: left;
	
	-webkit-box-shadow: 0px 0px 10px 0px #000000;
	box-shadow: 0px 0px 10px 0px #000000;
}

#cabecera{
	border:0px solid black;
	width:1100px;
	height:200px;
}

nav{
	border:0px solid green;
	background: #2D5596;
	position: relative;
	width:100%;
	margin: 0 0 0 -25px;
	float: left;
}

nav:before{
	left: 0;
	border-width: 1.2em 0 0 1.6em;
}

nav:after{
	right: 0;
	border-width: 1.2em 1.6em 0 0;
}

nav:before, nav:after{
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color: #000000 transparent transparent transparent;
	bottom: -19px;
}

nav a{
	text-decoration:none;
	color:black;
}

nav ul{
	width: 100%;
	float: left;
}

nav ul li{
	position: relative;
	width: 11.11%;
	float:left;
}

.menu{
	border-right:1px solid #ddd;
	background: #2D5596;
	width: 100%;
	text-align: center;
	color: white;
	padding:16px 0;
}

.menu:hover, .activo{
	background-color:black;
}

#inicio-menu{
	margin: 0 0 0 25px;
}

#contacto-menu{
	border: 0;
	margin: 0;
}

.diferente{
	padding: 8px 0;
}


#menu-secundario ul li{
	width: 100%;
}

nav ul li:hover #menu-secundario{
	max-height: 300px;
}

#menu-secundario{
	border: 0px solid red;
	position: absolute;
	top: 49px;
	left: 0;
	width: 100%;
	z-index: 10000;

	overflow: hidden;
	max-height: 0;

	transition:all 0.4s;
}

.menu-secundario{
	border-top:1px solid #ddd;
	background: #2D5596;
	color: white;
	text-align: center;
	padding:10px 0px;
}

.menu-secundario:hover{
	background-color: black;
}

#efecto{
	border:0px solid black;
	width:1100px;
	margin: 10px 0 0 0;
	float: left;
}

#contenido{
	border:0px solid green;
	width:1100px;
	float:left;
}

#titulo-pestana{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #f7f7f7;
	width: 100%;
	text-align: center;
	font-size: 20px;
	padding: 15px 10px;
	margin: 10px 0 0 0;
	float: left;

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

#banner{
	border: 0px solid red;
	background: #f7f7f7;
	width: 1100px;
	color: red;
	font-size: 27px;
	text-align: center;
	line-height: 35px;
	float: left;
	padding: 15px 0;
	margin: 10px 0px;
	float: left;
}


.imagen{
	width: 100%;
	text-align: center;
	float: left;
}
.imagen img{
	width: 40%;
}


.titulo{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #2D5596;
	margin: 30px 0 40px 0;
}


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


.sep{
	width: 100%;
	display: inline-block;
	float: left;
}


.evento{
	width: 50%;
	text-align: center;
	font-size: 18px;
	line-height: 23px;
	float: left;
	padding: 12px 0;
}
.evento img{
	width: 100%;
}


footer{
	border:0px solid blue;
	background-color:#2D5596;
	width:100%;
	float:left;
}

#footer-conten{
	border:0px solid red;
	background: #2D5596;
	width:1100px;
	margin:0px auto;
}

.seccion-footer{
	border:0px solid black;
	width:525px;
	float:left;
	padding:10px;
}

.seccion-footer a{
	color: ;
}

.seccion-footer a:hover{

}

.titulo-seccion-footer{
	border-bottom:1px dotted white;
	font-weight:bold;
	text-align: center;
	color:white;
	padding:0px 0px 15px 10px;
}

.desarrollo-seccion-footer{
	line-height:20px;
	color: white;
	text-align:justify;
	font-size:14px;
	padding:10px;
}

.desarrollo-seccion-footer a{
	color: white;
	text-decoration: none;
}

.desarollo-seccion-footer a:hover{
	text-decoration: underline;
}


.s{
	width: 100%;
	font-size: 18px;
	line-height: 23px;
	float: left;
	margin: 0 0 30px 0;
}

.i{
	width: 100%;
	text-align: center;
	float: left;
	margin: 0 0 30px 0;
}
.i img{
	float: left;
}



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

#pie-conten{
	background: black;
	width: 1100px;
	color: white;
	margin: 0 auto;
	padding: 10px 0;
}

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

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