﻿@font-face {
	font-family: 'bauer';
	src: url('../fuentes/bauer.ttf');
	font-style: normal;
}

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;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Oswald', sans-serif;

	letter-spacing: 1px;
}

#cintillo{
	background: #2e3094;
	background: #f59331;
	width: 100%;
	height: 5px;
}




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

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

#cabecera{
	width: 100%;
	height: 150px;
	float: left;
}

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

#logotipo img{
	height: 100%;
}

#leyenda{
	border: 0px solid red;
	width: 50%;
	font-weight: bold;
	font-size: 22px;
	line-height: 32px;
	float: left;
	padding: 40px 0 0 0;
}

#leyenda b{
	color: #2d3091;
	font-size: 40px;
}

#datos{
	border: 0px solid red;
	width: 30%;
	line-height: 35px;
	text-align: right;
	font-size: 20px;
	float: right;
	padding: 10px;

	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%;
	float: left;
}

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





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

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

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

#menu ul{
	width: 100%;
}

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

.menu{
	border-right: 1px solid white;
	text-align: center;
	padding: 12px 14.3px 12px;
}

.menu:hover, .activo{
	background: #2d3091;
}

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

.tres{
	padding-top: 3px;
	padding-bottom: 4px;
}



#menu ul li:hover #menu-secundario{
	display: block;
}

#menu-secundario{
	position: absolute;
	top: 39px;
	left: -50%;
	z-index: 1000;
	background: #042760;
	width: 200%;
	float: left;
	display: none;
}

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

#menu-secundario ul li{
	width: 100%;
}

.menu-secundario{
	border-top: 1px solid white;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	float: left;
}

.menu-secundario:hover{
	background: #2d3091;
}







#efecto{
	width: 100%;
	height: 400px;
	float: left;
}

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

#efecto-r img{
	width: 100%;
	margin: 5px 0;
}







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


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

.titulo-pestana-conten{
	background: #042760;
	font-size: 30px;
	font-weight: bold;
	color: white;
	display: inline-block;
	padding: 10px;

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


.videos{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.video{
	width: 30%;
	float: left;
	margin: 0 1%;
}
.videoEnmedio{
	margin:0 2% 20px;
}
.video iframe{
	width: 100%;
}




#footer{
	background:#f59331;
	width: 100%;
	float: left;
}

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

.seccion-footer{
	border: 0px solid white;
	position: relative;
	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{
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 0;
	float: left;
}

.desarrollo-seccion-footer{
	border: 0px solid white;
	width: 50%;
	padding: 10px 0;
	float: left;

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

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


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

#pie-conten{
	border: 0px solid red;
	width: 1100px;
	text-align: right;
	margin: 0 auto;
	padding: 12px 10px;

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

#pie-conten a{
	color: white;
}



.chat{
	position: fixed;
	bottom: 100px;
	z-index: 1000;
	background: white;
	width: 65px;
	padding: 10px;

	border-radius: 50%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.chat img{
	width: 100%;
}
.messenger{
	border: 2px solid #007bf7;
	left: 200px;
}
.whatsapp{
	right: 200px;
	background: #1ad03f;
}


.titulo-seccion{
	text-align: center;
}

.imagen-galeria{
	width: 31.33%;
	height: 200px;
	float: left;
	margin: 0 1% 30px;

	overflow: hidden;
}
.imagen-galeria img{
	width: 100% !important;
	height:auto !important;
}




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

	#pagina{
		padding: 0;
	}

	#logotipo img{
		width: 100%;
	}

	#cabecera{
		height: auto;
	}


	#menu-r{
		display: block;
	}

	#menu ul{
		display: none;
	}

	#menu ul li{
		width: 100%;
	}

	.menu{
		border: 0;
		padding: 12px 0;
	}


	#efecto{
		height: auto;
	}

	#efecto .slider{
		display: none;
	}

	#efecto-r{
		display: block;
	}



	#footer, #footer-conten, #footer-wrapP{
		border: 0px solid red;
		width: 100% !important;
		height: auto;
		padding: 0;
	}

	.seccion-footer{
		height: auto;
	}

	#contacto-mujer{
		display: none;
	}

	#pie-conten{
		width: 100%;
	}
}

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

	#leyenda{
		width: 79%;
	}

	#datos{
		width: 100%;
		line-height: 25px;
	}

	#datos p{
		width: 33.33%;
		text-align: center;
		float: left;
	}
}

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

	#datos p{
		width: 50%;
	}
	.imagen-galeria{
		width: 48%;
	}
}

@media screen and (max-width: 700px){
	#leyenda{
		line-height: 22px;
		padding: 5px 0 0 0;
	}

	.messenger{
		left: 50px;
	}
	.whatsapp{
		right: 50px;
	}
}

@media screen and (max-width:600px){
	.seccion-footer{
		width: 100% !important;
	}
	.imagen-galeria{
		width: 98%;
		height: 300px;
	}

	.video{
		width: 100%;
		margin: 0 0 20px 0 !important;
	}
}

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

	#leyenda{
		width: 69%;
	}

	#datos p{
		width: 100%;
	}
}