﻿body{
	background: url(../images/fondo3.jpg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	font-family:'century gothic', sans-serif;
}

#wrapP{
	border: 0px solid blue;
	width: 1160px;
	margin: 0 auto;
}

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

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

#cabecera{
	border: 0px solid red;
	width: 100%;
	float: left;
}

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

#logotipo img{
	width: 90%;
	margin: 35px 0 0 0;
}

#leyenda{
	border: 0px solid red;
	width: 49.5%;
	font-size: 35px;
	line-height: 40px;
	float: left;
	padding: 25px 20px 0 20px;

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

#datos{
	background: #f7f7f7;
	font-size: 20px;
	text-align: right;
	line-height: 30px;
	float: right;
	padding: 10px;
	margin: 15px 0 0 0;

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

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

#datos strong{
	color: #fa3a3d;
	font-size: 30px;
}




#menu{
	background: #f7f7f7;
	width: 100%;
	float: left;
}

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

#menu-r{
	width: 100%;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
	display: none;
}
#menu-r:hover{
	background: #fa3a3d;
	color: white;

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

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

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

.menu{
	width: 100%;
	text-align: center;
	padding: 10px 0;

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

.contacto-menu{
	margin-right: 0;
}

.menu:hover, .activo{
	background: #fa3a3d;
	color: white;

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

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

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

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

.banner-conten{
	background: #f7f7f7;

	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	display: inline-block;
	padding: 5px 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);
}

.banner-conten span{
	word-spacing: 5px;
	font-weight: normal;
	font-size: 25px;
	color: #970426;
}

#footer{
	border-top: 5px solid #fa3a3d;
	background: black;
	width: 100%;
	float: left;
}

.seccion-footer{
	border: 0px solid red;
	position: relative;
	width: 50%;
	color: white;
	float: left;
	padding: 10px;

	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{
	line-height: 22px;
	padding: 10px 0;
}


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



@media screen and (max-width: 1160px){
	#wrapP{
		width: 100%;
	}
}

@media screen and (max-width: 1000px){
	#contacto-mujer{
		display: none;
	}
}

@media screen and (max-width: 700px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 50% !important;
	}

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

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

@media screen and (max-width: 500px){
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}

	.servicio{
		width: 100%;
	}
}




