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

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


body{
	background:#9A0B02 url("img/fondo.png") repeat-x top fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:11px;
	color:#333;
	border-top:#8C4D34 1px solid;
}

#todo{
	position:relative;
	margin:30px auto;
	width:1100px;
	background:#FFF url("img/central.jpg") no-repeat center top;
	box-shadow:#000 0 0 30px;
}

#superior{
	height: 150px;
}

#logo{
	display:block;
	position:absolute;
	left: 120px;
	top: 90px;
	width: 235px;
	height: 130px;
}
#telefonos{
	position:absolute;
	right: 80px;
	top: 30px;
}
#menuhorizontal{
	float:right;
	width: 650px;
	height: 39px;
	padding-left: 30px;
	margin-bottom: 80px;
	background: url("img/transp.png");
}
#menuhorizontal a{
	display:block;
	float:left;
	margin: 1px 0;
	padding: 10px;
	font-weight:bold;
	font-size:14px;
	color:#000;
}
#menuhorizontal a:hover{
	background:#FFF url("img/seleccion.png") repeat-x bottom !important;
	color:#FFF !important;
}

#central{
	height: auto !important;
	height: 320px;
	min-height: 320px;
	padding: 20px 50px
}

#contenido{
	float:left;
	width: 700px;
}

h1{
	clear:both;
	margin: -50px 0 50px 0;
	font-size: 37px;
	font-weight:normal;
	color:#000;
	text-align:center;
}

h2{
	padding:20px 0 12px 25px;
	font-size: 15px;
	color:#AE4711;
}

p{
	padding: 5px 40px;
	color:#6E574D;
	text-align:left;
	line-height: 1.4;
	font-size: 13px;
}

p a{
	font-weight:bold;
}
ul{
	margin: 10px;
}
li{
	font-size: 10px;
	color:#766;
	margin: 0 0 4px 70px;
}

.centrado{
	display:block;
	position:relative;
	margin: 10px auto;
}

.derecha{
	float:right;
	margin: 0 10px 20px 30px;
}

.borde{
	padding: 1px;
	border:#FDC800 3px solid;
	border-radius: 2px;
	box-shadow:#6683A1 1px 1px 2px;
}
.galeria{
	padding: 20px 40px;
	text-align:center;
}
.galeria a img{
	margin: 5px;
	padding: 1px;
	border:#FDC800 3px solid;
	border-radius: 2px;
	box-shadow:#6683A1 1px 1px 2px;
}
.galeria a:hover img{
	border-color:#9A0B02;
}
#inferior{
	position:relative;
	background: url("img/inferiores/inferior.jpg") no-repeat center bottom;
	height: 348px;
}
.vcard{
	display:block;
	position:absolute;;
	left: 160px;
	top: 170px;
	width: 700px;	width: 700px;
	padding: 15px 40px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	line-height: 150%;
	background: #fffe;
	border-radius: 10px;
}
.web{
	display:block;
	font-size: 10px;
	padding-top: 10px;
}
