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

.cintillo-ayuda{
	position: relative;
	border: 1px solid red;
	width: 100%;
	height: 42px;
	float: left;
}

.cintillo{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background: #012060;
	color: white;
	font-size:18px;
	font-weight: lighter;
	padding-top:6px;
	padding-bottom:6px;
}

.cintillo strong{
	font-weight: bold;
}

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

.logotipo{
	padding: 0;
}
.logotipo img{
	width: 90%;
}

.leyenda{
	text-shadow: -3px 0 #d3af39, 0 3px #d3af39,3px 0 #d3af39, 0 -3px #d3af39;
	font-size: 40px;
	font-weight: bold;
	margin: 34px 0 0 0;
}

.contacto{
	background: #d4af39;
	text-align: center;
	color: white;
	font-size: 22px;
	margin: 37px 0 0 0;

	border-radius: 20px;
}


.efecto{
	background: url(../images/fondo-efecto.jpg) no-repeat center center;
	background-size: cover;
	padding: 100px 0;
}


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

.gris{
	background: #f7f7f7;
}

.titulo{
	color: #d4af39;
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	margin: 0 0 40px 0;
}

.seccion{
	text-align: justify;
	font-size: 20px;
	line-height: 30px;
}

.seccion b{
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
}

.seccion strong{
	color: black;
	font-size: 22px;
}


.banner{
	background: url(../images/fondo-banner.jpg);
	background-size: cover;
	padding: 100px 0;
}

.cuadro{
	background: rgba(256, 256, 256, 0.7);
	text-align: justify;
	font-size: 18px;
	line-height: 24px;
	padding: 20px;
}
.mitad{
	width: 33.33%;
	float: left;
}


footer{
	background: #012060;
	color: white;
	font-size: 20px;
	line-height: 30px;
	padding-top: 40px;
	padding-bottom: 40px;
}

footer strong{
	width: 100%;
	font-size: 24px;
	text-shadow: 2px 2px 2px black;
	float: left;
	margin: 0 0 20px 0;
}


@media screen and (max-width:1200px){
	.d1200{
		display: none;
	}
	.cintillo-ayuda{
		display: none;
	}
	.cintillo{
		position: relative;
	}
}