﻿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;
	font-weight: 300;
}

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

#datos{
	border-bottom: 1px solid #ddd;
	background: #f7f7f7;
	width: 100%;
	height: 35px;
}

#datos-conten{
	width: 1100px;
	height: 35px;
	margin: 0 auto;
}

#datos-conten span{
	float: right;
	margin: 9px 0 0 0;
}

#cabecera{
	background: white;
	width: 100%;
}

#cabecera-conten{
	background: white;
	width: 1100px;
	height: 140px;
	margin: 0 auto;
}

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

#logotipo img{
	height: 100%;
}

#leyenda{
	border: 0px solid red;
	width: 900px;
	color: gray;
	text-align: center;
	font-size: 30px;
	float: right;
	padding: 40px 0;
}

#leyenda b{
	color: #ba2222;
	font-size: 44px;
}

#menu{
	background:#fb0d1b;
	width: 100%;
	height: 35px;
}

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

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

#menu-conten ul li{
	float: left;
}

.menu{
	border-right: 1px solid #901e1e;
	text-align: center;
	padding: 9px 20px;
}

.menu:hover{
	background: #901e1e;
}

#efecto{
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
}

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

#efecto-conten-conten{
	width: 700px;
	float: left;
}

.cuadro-efecto{
	background: white;
	width: 380px;
	font-size: 14px;
	line-height: 18px;
	float: left;
	margin: 10px 0 0 20px;
	padding: 10px;

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

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

#banner{
	background: #f7f7f7;
	width: 1100px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: #fb0d1b;
	font-size: 28px;
	float: left;
	margin: 25px 0;
	padding: 10px 0;
}

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

#footer{
	background:#fb0d1b;
	width: 100%;
	height: 300px;
	float: left;
	margin: 20px 0 0 0;
}

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

.seccion-footer{
	border: 0px solid white;
	position: relative;
	min-height: 300px;
	color: white;
	float: left;
	padding: 10px;

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

.seccion-footer a{
	color: white;
}

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

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

.desarrollo-seccion-footer strong{
	font-size: 50px;
	padding: 60px 0;
	float: left;
}

.desarrollo-seccion-footer img{
	height: 35px;
}

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

#pie{
	background: black;
	width: 100%;
	height: 35px;
	color: gray;
	text-align: center;
	float: left;
	padding: 12px 0 0 0;
}
