﻿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:'century gothic', sans-serif;
}

#cintillo{
	background:#c96864;
	position: relative;
	z-index: 100;
	width: 100%;
	float: left;
}

#cintillo-conten{
	border: 0px solid white;
	width: 1100px;
	margin: 0 auto;

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

#cintillo-conten a{
	color: white;
}

#cintillo-conten span{
	font-size: 26px;
	color: white;
	float: left;
	margin: 0 80px 0 0;
	padding: 12px 0;

	text-shadow:1px 1px 1px #000;
}

.right{
	float: right !important;
	margin: 0 !important;
	margin-left: 60px !important;
}



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

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



#cabecera{
	border: 0px solid blue;
	background: rgba(256,256,256,0.7);
	width: 100%;
	height: 175px;
	float: left;
	margin: 10px 0;
	padding: 0 10px;

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



#logotipo{
	border: 0px solid red;
	width: 47%;
	height: 100%;
	float: left;
	margin: 30px 3% 0 0;

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

#logotipo img{
	width: 100%;
}


.mitad{
	border: 0px solid red;
	width: 25%;
	float: left;
	margin-top: 20px;

	box-sizing: border-box;
}
.mitad span{
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
}
.mitad span img{
	width: 15px;
}


#leyenda{
	border: 0px solid red;
	width: 65%;
	text-align: center;
	font-size: 64px;
	font-weight: bold;
	float: left;
	padding: 15px 0 15px 20px;

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

#leyenda b{
	font-size: 22px;
}

#imagen-cabecera{
	height: 100%;
	float: right;
}

#datos{
	border: 0px solid red;
	width: 34%;
	height: 100%;
	line-height: 35px;
	font-size: 24px;
	text-align: right;
	float: right;
	padding: 10px 0;

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

#datos b{
	color: red;
	font-size: 40px;
}




#menu{
	background: #c96864;
	background: -moz-linear-gradient(top, #c96864 0%, #ab4c48 44%, #852a26 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c96864), color-stop(44%,#ab4c48), color-stop(100%,#852a26));
	background: -webkit-linear-gradient(top, #c96864 0%,#ab4c48 44%,#852a26 100%);
	background: -o-linear-gradient(top, #c96864 0%,#ab4c48 44%,#852a26 100%);
	background: -ms-linear-gradient(top, #c96864 0%,#ab4c48 44%,#852a26 100%);
	background: linear-gradient(top, #c96864 0%,#ab4c48 44%,#852a26 100%);

	width: 100%;
	float: left;
	margin: 0px 0;
}

#menu-r{
	width: 100%;
	font-size: 22px;
	color: white;
	text-align: center;
	padding: 11px 0;
	cursor: pointer;
	display: none;

	text-shadow:1px 1px 1px #000;
}

#menu-r:hover{
	background: #901515;
	background: -moz-linear-gradient(top, #852a26 0%, #852a26 44%, #852a26 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#852a26), color-stop(44%,#852a26), color-stop(100%,#852a26));
	background: -webkit-linear-gradient(top, #852a26 0%,#852a26 44%,#852a26 100%);
	background: -o-linear-gradient(top, #852a26 0%,#852a26 44%,#852a26 100%);
	background: -ms-linear-gradient(top, #852a26 0%,#852a26 44%,#852a26 100%);
	background: linear-gradient(top, #852a26 0%,#852a26 44%,#852a26 100%);
}

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

#menu ul{
	width: 100%;
}

#menu ul li{
	width: 20%;
	float: left;
}

.menu{
	width: 100%;
	font-size: 22px;
	text-align: center;
	padding: 11px 0;

	text-shadow:1px 1px 1px #000;
}

.dos{
	padding: 2px 0;
}

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





#contenido{
	border: 0px solid red;
	float: left;
	width: 100%;
	padding: 15px 0 0 0;
}




#footer{
	border-top: 5px solid #c96864;
	background:#e0e1d6;
	width: 100%;
	height: 330px;
	float: left;
}

#footer-wrapP{
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}

#footer-conten{
	border: 0px solid white;
	width: 100%;
	height: 100%;
	padding: 0 10px;
}

.seccion-footer{
	position: relative;
	width: 50%;
	height: 100%;
	float: left;
	padding: 10px;

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

.seccion-footer a{
}

.titulo-seccion-footer{
	font-size: 25px;
	font-weight: bold;
	color:black;
	padding: 5px 0;
}

.desarrollo-seccion-footer{
	font-size: 19px;
	line-height: 25px;
	padding: 10px 0;
}

#contacto-mujer{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 100;
	width: 220px;
}

#preguntas{
	width: 100%;
	float: left;
}

.pregunta{
	width: 50%;
	float: left;

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

#preguntas p{
	width: 100%;
	font-size: 21px;
	line-height: 26px;
	float: left;
	margin: 0 0 30px 0;
	padding: 12px;

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

#preguntas p strong{
	color: #1422fa;
}

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

#pie-conten{
	width: 1100px;
	margin: 0 auto;
	padding: 11px 0;
}

#pie-conten a{
	color: white;
}


@media screen and (max-width: 1100px){
	#cintillo-conten{
		width: 100%;
		padding: 0 10px;
	}

	#wrapP{
		width: 100%;
	}

	#pagina{
		width: 100%;
		padding: 0;
	}

	#footer, #footer-wrapP, #footer-conten{
		width: 100%;
		height: auto;
		padding: 0;
	}

	.seccion-footer{
		width: 50% !important;
	}

	#contacto-mujer{
		display: none;
	}

	#pie-conten{
		width: 100%;
		padding-left:10px;

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

@media screen and (max-width: 1000px){
	#logotipo{
		border: 0px solid red;
		width: 50%;
	}
	#logotipo img{
		width: 100% !important;
		height: auto !important;
	}
}

@media screen and (max-width: 970px){
	#cintillo, #cintillo-conten{
		height: auto;
		float: left;
	}
	#cintillo-conten span{
		width: 100%;
		text-align: center;
		padding: 5px 0;
	}
	#cabecera{
		height: auto;
		text-align: center !important;
	}
	#logotipo{
		width: 100%;
		clear: both;
		display: block;
	}
	#logotipo img{
		width: 70% !important;
	}
	#imagen-cabecera{
		display: none;
	}
	.mitad{
		width: 50%;
	}
}

@media screen and (max-width: 800px){
	#menu-r{
		display: block;
	}

	#menu ul{
		display: none;
	}

	#menu ul li{
		width: 100%;
	}

	.dos{
		padding: 11px 0;
	}
}

@media screen and (max-width: 700px){
	.d700{
		display: none;
	}

	.seccion-footer{
		width: 100% !important;
	}
}
@media screen and (max-width: 600px){
	#logotipo img{
		width: 100% !important;
	}
}
@media screen and (max-width: 500px){
	.mitad{
		width: 100%;
	}
}