body {
	margin:0;
	padding:0;
	line-height: 1.3em;
	font-family: arial,verdana,helvetica; 
	font-size: 80%;
	background: #745E46;
	color: #fff;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;		
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.bloques {
	background: #D3D3D3;
	padding: 7px;	
	margin-left: 5px;
	margin-bottom: 5px;
}

.bloques_titulos {
	background: #4D3F2F url('imagenes/flechas_titulos.jpg') no-repeat right;
	height: 20px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 7px;
	border-bottom: 2px solid #fff;
	text-transform: uppercase;
}

.bloques_contenidos {
	background: #9D9790;
	border-bottom: 5px solid #4D3F2F;
	padding: 7px;
		min-height:50px;
        height:auto !important;
        height:50px;		
}

.bloques_contenidos02 {
	background: #9D9790;
	border-bottom: 5px solid #4D3F2F;
	padding: 15px;	
		min-height:400px;
        height:auto !important;
        height:400px;	
	color: #4D3F2F;    
}

.logo {
	background: #4D3F2F;
	height: 81px;
}

.mas {
	font-size: 75%;
	color: #785C3D;
	font-weight: bold;
	text-decoration: none;
}

.listados {
	color: #4D3F2F;
}

.textos {
	color: #fff;
}

.contenidos01_imagenes{
   float: right;
   margin: 0 0 10px 10px;
   border: 1px solid #666;
   padding: 2px;
}

.extras_titulos{
	border-bottom: 1px dotted #4D3F2F;
	padding: 5px;
	color: #4D3F2F;
}

.extras_textos{
	color: #4D3F2F;
}

.espacio {
	height: 30px;
}

.galerias{
   margin: 5px;
   border: 1px solid #666;
   padding: 2px;
}