﻿body{
	font-family:'Avenir', sans-serif;
}

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

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

#pagina{
	background: white;
	width: 100%;
	float: left;
	padding: 0 10px 10px;
}

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

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

#logotipo{
	border: 0px solid red;
	width: 22%;
	height: 100%;
	float: left;
}

#logotipo img{
	width: 100%;
}

#leyenda2{
	border: 0px solid red;
	width: 45%;
	text-align: center;
	line-height: 50px;
	color: #1562b8;
	font-size: 47px;
	font-weight: bold;
	float: left;
	padding: 30px 0 0 0;
}

#leyenda2 strong{
	font-family: 'Century Gothic';
}

#car{
	width: 100%;
	text-align: center;
	margin: 20px 0 0 0;
	float: left;
}

#car p{
	width: 100%;
	color: blue;
	line-height: 22px;
	font-size: 20px;
	float: left;
}

#datos{
	border: 0px solid red;
	background: #f7f7f7;
	width: 30%;
	font-size: 19px;
	float: right;
	margin: 30px 0 0 0;
	padding: 10px;

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

	-webkit-box-shadow: inset 0 -.2em rgba(0,0,0,.3);
    box-shadow: inset 0 -.2em rgba(0,0,0,.3);
}

#datos p{
	width: 100%;
	text-align: center;
	line-height: 26px;
	float: left;
}

.sangria-datos{
	float: left;
	margin-left: 46px;
}

#datos strong{
	width: 100%;
	color: #80c82b;
	font-size: 24px;
	float: left;
}






#menu{
	background: #f7f7f7;
	width: 100%;
	float: left;
	margin: 10px 0;
}

#menu-conten{
	width: 1110px;
	margin: 0 auto;
}

#menu-r{
	width: 100%;
	text-align: center;
	color: blue;
	padding: 5px 0;
	cursor: pointer;
	display: none;
}

#menu-r:hover{
	text-decoration: underline;
}

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

#menu a:hover{
	text-decoration: underline;
}

#menu ul{
	width: 100%;
}

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

.menu{
	border: 0px solid red;
	width: 100%;
	font-size: 17px;
	text-align: center;
	padding: 5px 0;
}

#menu-secundario-t{
	top: 27px !important;
}



#buenfin{
	background: #f7f7f7;
	width: 100%;
	float: left;
	padding: 10px;

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

#b-texto{
	width: 85%;
	text-align: center;
	color: blue;
	font-size: 26px;
	line-height: 34px;
	font-weight: bold;
	float: right;
	padding: 7px 0 0 0;
}

#b-texto span{
	color: red;
}

#b-imagen{
	width: 15%;
	text-align: center;
	float: left;
}

#b-imagen img{
	width: 50%;
}







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


.imagen-principal{
	width:70%;
	margin-bottom:20px;
}

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

#efecto-conten{
	border: 0px solid red;
	width: 100%;
	float: left;
}

#efecto-conten img{
	width: 100%;
}


#efecto-lado{
	border: 0px dotted blue;
	background: #0061be;
	width: 100%;
	color: white;
	line-height: 26px;
	font-size: 18px;
	text-align: justify;
	float: right;
	padding: 10px;

	border-radius: 5px;

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

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





.titulo-pestana{
	width: 100%;
	text-align: center;
	float: left;
}

.titulo-pestana-conten{
	background: #3ecb00;
	color: white;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	padding: 12px 15px;

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

	box-shadow: inset 0 -.2em rgba(0,0,0,.3);
	-webkit-box-shadow: inset 0 -.2em rgba(0,0,0,.3);
}




#footer{
	position: relative;
	background: url(../images/fondo-footer.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	float: left;
	margin: 30px 0 0 0;

	-webkit-box-shadow: inset 0 -.2em rgba(0,0,0,.3);
    box-shadow: inset 0 -.2em rgba(0,0,0,.3);
}

#fondo-oscuro{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
}

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

.seccion-footer{
	position: relative;
	z-index: 2;
	width: 50%;
	color: white;
	min-height: 260px;
	padding: 10px;
	float: left;

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

.seccion-footer a{
	color: white;
}

.titulo-seccion-footer{
	font-size: 22px;
	font-weight: bold;
}

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

.sangria-footer{
	border: 1px solid transparent;
	width: 75px;
	float: left;
}

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

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

#pie-conten{
	width: 1100px;
	text-align: right;
	margin: 0 auto;
	padding: 6px 0;
}

#pie-conten a{
	color: white;
}




@media screen and (max-width: 1100px){
	#cabecera-conten, #menu-conten, #footer-conten{
		width: 100%;
	}

	#wrapP{
		width: 100%;
	}

	#pagina{
		padding: 0;
	}

	#cabecera{
		height: auto;
	}

	#logotipo img{
		width: 100%;
	}

	.sangria-datos{
		margin-left: 0 !important;
	}

	#efecto-conten center{
		display: none;
	}

	#efecto-conten{
		border: 0px solid red;
	}

	#efecto-r{
		display: block;
	}



	#footer{
		height: auto;
	}

	#pie-conten{
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 1000px){
	#leyenda{
		width: 78%;
		padding: 5px 0 0 0
	}

	#datos{
		width: 100%;
	}

	#contacto-mujer{
		display: none;
	}
}

@media screen and (max-width: 800px){
	#efecto-conten{
		width: 100%;
	}

	#efecto-lado{
		width: 100%;
	}
}

@media screen and (max-width: 600px){
	#logotipo{
		width: 30%;
	}

	#leyenda{
		width: 68%;
	}

	#leyenda{
		font-size: 27px;
	}

	#b-imagen, #b-texto{
		width: 100%;
		font-size: 22px;
	}

	#b-imagen img{
		width: 40%;
	}

	.imagen-principal{
		width: 100%;
	}
}

@media screen and (max-width: 500px){
	#logotipo{
		width: 100%;
		text-align: center;
	}

	#logotipo img{
		width: 50%;
	}

	#leyenda2{
		width: 100%;
	}


	#menu-r{
		display: block;
	}

	#menu ul{
		display: none;
	}

	#menu ul li{
		width: 100%;
	}

	.seccion-footer{
		width: 100%;
	}
}