﻿body{
	background: url(../images/fondo-gris.jpg) no-repeat center center fixed;
	background-size: cover;
	font-family: 'Montserrat', sans-serif !important;
}

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


.cabecera{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	padding-top: 12px;
	padding-bottom: 150px;

	background: rgba(256,256,256,1);
    background: -moz-linear-gradient(top, rgba(256,256,256,1) 0%, rgba(256,256,256,0.8) 20%, rgba(256,256,256,0.6) 40%, rgba(256,256,256,0.4) 60%, rgba(256,256,256,0.2) 80%, rgba(256,256,256,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(256,256,256,1)), color-stop(20%, rgba(256,256,256,0.8)), color-stop(40%, rgba(256,256,256,0.6)), color-stop(60%, rgba(256,256,256,0.4)), color-stop(80%, rgba(256,256,256,0.2)), color-stop(100%, rgba(256,256,256,0)));
    background: -webkit-linear-gradient(top, rgba(256,256,256,1) 0%, rgba(256,256,256,0.8) 20%, rgba(256,256,256,0.6) 40%, rgba(256,256,256,0.4) 60%, rgba(256,256,256,0.2) 80%, rgba(256,256,256,0) 100%);
    background: -o-linear-gradient(top, rgba(256,256,256,1) 0%, rgba(256,256,256,256.8) 20%, rgba(256,256,256,0.6) 40%, rgba(256,256,256,0.4) 60%, rgba(256,256,256,0.2) 80%, rgba(256,256,256,0) 100%);
    background: -ms-linear-gradient(top, rgba(256,256,256,1) 0%, rgba(256,256,256,0.8) 20%, rgba(256,256,256,0.6) 40%, rgba(256,256,256,0.4) 60%, rgba(256,256,256,0.2) 80%, rgba(256,256,256,0) 100%);
    background: linear-gradient(to bottom, rgba(256,256,256,1) 0%, rgba(256,256,256,0.8) 20%, rgba(256,256,256,0.6) 40%, rgba(256,256,256,0.4) 60%, rgba(256,256,256,0.2) 80%, rgba(256,256,256,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.cabecera-fondo{
	width: 100%;
	height: 200px;
}


.logotipo{
	text-align: center;
}

.logotipo img{
	width: 90%;
	height: auto;
}

.datos-conten{
	border: 0px solid red;
	width: 100%;
	float: right;
}

.datos span{
	width: 33.33%;
	text-align: center;
	font-size: 20px;
	float: left;
}

nav{
	width: 100%;
	float: left;
	margin-top: 20px;
}

nav a, nav a:hover{
	color: white;
	text-decoration: none;
}

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

nav ul li{
	width: 24.5%;
	float: left;
	margin-left: 0.5%;
}

.menu{
	background: rgb(194,14,35,0.8);
	text-align: center;
	font-size: 21px;
	font-weight: lighter;
	color: white;
	padding: 3px 0;
}
.menu:hover, .activo{
	background: rgb(194,14,35);
	font-weight: bold;
}


.sectorP{
	background: #c1001f;
	padding-top: 30px;
}

.titulo{
	width: 100%;
	text-align: center;
	color: white;
	font-size: 37px;
	font-weight: bold;
	margin-bottom: 30px;
}

.sector{
	width: 100%;
	text-align: left;
	overflow: hidden;
}

.imagen-sector{
	width: 100%;
	text-align: center;
}
.imagen-sector img{
	width: 250px;
	height: 250px;

	border-radius: 50%;
}

.texto-sector{
	width: 100%;
	text-align: center;
	font-size: 22px;
	line-height: 24px;
	color: white;
	padding: 20px 0;
}
.texto-sector span{
	font-size: 15px;
	font-weight: lighter;
}


.antecedentes{
	padding-top: 100px;
	padding-bottom: 100px;
}

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

.imagen-seccion img{
	width: 100%;
}


.rojo{
	color: #c1001f;
	margin-bottom: 10px;
}

.subtitulo{
	width: 100%;
	text-align: center;
	font-size: 22px;
}



.marcas{
	background: white;
	padding-top: 30px;
	padding-bottom: 30px;
}


.mitad{
	border: 1px solid red;
}


.seccion-marcas{
	text-align: center;
	padding: 20px;
}
.seccion-marcas img{
	height: 70px;
}



footer{
	background: black;
	color: white;
	font-size: 18px;
	line-height: 23px;
	padding-top: 40px;
	padding-bottom: 40px;
}

footer strong{
	width: 100%;
	font-size: 23px;
	display: inline-block;
	margin: 0 0 20px 0;
}

.seccion-footer{
	padding-right: 40px;
}