@charset "utf-8";
/* CSS Document */



* {padding: 0; margin: 0;}
a {outline: 0; text-decoration:none; color:#1377F9;}
a:hover{color:#F97F13;}
a img {border-width:0;}


body{
	font-family: Arial, Helvetica, Verdana, sans-serif;	
	font-size:12px;
	font-weight:normal;
	color:#5F646B;
	background: #0072F2 url("img/fondo-claro.png") fixed;
}


header{
	position:relative;
	margin: 0 auto;
	height:auto;
	background: #1F1F1F url("img/fondo-oscuro.png") fixed;
	box-shadow: #000 0 0 20px;
}

#social{
	position: absolute;
	right: 40px;
	top: 20px;
	text-align: right;
	color:#CCC;
}
#social a{
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
}

#logo{
	padding: 20px;
}
#buscador input{
	position: absolute;
	left: 350px;
	top:80px;
	width: 30%;
	padding: 8px 8px 8px 44px;
	font-size: 16px;
	background: #FFF url("img/buscar.png") no-repeat 10px center;
	border: none;
	border-radius: 2px;
	box-shadow: #AAA 2px 2px 5px inset;
}


#central{
	position:relative;
	margin: 40px auto;
	clear: both;
	width: 80%;
	max-width:1000px;
	height: auto !important;
	height: 320px;
	min-height: 320px;
	background: #FFF;
	box-shadow: #000 0 0 25px;
	padding: 0px 30px 20px 30px;
}


#menuhorizontal{
	text-align: center;
	background: linear-gradient(#FFF,#DDD);
	margin: 0 -30px 25px -30px;
}
#menuhorizontal a{
	display: inline-block;
	padding: 12px 2%;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #0046B0;
}
#menuhorizontal a:hover{
	background:linear-gradient(#004FBD,#001C71);
	color:#FFC700 !important;
}
#menuhorizontal a img{
	display: none;
}

h1{
	font-size: 26px;
	letter-spacing: 2px;
	font-weight:normal;
	color:#2684FF;
	padding: 20px 0;
	text-transform:uppercase;
	text-align: center;
}

h2{
	font-size: 16px;
	color:#DBA800;
	padding: 25px 0 10px 0;
}

.indice{
	text-align: center;
	margin: 20px 0;
	padding: 20px 0;
	border-top: #DDD 1px solid;
	border-bottom: #DDD 1px solid;
}
.indice a{
	display:inline-block;
	width: 153px;
	height: 185px;
	text-align:center;
	margin: 1px !important;
	padding: 8px;
	font-size: 11px;
	font-weight:bold;
	vertical-align: top;
	border:#FFF 2px solid;
}
.indice a:hover{
	border-color:#0054C5;
	border-radius: 0 0 40px 0;
	transition: border 0.2s, border-radius 2s;
}
.indice a img{
	display:block;
	position:relative;
	margin: 0 auto 5px auto;
}
.indice a .nombreempresa{
	display:block;
	margin-top: 2px;
	color:#000;
	font-weight:normal;
}

#central p{
	padding: 10px 0;
	font-size: 13px;
	line-height:125%;
}

.centrado{
	display:block;
	position:relative;
	margin: 30px auto;
	text-align:center;
}
.derecha{
	float:right;
	margin: 20px 50px;
}

.fotoscentradas{
	text-align:center;
	margin: 10px 0 25px 0;
}

li{
	margin: 2px 65px;
	list-style-type:square;
}




footer{
	clear:both;
	color:#FFF;
	background: #1F1F1F url("img/fondo-oscuro.png") fixed;
	box-shadow: #000 0 0 20px;
	font-size: 12px;
	line-height: 150%;
	padding: 10px 10px 60px 10px;
}

footer div{
	width: auto;
	display: inline-block;
	padding: 10px 3%;
	border-right: #590000 1px solid;
	text-align: left;
}
.fn{
	font-weight: bold;
}
.tel{
	color:#FFF;
	font-size: 15px;
}

#cookieinfo{
	display:block;
	position: fixed;
	left: 0;
	bottom:0;
	width: 100%;
	background:#000;
	opacity: 0.7;
	text-align: center;
	padding: 15px 0 10px 0;
}
#cookieinfo img{
	float: right;
	margin-right: 20px;
}

.error{
	display:block;
	background: #EEE url("img/error.png") no-repeat 25px center;
	min-height:50px;
	width: 40%;
	max-width: 500px;
	margin: 60px auto;
	padding: 12px 20px 10px 140px;
	border:#C00 2px solid;
	box-shadow: #966 0 0 4px;
}
.error strong{
	display:block;
	padding-bottom: 10px;
	font-size: 16px;
}
.error a{
	display: block;
	padding: 5px 5%;
	background: #778;
	color: #FFF;
	width: 100px;
	margin-top: 20px;
	border-radius: 2px;
	text-align: center;
}
.error a:hover{
	background: #C00;
}



@media screen and (max-width: 990px) {
	#buscador input{
		top: 110px;
		left: auto;
		right: 10%;
	}

	footer{
		text-align: center;
	}
	footer div{
		border: none;
	}
}

@media screen and (max-width: 700px) {

	#social{
		display: block;
		width: 90%;
		padding: 5px 5%;
		clear: both;
		right: 0;
		top: 0;
		left: 0;
		text-align: center;
		background: #000;
	}

	#social .contacto{
		display: none;
	}
	#logo{
		display: block;
		clear: both;
		position: relative;
		margin: 0 auto;
		padding-top: 60px;
		width: 90%;
		max-width: 300px;
	}

	#buscador input{
		display: block;
		position: relative;
		left: 0;
		top: 0;
		margin: 20px auto;
		width: 70%;
		clear: both;
	}

	#menuhorizontal{
		margin: 0;
		padding: 5px 0;
		background: none;
		border-bottom: #DDD 1px solid;
	}
	#menuhorizontal a{
		padding: 10px 8px;
		text-transform: none;
		border-radius: 5px;
	}
	#menuhorizontal a img{
		display: block;
	}
	#menuhorizontal a span{
		display: none;
	}

	#central{
		margin:0;
		width: 94%;
		padding: 0 3%;
	}
	footer{
		margin: 0;
	}
	footer div{
		padding: 30px 5%;
	}
	#cookieinfo{
		display: none;
	}
}



