/*elementos básicos*/
/*cabecera*/
#cabecera {
	background:  url(../images/cabecera_textos.jpg) no-repeat 87px 47px;
}

div.block_menu {
	float:left; 
	width: 227px;
	margin:0;
	padding:0;
	
	}

/*descripcion album*/
div.details{ padding: 0; margin:10px 0;}
div.details a {
	background: /*url(../images/plus.gif) no-repeat left bottom*/ #f4f4f4;
	/*padding-bottom: 20px;*/
	margin: 0 10px 10px 0;
	padding: 3px 0 0 0;
	float:left;
	width:auto;
	}
/*imagen*/
div.details a {
	background: url(../images/plus.gif) no-repeat left bottom #f4f4f4;
	border: 1px solid #D5D7D1;
	padding:5px;
	padding-bottom: 20px;
	margin: 0 10px 10px 0;
	float:left;
	width:auto;
	}
div.details .picture_det a img{ float:left; width: auto; margin:0; padding:0; background:none; border: none;}


/*h3 para notas pie de página*/
div.details h3 { font-size: 10px; font-style:italic; color:#626666;}
/*menu selecionado*/
div#menu_principal li a.bloques { color: #232828; font-weight: bold; background: url(../images/list2_bg.gif) no-repeat 0px 4px; }