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

#cintillo{
	background: #fd1100;
	width: 100%;
	height: 5px;
}

#cintillo-conten{
	background: #fd1100;
	width: 1100px;
	height: 5px;
}

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

#pagina{
	width: 1100px;
	float: left;
	margin: 0 0 20px 0;
}

#cabecera{
	border: 0px solid red;
	width: 1100px;
	height: 130px;
	margin: 0 0 10px 0;
}

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

#logotipo img{
	height: 100%;
}

#menu{
	border: 0px solid green;
	width: 700px;
	float: left;
	margin: 45px 0 0 30px;
}

#menu ul{
	float: right;
}

#menu ul li{
	float: left;
}

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

.menu{
	border-bottom: 6px solid #bd0b00;
	background:#fe1103;
	width: 120px;
	text-align: center;
	color: white;
	padding: 12px 0;
	margin: 0 0px 0 20px;

	border-radius: 3px;
}

.menu:hover, .activo{
	border-bottom: 6px solid #1a388d;
	background: #224bc1;
}

#efecto{
	width: 1100px;
	height: 350px;
}

#contenido{
	width: 1100px;
	float: left;
	margin: 20px 0;
}

.titulo-pestana{
	background: white;
	width: 100%;
	color: red;
	font-size: 27px;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 15px 0;
	float: left;
}

#banner{
	border: 0px solid red;
	background: #fe1103;
	width: 1100px;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 24px;
	padding: 10px 0;
	float: left;
	margin: 20px 0 0 0;

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

#banner span{
	font-size: 30px;
}

#footer{
	background: url(../images/fondo.png);
	width: 100%;
	float: left;
}

#footer-conten{
	border: 0px solid red;
	background: rgba(256,256,256,0.7);
	width: 1100px;
	margin: 0 auto;
}

.seccion-footer{
	position: relative;
	width: 550px;
	float: left;
	padding: 10px;

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

.titulo-seccion-footer{
	border: 0px solid red;
	font-size: 23px;
	font-weight: bold;
}

.desarrollo-seccion-footer{
	position: relative;
	z-index: 2;
	line-height: 25px;
	padding: 15px 0;
}

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