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


.cintillo{
	background: #18b7c1;
	color: white;
}
.cintillo .container div{
	font-size: 20px;
	padding: 4px 0;
}

.logotipo{
	width: 70%;
}


.cabecera{
	padding: 12px 0;
}

nav{
	border: 0px solid red !important;
	width: 100%;
	margin: 40px 0 0 0;
	display: block;
}

nav ul{
	border: 0px solid blue !important;
	width: 100%;
	padding: 0;
}

nav ul li{
	width: 25%;
	display: inline-block;
	box-sizing: border-box;
	float: left;
}

.menu{
	border: 0px solid red;
	background: #f7f7f7;
	width: 100%;
	font-size: 20px;
	font-weight: lighter;
	text-align: center;
	padding: 10px 0;

	box-sizing: border-box;
}

.menu:hover, .activo{
	font-weight: bold;
}


.efecto{
	padding: 0 !important;
}


.anuncio{
	background: #0d7bb0;
	text-align: center;
	color: white;
}
.anuncio p{
	font-size: 21px;
	line-height: 25px;
}


.contenido{
	padding: 40px 0;
}
.fondo-gris{
	background: #f7f7f7;
}


.seccion{
	font-size: 21px;
	line-height: 28px;
}
.seccion strong{
	color: #0d7bb0;
	text-transform: uppercase;
	font-size: 24px;
}
.mitad{
	width: 50%;
	float: left;
}


.banner{
	position: relative;
	background: url(../images/fondo-banner.jpg) no-repeat center center fixed;
	background-size: cover;
	font-size: 40px;
	font-weight: bold;
	color: white;
	text-shadow: 4px 4px 4px black;
	padding: 40px 0;
}

.fondo-negro{
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
}


.texto{
	text-align: center;
	font-size: 21px;
	line-height: 32px;
	padding: 0 100px !important;
}


footer{
	background: #0d7bb0;
	margin-top: 40px;
}

.seccion-footer{
	position: relative;
	font-size: 22px;
	line-height: 32px;
	color: white;
	padding: 20px 12px;
}
.seccion-footer strong{
	margin: 0 0 20px 0;
	display: inline-block;
}
.contacto-mujer{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 350px;
}