#avisoLegal {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 800px;
	background-image: url(imagenes/plantilla/fondo_barra2.jpg);
}

h1 {
	font-family: Verdana;
	font-size: 12pt;
	color: #ffffff;
}
body {
	color: #ffffff;
	background: #9c1a1a;
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
	background-image: url(imagenes/plantilla/fondo_barra2.jpg);
	text-align: center;
	z-index: 2;
}

a.img {
	border: 1px solid white;
}

img.a {
	border: 1px solid white;
}
#mainWrapper {
	width: 750px;
	background: #000000;
	margin: auto;
	padding: 0px;
	min-height: 800px;
	vertical-align: top;
	text-align: left;
}
#cabeceraLogo {
	padding: 0px 5px 0px 5px;
}
a {
	font-style: none;
	color: #ffffff;
	border: none;
}
#barraWrapper {
	float: left;
	width: 130px;
	margin: 0px 5px 0px 5px;
	min-height: 800px;
	background: #400000;
	text-align: left;
}
.barraRutaWrapper {
	text-align: left;
}

#centroWrapper {
	float: left;
	padding: 0px 10px 0px 10px;
	width: 570px;
	text-align: left;
}
#filtroProvinciasWrapper {
	float: right;
	margin-right: 5px;
}
#filtroCategoriasWrapper {
	float: right;
}

.tituloBarra {
	padding: 1px;
	border: 1px solid maroon;	
}
.tituloBarra2 {
	background: maroon;
	padding: 3px;
}

.enlaceBarraLateral {
	display: block;
	font-size: 10pt;
	text-decoration: none;
	padding: 5px;	
}
.enlaceBarraLateralSel {
	display: block;
	background: #ffffff;
	color: #000000;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	background-image: url(imagenes/plantilla/fondo_barra_sel.jpg);	
}
a.enlaceBarraLateral:hover, a.enlaceBarraLateralSel:hover {
	background: #ffffff;
	color: #000000;
}
/* Listado principal */

.elementoListado {
	padding: 5px;
	text-align: center;
	background: maroon;
	font-size: 10pt;
}
.elementoFoto {
	margin-bottom: 2px;
}
.elementoFoto img {
	border: 1px solid white;
	height: 75px;
}

.elementoEnlace a {
	text-decoration: none;
	font-weight: bold;
}

/* Ficha */

#fotoGrande {
	height: 360px;
	width: 360px;
	vertical-align: middle;
	background: maroon;
	display: table-cell;
	text-align: center;
}
#fotoGrande img {
	vertical-align: middle;
}
#fotosPequenas {
	text-align: center;
}
#fotosPequenas img {
	border: 1px solid white;
}
#zonaImagenes {
	float: left;
	width: 360px;
}
#zonaDatos {
	float: left;
	padding: 0px 10px 0px 10px;
	width: 180px;
	margin: 0px;
	font-size: 9pt;
}
#nombreDatos, #tituloAcerca {
	font-size: 16pt;
	border-bottom: 1px solid white;
	margin-bottom: 5px;
}
#descripcionDatos {
	font-size: 10pt;
	padding: 5px;
	text-align: justify;
}
#datosDatos td {
	font-size: 10pt;
	vertical-align: top;
}

/* Portada */

#aviso {

}

#advertencia {

}

#footer {
	padding: 10px;
	margin: 10px;
	background: #400000;
	text-align: center;
}

h1.categoria {
	border-bottom: 1px solid #ffffff;
}

SELECT {
	border: none;
	background: silver;
}

#contacto {
	font-size: 10pt;
}