body {
margin: 0px;
padding: 0px;
font-family: arial,verdana,helvetica; 
font-size: 80%;
background: #eee;
color: #340E0B;
}

a {
color: #000;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#cabecera {
width: 780px;
height: 171px;
margin: 0 auto;
border-top: 5px solid #eee;
border-bottom: 1px solid #fff;
}

#filete {
border-top: 5px solid #fff;
}

#general {
width: 780px;
margin: 0 auto;
margin-top: 0px;
padding-top: 0px;
background: #fff;
}

#contenidos {
float: left;
width: 100%;
z-index: 1;
}

#principal {
margin-right: 400px; /*Tiene que ser la suma de las anchuras de las columnas 2 y 3.*/
background: #fff;
}

#principal02 {
background: #fff;
}

#izquierda {
float: left;
width: 200px;
margin-left: -400px; /*Tiene que ser -(anchura columna 2 + anchura columna 3).*/
}

#derecha {
float: left;
width: 200px;
margin-left: -200px; /*Tiene que ser - anchura columna 3.*/
background: #fff;
}

#eventos {
margin-right: 390px; /*Tiene que ser la anchura de la columna agenda).*/
}

#agenda {
float: left;
width: 390px;
margin-left: -390px; /*Tiene que ser - anchura columna agenda.*/
background: #fff;
}

#pie {
clear: left;
width: 100%;
/* background: #270A08 url('imagenes/fondo_pie.jpg') repeat-x top; fondo viejo, sin logos */
/* background: #ffffff url('imagenes/fondo_pie.jpg') repeat-x top; fondo nuevo, con logos */
background: #270A08 url('imagenes/fondo_pie.jpg') repeat-x top;
text-align: center;
padding-top: 15px;
/* height: 33px; altura vieja, sin logos */
/* height: 108px; altura nueva, con logos */
height: 33px;
border-bottom: 5px solid #ccc;
color: #fff;
}

#pie a {
color: #fff;
text-decoration: none;
}

.dentro {
margin: 5px;
margin-top: 0;
}

.titulos {
color: #fff;
font-size: 100%;
font-weight: bolder;
height: 20px;
padding-top: 5px;
padding-left: 10px;
background: #400D09 url('imagenes/fondo_titulos.jpg') repeat-x top;
text-transform: uppercase;
}

.cuadros{
margin-bottom: 10px;
border-top: 0px;
border: 1px solid #D2DBE7;
padding: 5px;
font-size: 85%;
color: #340E0B;
}

.cuadros ul {
margin: 0;
padding: 5px;
list-style-type: none;
}

.contenidos01 {
	border: 1px solid #D2DBE7;
	margin-bottom: 5px;
	padding: 20px;
	text-align: justify;
		min-height:300px;
        height:auto !important;
        height:300px;
}

.contenidos01_imagenes{
   float: right;
   margin: 0 0 10px 20px;
   border: 1px solid #666;
   padding: 2px;
}

.contenidos01_titulos{
	border: 1px solid #c6c6c6;
	background: #eeeeee;
	padding: 5px;
}

.mas{
	font-size: 75%;
	color: #937A01;
	font-weight: bold;
	text-decoration: none;
}

#separacion {
}

#noticias {
background: #CFD4CC url('imagenes/fondo_noticias.jpg') repeat-x top;
height: 102px;
border-bottom: 2px solid #fff;
}

#noticias img{
padding-right: 10px;
}

.noticias_fecha{
font-size: 70%;
color: #6E6C6C;
}

.noticias_titulo{
font-size: 90%;
font-weight: bold;
color: #340E0B;
text-transform: uppercase;
}

.noticias_texto{
font-size: 80%;
color: #2C2B2B;
}

#banners {
background: #fff url('imagenes/fondo_banners.jpg') repeat-x;
margin-bottom: 10px;
border-bottom: 5px solid #bbb;
}

#banners02 {
margin-bottom: 10px;
}

#acceso {

background: #BCC0BA;
}

input {
	padding:2px;
	font-size: 100%;	
	}

select {
	width: 170px;
	padding:1px;
	font-size: 80%;	
	text-transform: none;
}

.espacio {
	height: 30px;
}

#menu {
position: relative;
top: 0;
left: 0;
margin: 5px 0 0 0;
z-index:100;
width: 100%; /* para Opera */
border-bottom: 1px solid #fff;
}

#menu dl {
float: left;
width: 130px;
margin-top: 0px;
padding-top: 0px;
}

#menu dt {
background: url('imagenes/fondo_menu.jpg') repeat-x top;
height: 23px;
cursor: pointer;
color: #fff;
text-align: center;
font-size: 75%;
font-weight: 900;
padding-top: 10px;
border-left: 1px solid #fff;
}

#menu dd {
position: absolute;
display: none;
margin-left: 0px;
}

#menu li {
color: #fff;
text-decoration: none;
display: block;
width: 123px;
background: #852529;
padding: 3px;
font-size: 75%;
font-weight: 900;
}

#menu ul {
margin: 0;
padding: 0;
list-style-type: none;
border: 1px solid #fff;
background: #852529;
}

#menu li a {
color: #fff;
text-decoration: none;
display: block;
background: #852529;
padding: 3px;
}

#menu li a:hover {
background: #ccc;
color: #000;
}

#usuarios {
	float: right;
	font-size: 90%;
	color: #666;
}

#usuarios a {
	color: #666;
}















