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

#cintillo{
	background: black;
	width: 100%;
	height: 5px;
	float: left;
}



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

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


#cabecera{
	border: 0px solid red;
	width: 100%;
	height: 190px;
	float: left;
	padding: 10px 0;

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

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

#logotipo img{
	height: 100%;
}

#leyenda{
	border: 0px solid red;
	width: 57%;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	float: left;
	padding: 30px 0 0 0;
}


#datos{
	border: 0px solid red;
	line-height: 35px;
	font-size: 20px;
	float: right;

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

#datos p{
	border: 0px solid red;
	width: 100%;
	text-align: right;
}

#datos strong{
	font-size: 24px;
}




#menu{
	background: #000;
	background: -moz-linear-gradient(top, #000 0%, #3e3e3e 44%, #000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000), color-stop(44%,#3e3e3e), color-stop(100%,#000));
	background: -webkit-linear-gradient(top, #000 0%,#3e3e3e 44%,#000 100%);
	background: -o-linear-gradient(top, #000 0%,#3e3e3e 44%,#000 100%);
	background: -ms-linear-gradient(top, #000 0%,#3e3e3e 44%,#000 100%);
	background: linear-gradient(top, #000 0%,#3e3e3e 44%,#000 100%);

	width: 100%;
	float: left;
}

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

#menu-r{
	width: 100%;
	color: white;
	font-weight: bold;
	text-align: center;
	display: none;
	padding:12px 0;
	cursor: pointer;

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

#menu-r:hover{
	background: #000;
	background: -moz-linear-gradient(top, #000 0%, #000 44%, #000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000), color-stop(44%,#000), color-stop(100%,#000));
	background: -webkit-linear-gradient(top, #000 0%,#000 44%,#000 100%);
	background: -o-linear-gradient(top, #000 0%,#000 44%,#000 100%);
	background: -ms-linear-gradient(top, #000 0%,#000 44%,#000 100%);
	background: linear-gradient(top, #000 0%,#000 44%,#000 100%);
}

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

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

.menu{
	width: 100%;
	color: white;
	text-align: center;
	float: left;
	padding: 12px 0;
}

.menu:hover{
	background: #000;
	background: -moz-linear-gradient(top, #000 0%, #000 44%, #000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000), color-stop(44%,#000), color-stop(100%,#000));
	background: -webkit-linear-gradient(top, #000 0%,#000 44%,#000 100%);
	background: -o-linear-gradient(top, #000 0%,#000 44%,#000 100%);
	background: -ms-linear-gradient(top, #000 0%,#000 44%,#000 100%);
	background: linear-gradient(top, #000 0%,#000 44%,#000 100%);
}


#anuncio{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 29px;
	line-height: 34px;
	float: left;
	padding: 20px 0;
}





#efecto{
	border: 0px solid red;
	width: 100%;
	float: left;
	height: 400px;
	margin: 15px 0;
}

#efecto-r{
	width: 100%;
	display: none;
}

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



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

.titulo-pestana{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.titulo-pestana-conten{
	background: #f7f7f7;
	color: blue;
	font-size: 30px;
	padding: 10px;
	display: inline-block;
}



.s{
	width: 62%;
	line-height: 22px;
	font-size: 17px;
	float: left;
}
.imagen-s{
	width: 37%;
	float: right;
}
.imagen-s img{
	width: 100%;
}


table{
	width: 60%;
}

table tr td{
	border: 1px solid #ddd;
	width: 25%;
	padding:9px;
}


.seccion ul{
	list-style: disc;
	padding-left: 20px !important;
}


#footer{
	background: #000;
	background: -moz-linear-gradient(top, #000 0%, #3e3e3e 44%, #000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000), color-stop(44%,#3e3e3e), color-stop(100%,#000));
	background: -webkit-linear-gradient(top, #000 0%,#3e3e3e 44%,#000 100%);
	background: -o-linear-gradient(top, #000 0%,#3e3e3e 44%,#000 100%);
	background: -ms-linear-gradient(top, #000 0%,#3e3e3e 44%,#000 100%);
	background: linear-gradient(top, #000 0%,#3e3e3e 44%,#000 100%);

	width: 100%;
	height: 300px;
	float: left;
}

.seccion-footer{
	border: 0px solid white;
	position: relative;
	height: 300px;
	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-weight: bold;
	font-size: 24px;
}

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

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



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

	#pagina{
		padding: 0;
	}

	#cabecera{
		height: auto;
	}

	#logotipo{
		width: 20%;
	}

	#leyenda{
		width: 47%;
		font-size: 30px;
	}

	#datos{
		padding-right: 10px;
	}

	#efecto{
		height: auto;
	}

	#efecto .slider{
		display: none;
	}

	#efecto-r{
		display: block;
	}



	#footer{
		height: auto;
	}

	.seccion-footer{
		width: 50% !important;
		height: auto;
	}
}

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

@media screen and (max-width: 900px){
	#logotipo img{
		width: 100%;
		height: auto;
	}

	#leyenda{
		width:79%;
	}

	#datos{
		width: 100%;
	}

	#datos p{
		width: 50%;
		min-height: 39px;
		text-align: center;
		float: left;

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

@media screen and (max-width: 700px){
	.s{
		width: 100%;
	}
	.imagen-s{
		width: 100%;
		text-align: center;
		margin: 20px 0 0 0;
	}
	.imagen-s img{
		width: 50%;
	}
}

@media screen and (max-width: 600px){
	.informacion{
		display: none;
	}

	#leyenda{
		padding-top: 10px;
	}

	#datos p{
		width: 100% !important;
	}



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

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

	#leyenda{
		width: 68%;
		font-size: 23px;
		line-height: 28px;
		padding-top: 0;
	}


	#menu-r{
		display: block;
	}

	#menu ul{
		display: none;
	}

	#menu ul li{
		width: 100%;
	}
	.imagen-s img{
		width: 50%;
	}
}