@charset "utf-8";
html {
	background: url(../img/marco.jpg) no-repeat top center #282429;
}
/* ************************** NO OLVIDAR EL COLOR DE FONDO ************************** */
/* ------------------------------------------------------------- ------------------------------------------------------------- Cabecera */
.iz {
	width: 430px;
	padding-top: 20px;
}
.submenu {
	float: left;
	border-bottom: 1px #555555 solid;
	width: 900px;
	background: url(../img/fondoGris.gif) repeat;
}
.submenu ul {
	height: 32px;
	padding-top: 18px;
	text-align: left;
}
.submenu ul li {
	float: left;
	display: inline;
	padding: 0 10px 0 24px; 
}
.iz ul {
	padding: 20px 0;
	width: 100%;
}
.iz ul li {
	height: 31px;
	line-height: 31px;
	background: url(../img/fondoGris.gif) repeat;
	border-bottom: #746d61 1px solid;
	padding: 0 10px 0 24px;
	font-size: 16px;
	font-weight: bold;
	margin: 1px 0;
}
.iz ul li a, .iz ul li a:link {
	height: 31px;
	display: block;
	color: #a09787;
	background: url(../img/flechaMarron.gif) no-repeat center right; 
}
.iz ul li a:hover {
	color: #bc2920;
	background: url(../img/flechaAzul.gif) no-repeat center right; 
}
.iz ul li.activo a {
	color: #bc2920;
	background: url(../img/flechaAzul.gif) no-repeat center right; 
}
.blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	color: #dedede;
	padding: 0 5px 0 10px;
}
.num {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	color: #dedede;	
	background: url(../img/fondoAnho.gif) no-repeat -85px -1px;
	padding: 0 3px 0 15px; 
}
.imagenes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	color: #9e9d9c;
}
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
.der {
	width: 423px;
	padding: 68px 10px 0 0;
}
#scrollFotos table, #scrollFotos table tr, #scrollFotos table td {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
#scrollFotos table {
	width: 400px;
}
#scrollFotos table td, #scrollFotos table tr {
	width: 100px;
}
.foto {
	float: left;
	padding: 0 0 9px 17px;
	height: 83px;
	width: 83px;
}
.foto img {	
	border: 1px solid #746d61;
}
.foto a, .foto a:link {
	display: block;
	padding: 6px;
	background-color: #0e0e0e;
}
.foto a:hover {
	background-color: #201E1E;
}
.foto a:hover img {
	border: 1px solid #bc2920;
}
