﻿body{
	background: url(../images/fondo.png);
	font-family: 'Open Sans', sans-serif;
}

#ayuda-cintillo{
	position: relative;
	width: 100%;
	height: 35px;
}

#ayuda-cabecera{
	background: url(../images/degradado.jpg);
	position: absolute;
	top: 35px;
	left: 0;
	width: 100%;
	height: 120px;
}

#ayuda-menu{
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	position: absolute;
	top: 155px;
	background: #47719c;
	width: 100%;
	height: 30px;
}

#cintillo{
	background: #47719c;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 35px;
}

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

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

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

#cintillo-conten a:hover{
	text-decoration: underline;
}

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

#pagina{
	border: 0px solid red;
	position: relative;
	z-index: 1;
	width: 1100px;
	float: left;
}

#cabecera{
	background: url(../images/degradado.png);
	width: 1100px;
	height: 120px;
}

#logotipo{
	border: 0px solid red;
	width:630px;
	height: 120px;
	float: left;
	padding: 0 0 3px;

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

#car{
	border: 0px solid green;
	width: 465px;
	float: right;
}

#menu{
	border-top: 1px dotted #ddd;
	background: #47719c;
	width: 1100px;
	height: 30px;
}

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

#menu ul{
	width: 100%;
	float: left;
}

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

.menu{
	border-right: 1px solid #ddd;
	width: 100%;
	text-align: center;
	color: white;
	padding: 7px 0;
}

.menu:hover{
	background: black;
	color: white;
}


#redes{
	float: right;
}

#redes span{
	border: 0px solid white;
	color: white;
	font-weight: bold;
	float: left;
	padding: 6px 0;
	margin: 0 20px 0 0;
}

#redes img{
	float: left;
	margin: 0 10px;
}

#efecto{
	margin: 30px 0 10px;
}

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

.ladoi{
	border: 0px solid red;
	width: 700px;
	float: left;
}

.seccion{
	background: #f7f7f7;
}

.titulo-seccion{
	background: #47719c;
	font-weight: bold;
	color: white;
	padding: 10px;
}

.desarrollo-seccion{
	border: 1px solid #ddd;
	line-height: 26px;
	padding: 10px;
}

.ladod{
	border: 0px solid red;
	width: 385px;
	float: left;
	margin: 0 0 0 10px;
}

#formulario{
	border: 0px solid green;
	width: 385px;
	float: left;

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

#titulo-formulario{
	background: black;
	color: white;
	text-align: center;
	padding: 8px 0;
}

#desarrollo-formulario{
	border: 0px solid green;
	background: #f7f7f7;
	width: 385px;
	padding: 0 10px;
	float: left;

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

#marcas{
	border: 0px solid red;
	width: 100%;
	text-align: center;
	float: left;
	padding: 5px 0 15px;
	margin: 35px 0 0 0;
}

#marcas b{
	border-top: 1px dotted #47719c;
	border-bottom: 1px dotted #47719c;
	background: #f7f7f7;
	color: #47719c;
	font-size: 22px;
	display: block;
	padding: 10px 0;
}

#marcas img{
	margin: 0 40px;
}

#footer{
	border-top: 2px solid #ddd;
	background: #47719c;
	background: url(../images/degradado.jpg);
	width: 100%;
	height: 330px;
	float: left;
}

#footer-conten{
	background: #47719c;
	background: url(../images/degradado.jpg);
	width: 1100px;
	height: 330px;
	margin: 0 auto;
}

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

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

.titulo-seccion-footer{
	color: #47719c;
	font-weight: bold;
	font-size: 24px;
	padding: 10px 0;
}

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

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

#pie{
	background: #47719c;
	width: 100%;
	height: 35px;
	float: left;
}

#pie-conten{
	background: #47719c;
	width: 1100px;
	margin: 0 auto;
}

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

#pie-conten a:hover{
	text-decoration: underline;
}

#pie-conten span{
	color: white;
	float: left;
	margin: 8px 0;
}