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

	-ms-user-select:none;
	-webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
}

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

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

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

#menu-ayuda{
	background: #117DD2;
	background: -moz-linear-gradient(top,#117DD2 0%, #0d65a8 44%, #063556 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#117DD2), color-stop(44%,#0d65a8), color-stop(100%,#063556));
	background: -webkit-linear-gradient(top, #117DD2 0%,#0d65a8 44%,#063556 100%);
	background: -o-linear-gradient(top, #117DD2 0%,#0d65a8 44%,#063556 100%);
	background: -ms-linear-gradient(top, #117DD2 0%, #0d65a8 44%,#063556 100%);
	background: linear-gradient(top, #117DD2 0%,#0d65a8 44%,#063556 100%);

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

#menu{
	border:0px solid green;
	width:1100px;
	height:48px;
}

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

#menu ul li{
	position: relative;
	float:left;
}

.menu{
	border-right:1px solid #0d65a8;

	background: #117DD2;
	background: -moz-linear-gradient(top,#117DD2 0%, #0d65a8 44%, #063556 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#117DD2), color-stop(44%,#0d65a8), color-stop(100%,#063556));
	background: -webkit-linear-gradient(top, #117DD2 0%,#0d65a8 44%,#063556 100%);
	background: -o-linear-gradient(top, #117DD2 0%,#0d65a8 44%,#063556 100%);
	background: -ms-linear-gradient(top, #117DD2 0%, #0d65a8 44%,#063556 100%);
	background: linear-gradient(top, #117DD2 0%,#0d65a8 44%,#063556 100%);

	width: 219px;
	color: white;
	text-align: center;
	padding:16px 0px;
	cursor: pointer;
}

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

#menu ul li:hover #menu-secundario{
	border: 1px solid gray;
	background: white;
	max-height: 250px;
}

#menu-secundario{
	border: 1px solid transparent;
	background-color: transparent;
	position: absolute;
	top: 48px;
	left: 0;
	z-index: 100;
	overflow: hidden;
	max-height: 0;

	transition:all 0.4s;
}

.menu-secundario{
	border:0px solid red;
	width: 220px;
	color: black;
	text-align: center;
	padding:16px 0px;
}

.menu-secundario:hover{
	background: #117DD2;
	color: white;
}

#contacto{
	border: 0;
	width: 220px;
}

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

#pagina{
	border:2px solid black;
	border-top: 0;
	border-bottom: 0;
	background-color: white;
	width:1100px;
	float:left;
	padding: 0 0 20px 0;
	
	-webkit-box-shadow: 0px 0px 10px 0px #000000;
	box-shadow: 0px 0px 10px 0px #000000;
}

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

#pie{
	border-top:2px solid black;
	background-color:#117DD2;
	width:100%;
	height:300px;
	float:left;
}

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

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

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

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

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

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

#pie-ayuda{
	background-color: black;
	width: 100%;
	color: white;
	padding: 0px 0px;
	float: left;
}

#pie-ayuda-conten{
	border: 0px solid white;
	width: 1100px;
	font-size: 14px;
	margin: 0px auto;
	padding: 10px 0px;
}

#pie-ayuda-conten a{
	color: white;
}