﻿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: 'Open Sans', sans-serif;

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

#cintillo-extra{
	background: #f7f7f7;
	width: 100%;
	min-height: 60px;
	color: #73bd23;
	font-family: 'Philosopher', sans-serif;
	font-size: 70px;
	text-align: center;
	padding: 20px 0 10px;
}

#cintillo-extra span{
	color: #1caeeb;
}

.leyenda{
	display: inline-block;
}

.leyendita{
	font-size: 22px;
	display: inline-block;
	text-align: left;
	margin: -5px 0 0 0;
}

#cintillo-extra b{
	border: 0px solid red;
	background: #1c27b4 !important;
	position: relative;
	top: -20px;
	width: 300px;
	font-size: 26px;
	padding: 10px;

	text-shadow:1px 1px 0px #fff;
}

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

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

#cintillo-conten span{
	color: white;
	float: left;
	margin:9px 0 0 0;
}

#cintillo-conten a{
	color: white;
}

#cabecera{
	width: 100%;
	height: 180px;
}

#cabecera-conten{
	position: relative;
	width: 1100px;
	height: 180px;
	margin: 10px auto;
}

#logotipo{
	border: 0px solid red;
	position: absolute;
	top: -20px;
	left: 0;
	background: rgba(256,256,256,0.9);
	height: 100%;
	float: left;
	padding: 15px 30px 15px 30px;

	border-radius: 50%;
}

#logotipo img{
	height: 80%;
}

#menu{
	border: 0px solid red;
	width: 910px;
	float: right;
	margin: 50px 0 0 0;
}

#menu ul{
	float: right;

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

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

#menu ul li{
	float: left;
}

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

	background: #2eb0e5;
	background: -moz-linear-gradient(top, #2eb0e5 0%, #2592bf 44%, #195e7a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2eb0e5), color-stop(44%,#2592bf), color-stop(100%,#195e7a));
	background: -webkit-linear-gradient(top, #2eb0e5 0%,#2592bf 44%,#195e7a 100%);
	background: -o-linear-gradient(top, #2eb0e5 0%,#2592bf 44%,#195e7a 100%);
	background: -ms-linear-gradient(top, #2eb0e5 0%,#2592bf 44%,#195e7a 100%);
	background: linear-gradient(top, #2eb0e5 0%,#2592bf 44%,#195e7a 100%);

	color: white;
	font-family: 'Philosopher', sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	padding-left:14px;
	padding-right:12px;

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

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

	color: white;
}

.uno{
	padding-top: 27px;
	padding-bottom: 26px;
}

.dos{
	padding-top: 17px;
	padding-bottom: 17px;
}

#wrapP{
	border: 0px solid red;
	width: 1100px;
	margin: 20px auto;
}

#pagina{
	border: 0px solid green;
	background: rgba(256,256,256,0.9);
	width: 1100px;
	float: left;
	padding: 20px 10px;
}

#contenido{
	width: 1100px;
	float: left;
}


#titulo-pestana{
	background: #f0f0f0;
	width: 100%;
	color: #85c52f;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	padding: 12px 0;
	float: left;

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

.separacion{
	border:2px solid #006fa6;
	width: 1100px;
	float: left;
	margin: 20px 0 30px 0;
}
.amarillo-que-atrae{
	border: 0px solid red;
	width: 100%;
	text-align: center;
	font-weight:bold;
	font-size:24px;
	color:#f9f41e;
	text-shadow:0px 0px 6px #000;
	float: left;
}


#footer{
	border: 0px solid red;
	background: #73bd23;
	width: 100%;
	height: 385px;
	float: left;
}

#footer-conten{
	width: 1100px;
	height: 385px;
	margin: 0 auto;
}

.seccion-footer{
	border: 0px solid red;
	position: relative;
	min-height: 165px;
	color: white;
}

.titulo-seccion-footer{
	font-weight: bold;
	font-size: 35px;
	padding:10px 0;

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

.desarrollo-seccion-footer{
	line-height: 35px;
	font-size: 22px;
	padding: 20px 0;
}

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

#contacto-mujer{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 290px;
}

#pie{
	background: #f7f7f7;
	width: 100%;
	text-align: center;
	float: left;
	padding: 12px 0;
}