﻿body{
	background: white;
	background: #e2f7fa;
	font-family:'Open Sans', sans-serif;

	overflow-y: scroll;
}

#cintillo-ayuda{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 35px;

	box-shadow: 0 0 10px #000;
}

#cintillo{
	background:black;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
	width: 100%;
	height: 35px;
}

#cintillo-conten{
	background: black;
	width: 1100px;
	height: 35px;
	margin: 0 auto;
}

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

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

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

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

#pagina{
	background: rgba(256,256,256,0.6);
	width: 1100px;
	float: left;
	padding: 0 10px;
}

#cabecera{
	border: 0px solid green;
	width: 1100px;
	height: 140px;
}

#logotipo{
	border: 0px solid #ddd;
	width: 305px;
	position: relative;
	z-index: 100;
	text-align: center;
	float: left;
	padding: 5px 0 0 0;
}

#logotipo img{
	border: 0px solid red;
}

#leyenda{
	border: 0px solid red;
	width: 550px;
	font-family: 'Lato';
	color: #57aca6;
	text-shadow:0 0 10px #fff;
	padding: 5px 0 13px;
}

#menu{
	border: 0px solid red;
	width: 780px;
	text-align: center;
	font-weight: bold;
	float: left;
	margin: 15px 0 0 10px;
}

#menu ul{
	border: 0px solid red;
	float: right;
	margin: 0px 0px 0 0;
}

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

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

.menu{
	background: #C60E13;
	background: -moz-linear-gradient(top, #C60E13 0%, #930a0c 44%, #4f0505 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C60E13), color-stop(44%,#930a0c), color-stop(100%,#4f0505));
	background: -webkit-linear-gradient(top, #1581c7 0%,#1581c7 44%,#0d5e92 100%);
	background: -o-linear-gradient(top, #C60E13 0%,#930a0c 44%,#4f0505 100%);
	background: -ms-linear-gradient(top, #C60E13 0%,#930a0c 44%,#4f0505 100%);
	background: linear-gradient(top, #C60E13 0%,#930a0c 44%,#4f0505 100%);

	width: 110px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	padding: 10px 0;
	margin: 0 0 0 15px;

	transition:all 0.3s;

	box-shadow: 3px 3px 10px gray;

	border-radius: 4px;
}

.menu:hover{
	background: #265270;
	padding: 20px 0;
}

.doble-menu{
	line-height: 15px;
	padding: 6px 0;
}

.doble-menu:hover{
	padding: 9px 0;
}

.activo{
	background: #265270;
}

#menu ul li:hover #menu-secundario{
	display: block;
}

#menu-secundario{
	border: 1px solid #ddd;
	background: white;
	position: absolute;
	top: 55px;
	left: -80px;
	z-index: 200;
	width: 300px;
	display: none;
}

.menu-secundario{
	border-bottom: 1px solid #ddd;
	background: white;
	width: 300px;
	color: black;
	font-weight: normal;
	text-align: center;
	padding: 8px 0;
}

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

#efecto{
	border: 0px solid red;
	position: 100;
	width: 1100px;
	height: 400px;
}

#contenido{
	border: 0px solid red;
	width: 1100px;
	float: left;
	padding: 50px 0;
	margin: 0px 0 0 0;
}

#titulo-pestana{
	background: #1581c7;
	width: 100%;
	color: white;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	padding: 15px 20px;
	margin: 0px 0px 10px 0;
	float: left;

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

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

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

#footer-ayuda{
	border-bottom: 1px dotted white;
	width: 100%;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 24px;
	padding: 12px 0;
}

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

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

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

.desarrollo-seccion-footer{
	line-height: 22px;
	padding: 10px 0;
}

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

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