@charset "UTF-8";

body {
	background-color: #000000;
	margin: 0px 0px 0px 0px;
}

a span, #home_texto { display: none; }

#header {
	width: 900px;
	height: 125px;
	margin: auto;
	overflow: hidden;
}

#logo a {
	display: block;
	height: 23px;
	width: 195px;
	background-image:url(../img/logo.png);
	margin: 50px 0px 0px 0px;
}

#menu_wrapper {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding-top: 10px;
	height: 28px;
}

#menu {
	width: 900px;
	margin: auto;
}

#cuerpo {
	height: 600px;
}

#footer {
	border-top: 1px solid #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #e32100;
}

#home {
	width: 900px;
	margin: auto;
	background-image:url(../img/texto_portada.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 550px;
	padding: 25px 0px 25px 0px;
	text-align: right;
}

#carrusel {
    padding-top: 20px;
	margin: 0px 20px 0px 20px;
	background-image: url(../img/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#contacto {
	width: 800px;
	margin: auto;
	height: 550px;
	padding: 25px 0px 25px 0px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

#contacto_left {
	width: 50%;
	float: left;
}

#contacto_right {
	width: 50%;
	float: right;
}

#contacto input, #contacto textarea, .button, #carrito input, #imagenes2 input {
	border: solid 1px #333333;
	background-color: #111111;
	color: #CCCCCC;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 5px 0px 10px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
}

.button {
	margin: 20px 0px 10px 20px !important;
	padding: 6px !important; 
}

.button:hover {
	color: #e32100;
	cursor: pointer;
}

#libro {
	width: 900px;
	margin: auto;
	height: 550px;
	padding: 25px 0px 25px 0px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

#libro #informacion {
	width: 500px;
	float: left;

}

#libro #portada {
	width: 400px;
	float: right;
	text-align:right;

}

#libro h1, #noticia2 h1, #carrito h1, #promocion h1, #imagenes2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #e32100;
	font-weight: normal;
}

.link_libro, .link_carrusel, .link_comprar {
	color: #ffffff;
	display: block;
	height: 17px;
	background-image: url(../img/flecha_icon.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 22px;
	margin-bottom: 5px;
	text-decoration: none;

}

.link_libro:hover, .link_carrusel:hover, .link_comprar:hover {
	color: #e32100 ;

}

#home img, #carrusel img, #libro #portada img, #noticia2 img, .noticia2_miniaturas img, .ver_imagen  {
	border: solid 1px #333333;
}

.menu_option:hover , .menu_option_active {
	color: #e32100 !important;
}

#noticia2 {
	width: 900px;
	margin: auto;
	height: 550px;
	padding: 25px 0px 25px 0px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

#noticia2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #e32100;
	padding-bottom: 15px;
	text-decoration: none;
}

#noticia2 a:hover {
	color: #ffffff;
}

.noticia2_miniaturas img:hover {
	border: 1px solid #ffffff !important;
}

#noticia2_miniaturas {
	clear: both;
	padding-left: 50px;
}

#noticia2_left {
	width: 40%;
	float: left;
	height: 550px; 
}

#noticia2_right {
	width: 60%;
	float: right;
	text-align: right;
}

#noticia2_meses {
	height: 30px;
	text-align: right;
}

#carrito {
	width: 900px;
	margin: auto;
	height: 550px;
	padding: 25px 0px 25px 0px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

#carrito_left {
	width: 60%;
	float: left;
	overflow: auto;
	height: 550px;
}

#carrito_right {
	width: 40%;
	float: right;
}

#carrito th {
	font-weight: normal;
	background-color: #101010;
}

#carrito td {
	font-weight: normal;
	background-color: #626367;
	color: #000000;
}

#carrito a {
	color: #FFFFFF;
}

#carrito a:hover {
	color: #e32100;
}

.credits {
	display: none;
}

#carrito_left select {
	border: solid 1px #333333;
	background-color: #111111;
	color: #CCCCCC;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 5px 0px 10px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
}

#promocion {
	width: 450px;
	margin: auto;
	height: 550px;
	padding: 25px 450px 25px 0px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	background-image:url(../img/promociones.jpeg);
	background-position: right;
	background-repeat: no-repeat;
}



#imagenes {
	width: 900px;
	margin: auto;
	height: 550px;
	padding: 25px 0px 25px 0px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

#imagenes #mapa {
	text-align: center;
}

#imagenes #imagenes_left {
	width: 240px;
	float: left;
}

#imagenes #imagenes_right {
	width: 638px;
	float: right;
}

#imagenes #imagenes_left a {
	color: #ffffff;
	text-decoration: none;
}


#imagenes2 {
	width: 900px;
	margin: auto;
	height: 550px;
	padding: 25px 0px 25px 0px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
} 

#imagenes2 #imagenes2_left {
	width: 30%;
	float: left;
}


#imagenes2 #imagenes2_right {
	width: 30%;
	float: right;
}

#imagenes2 #imagenes2_center {
	width: 30%;
	margin: auto;
}

#imagenes2 #imagenes2_map {
	margin-top: 30px;
	border-top: solid 1px #333333;
	padding: 40px 130px 0px 130px;
	display: none;
}

#imagenes2 #imagenes2_content {
	margin-top: 30px;
	border-top: solid 1px #333333;
}

#imagenes2 #imagenes2_paginador {
	text-align: right;
}

#imagenes2 #imagenes2_paginador img {
	border: none !important;
	margin-bottom: 10px;
}

#imagenes2 #imagenes2_content img {
	border: solid 1px #333333;
}

#imagenes2 .selector {
	border: solid 1px #333333;
	background-color: #111111;
	color: #CCCCCC;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 5px 0px 10px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
}

#imagenes2 .imagenes2_minifoto {
	width: 176px;
	height: 176px;
	text-align: center;
	display: inline-block;
}

#imagenes2 #imagenes2_right h1 {
	margin-bottom: 22px;
}

#imagenes2 .link_concejo {
	margin: 0px 0px 0px 10px;
	color: #CCCCCC;
	text-decoration: none;
	cursor: pointer;
}