﻿body{
	font-family: 'Open Sans', sans-serif !important;
}

.negro{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background: rgba(0, 0, 0, 0.7);
	width: 100vw;
	height: 100vh;
	display: none;
}

.blanco{
	width: 800px;
	margin: 30px auto 0;
}

.blanco-conten{
	position: relative;
	width: 100%;
	float: left;
}

.cerrar{
	position: absolute;
	top: -15px;
	right: -15px;
	background: black;
	width: 37px;
	text-align: center;
	color: white;
	padding: 7px;
	cursor: pointer;

	box-sizing: border-box;

	border-radius: 50%;
}
.cerrar:hover{
	background: red;
	font-weight: bold;
}

.imagen{
	width: 100%;
}


.cintillo-ayuda{
	border: 1px solid red;
	width: 100%;
	height: 40px;
	float: left;
}
.cintillo{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background: black;
	font-size: 19px;
	color: white;
	padding-top:7px;
	padding-bottom:7px;
}


.cabecera{
	padding-top:10px;
	padding-bottom:10px;
}


nav{
	margin: 40px 0 0 0;
}

nav a:hover{
	text-decoration-line: none;
}

nav ul{
	list-style: none;
	padding: 0;
}

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

.menu-r{
	cursor: pointer;
	display: none;
}

.menu, .menu-r{
	background: #f7f7f7;
	text-align: center;
	font-size: 20px;
	font-weight: lighter;
	padding: 12px 0;
}

.menu:hover, .activo, .menu-r:hover{
	background: black;
	font-weight: bold;
	color: white;

	border-radius: 4px;
}


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

#menu-secundario{
	position: absolute;
	top: 50px;
	left: -25%;
	z-index: 100;
	width: 150%;
	display: none;
}

#menu-secundario ul{
	width: 100%;
	float: left;
}
#menu-secundario ul li{
	width: 100%;
}
.menu-secundario{
	background: #f7f7f7;
	text-align: center;
	font-size: 20px;
	font-weight: lighter;
	padding: 12px 0;
}
.menu-secundario:hover{
	font-weight: bold;
}


.efecto{
	position: relative;
	padding: 0;
}


.contenido{
	padding-top:30px;
	padding-bottom:30px;
}

.bienvenido{
	position: absolute;
	top: 0;
	left: 0;
}

.titulo{
	text-align: center;
	font-size: 37px;
	margin: 0 0 60px 0;
}

.titulo div{
	position: relative;
	background: black;
	color: white;
	display: inline-block;
	padding: 0 7px;
}

.titulo span{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: -1;
	background: #3d4c51;
	width: 100%;
	height: 100%;
}

.seccion{
	font-size: 20px;
	line-height: 30px;
}
.blanca{
	background: rgba(0, 0, 0, 0.7);
	color: white;
	padding: 12px 20px;
}
.im{
	text-shadow: 1px 1px 1px gray;
	font-size: 23px;
}


.banner{
	background: url(../images/fondo-banner.jpg) no-repeat center center;
	background-size: cover;
	padding: 150px 10px;
}
.fondo-banner-2{
	background: url(../images/fondo-banner-2.jpg) no-repeat center center;
	background-size: cover;
}

.texto-banner{
	background: rgba(0, 0, 0, 0.7);
	color: white;
	font-size: 20px;
	line-height: 30px;
	padding: 30px;
}

.imagenes{
	background: url(../images/fondo-gris.jpg) repeat;
	text-align: center;
	padding-top:70px;
	padding-bottom:70px;
}
.imagenes img{
	height: 200px;
	margin: 0 10px 30px;
	cursor: pointer;
}

.titulo-cuadro{
	background: black;
	width: 100%;
	text-align: center;
	font-size: 19px;
	color: white;
}


.row a{
	text-decoration: none;
}


.titulo2{
	text-align: center;
	font-weight: bold;
	font-size: 27px;
	margin: 0 0 30px 0;
}


.texto{
	width: 100%;
	text-align: center;
	font-size: 22px;
	line-height: 32px;
	margin: 0 0 60px 0;
}



footer{
	background: black;
	color: white;
	font-size: 20px;
	line-height: 30px;
	padding: 20px 10px;
	margin: 30px 0 0 0;
}

footer strong{
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}

.seccion-footer{
	position: relative;
}

.contacto-mujer{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 300px;
}

@media screen and (max-width:1200px){
	.d1200{
		display: none;
	}
	.cintillo-ayuda{
		display: none;
	}
	.cintillo{
		position: relative;
	}
	.bienvenido{
		position: relative;
	}
}
@media screen and (max-width:1000px){
	.menu-r{
		display: block;
	}
	nav ul{
		display: none;
	}
	nav ul li{
		width: 100%;
	}
	#menu-secundario{
		position: relative;
		top: 0;
	}
}
@media screen and (max-width:800px){
	.blanco, .blanco-conten{
		width: 95%;
		margin: 30px 2.5% 0;
	}
}