/* CSS Document */

/* HTML TAGS */
A {
	text-decoration: none;
}

BODY {  /* MODIFICADO */
	padding: 0px;
	/*width: 850px;*/
	text-align: center;
	margin: 0 auto;
	font-size: 8pt;
	background-color: #DDDBDC;
}

TABLE {
	border: 0px;
	border: none;
}

#Contenedor {  /* MODIFICADO */
	background-color: #FFFFFF;
	width: 780px;
}

#BackgroundLeft {  /* MODIFICADO */
	background-image: url(../imagenes/background_left.jpg);
	background-repeat: repeat-y;
	background-position: top right;
}

#BackgroundRight {  /* MODIFICADO */
	background-image: url(../imagenes/background_right.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}


/* MENU DE IDIOMAS Y OTROS ACCESOS GENERALES */
.barraIdiomas {
	padding: 2px 5px 1px 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #959595;
	font-family: Arial, Verdana;
	font-size: 7pt;
	width: 780px;
	height: 22px;
	color: #9A0202;
	text-align: left;
}

.barraIdiomas a {
	color: #8A8A8A;
}
.barraIdiomas a:hover {
	color: #9A0202;
}

.barraIdiomas .fecha {
	padding: 0px 35px 0px 15px;
	text-transform: uppercase;
}

.destacado {
	background-image: url(../imagenes/bul_destacado.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 18px;
}


/* MENU PRINCIPAL SUPERIOR */
UL#mnuPrincipal {
	width: 780px;
	font-family: Arial, Verdana;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	background-color: #9A0202;
	padding: 1px 0px 2px 0px;
	margin: 3px 0px 0px 0px;
	list-style: none;
}
	   
#mnuPrincipal LI {
	display: inline;
	padding: 0px 6px 0px 3px;
	margin: 5px;
}

#mnuPrincipal {
	color: #DBC7A7;
}
	   
#mnuPrincipal A {
	color: #FFFFFF;
}
		 
#mnuPrincipal A:HOVER, #mnuPrincipal .sel {
	color: #DBC7A7;
}


/* MENU IZQUIERDA */
UL#mnuIzquierda {
	text-align: left;
	padding: 0px;
	margin: 11px 0px 10px 6px;
	padding-right: 4px;
	list-style: none;
	width: 204px;
}

#mnuIzquierda LI {
	border-top: 1px solid #B6A07E;
	padding: 3px 0px 3px 15px;
}

#mnuIzquierda .ultimo {
	border-bottom: 1px solid #B6A07E;
}

#mnuIzquierda {
	font-family: Arial, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #B6A07E;
}

#mnuIzquierda A {
	font-family: Arial, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #5D5D5D;
}

#mnuIzquierda A:HOVER, #mnuIzquierda .sel {
	color: #B6A07E;
	font-size: 10px;
	font-weight: bold;
}

/* Breadcrumbs */
#breadcrumbs {
	font-size: 10px;
	text-align: left;
	font-family: Arial, Verdana;
	margin: 10px 0px 5px 12px;
}

#breadcrumbs A {
	color: #000000;
}

#breadcrumbs A:hover {
	text-decoration: underline;
}

/* PIE DE PAGINA */
.PieDePagina {
	background-image: url(../imagenes/f_pie.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top: 14px solid #9B0302;
	text-align: center;
	font-family: Verdana;
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	color: #808080;
	letter-spacing: 2ems;
	padding-bottom: 5px;
	padding-top: 5px;
}


