﻿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: #0EA4D6;
	background: -moz-linear-gradient(top, #0EA4D6 0%, #89c1d3 44%, #0EA4D6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0EA4D6), color-stop(44%,#89c1d3), color-stop(100%,#0EA4D6));
	background: -webkit-linear-gradient(top, #0EA4D6 0%,#89c1d3 44%,#0EA4D6 100%);
	background: -o-linear-gradient(top, #0EA4D6 0%,#89c1d3 44%,#0EA4D6 100%);
	background: -ms-linear-gradient(top, #0EA4D6 0%,#89c1d3 44%,#0EA4D6 100%);
	background: linear-gradient(top, #0EA4D6 0%,#89c1d3 44%,#0EA4D6 100%);

	width: 100%;
	height: 50px;
}

#cintillo-conten{
	width: 1100px;
	margin: 0 auto;
}

#cintillo-conten span{
	color: white;
	font-weight: bold;
	font-size: 22px;
	float: left;
	float: left;
	margin: 12px 0;

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

#cintillo-conten a{
	color: white;
}

#cabecera{
	border-bottom: 6px solid blue;
	background: rgba(256,256,256,0.8);
	width: 100%;
	height: 140px;
}

#cabecera-conten{
	width: 1100px;
	height: 149px;
	margin: 0 auto;
}

#logotipo{
	height: 100%;
	float: left;
}

#logotipo img{
	height: 70%;
	margin: 20px 0 0 0;
}

#menu{
	float: right;
}

#leyenda{
	border: 0px solid red;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	color: blue;
	float: left;
	padding: 30px 0;
}

#menu-r{
	display: none;
}

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

#menu ul{
	margin: 94px 0 0 0;
}

#menu ul li{
	float: left;
}

.menu{
	border: 0px solid red;
	width: 150px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 11px 0 8px;
	margin: 0 0 0 10px;
}

.uno{
	padding: 16px 0;
}

.menu:hover, .activo{
	background:blue;
	color: white;
}

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

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

#efecto{
	width: 1100px;
	height: 400px;
	float: left;
	margin: 20px 0;
}

#contenido{
	border: 0px solid red;
	background: rgba(256,256,256,0.9);
	width: 100%;
	float: left;
	margin: 15px 0 35px;
	padding: 10px;

	border-radius: 20px;

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

.titulo-pestana{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: white;
	width: 100%;
	font-size: 22px;
	text-align: center;
	padding: 12px 0;
	margin: 0 0 20px 0;
}

#footer{
	border-top: 6px solid blue;
	background: rgba(256,256,256,0.8);
	width: 100%;
	height: 320px;
	float: left;
}

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

.seccion-footer{
	border: 0px solid red;
	position: relative;
	min-height: 320px;
	float: left;
	padding: 10px;

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

.titulo-seccion-footer{
	font-weight: bold;
	font-size: 22px;
	color: blue;
	padding: 10px 0;
}

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

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