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

#facebook{
	position:fixed;
	right:0;
	top: 270px;
}

#twitter{
	position:fixed;
	right:0;
	top: 100px;
}

#facebook:hover, #twitter:hover{
	right: 5px;
}

#facebook img, #twitter img{
	width: 55px;
}

#ayuda{
	background: #e11a17;
	background: -moz-linear-gradient(top, #e11a17 0%, #c61b13 44%, #aa160f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e11a17), color-stop(44%,#c61b13), color-stop(100%,#aa160f));
	background: -webkit-linear-gradient(top, #e11a17 0%,#c61b13 44%,#aa160f 100%);
	background: -o-linear-gradient(top, #e11a17 0%,#c61b13 44%,#aa160f 100%);
	background: -ms-linear-gradient(top, #e11a17 0%,#c61b13 44%,#aa160f 100%);
	background: linear-gradient(top, #e11a17 0%,#c61b13 44%,#aa160f 100%);

	position: absolute;
	top: 235px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 50px;
}

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

#cintillo, #cintillo-conten{
	border:0px solid blue;
	background-color:#091860;
	height:35px;
	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: #e11a17;
	background: -moz-linear-gradient(top, #e11a17 0%, #c61b13 44%, #aa160f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e11a17), color-stop(44%,#c61b13), color-stop(100%,#aa160f));
	background: -webkit-linear-gradient(top, #e11a17 0%,#c61b13 44%,#aa160f 100%);
	background: -o-linear-gradient(top, #e11a17 0%,#c61b13 44%,#aa160f 100%);
	background: -ms-linear-gradient(top, #e11a17 0%,#c61b13 44%,#aa160f 100%);
	background: linear-gradient(top, #e11a17 0%,#c61b13 44%,#aa160f 100%);

	width:1100px;
	height:50px;
}

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

nav ul li{
	float:left;
}

.menu{
	border-right:1px solid #aa160f;
	color: white;
	padding:16px 73.3px;

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

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

#efecto{
	border:0px solid black;
	width:1100px;
}

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

.titulo-pestana{
	background: #f7f7f7;
	width: 1100px;
	text-align: center;
	font-size: 27px;
	color: #091860;
	padding: 12px 0;
	margin: 0 0 20px 0;
}

footer{
	border:0px solid blue;
	background-color:#091860;
	width:100%;
	height:300px;
	float:left;
}

#footer-conten{
	border:0px solid red;
	background: #091860;
	width:1100px;
	height:300px;
	margin:0px auto;
}

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

.seccion-footer a{
	color:white;
}

.seccion-footer a:hover{

}

.titulo-seccion-footer{
	border-bottom:1px solid gray;
	font-weight:bold;
	color:;
	padding:0px 0px 6px 10px;
}

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