table.galeria { width: 100%; height: 368px;}
table.galeria td.imagen {
	position:absolute;
	margin:0;
	padding: 3px 0 0 0;
	vertical-align: top; 
	text-align: center;}
table.galeria td.imagen  a {
float: left; width: 563px; background:url(../images/backgrounds/bg_fotos.jpg) bottom repeat-x #fede90; padding: 1px; margin-right: 5px;
}
table.galeria img { float:left; padding: 0; border: 2px solid #6d0e23;}
	
table.galeria td.texto { padding-top: 310px; text-align: center; margin:0; }
table.galeria td.texto div { width: 100%; padding: 2px 0; background:url(../images/backgrounds/bg_tit_fot.jpg) no-repeat bottom center;}

div#contents p { margin-bottom: 10px; padding: 4px ; text-align: justify; }
/* boton siguiente espaņol*/
div.galeria_mas{
	float:right;
	width:87px;
	height: 31px;
	padding:0;
	display:block;
	text-decoration: none;
	}
	
div.galeria_mas a {
	height: 31px;
	background:url(../images/siguiente.jpg) no-repeat center left;
	display:block;
	}
div.galeria_mas a:hover { background:url(../images/siguiente_hover.jpg) no-repeat center left; }

/* boton anterior espaņol*/
div.galeria_menos{
float:left;
	width: 86px;
	height: 31px;
	padding: 0;
	display:block;
	text-decoration: none;}
	
div.galeria_menos a {
	height: 31px;
	background:url(../images/anterior.jpg) no-repeat center left;
	display:block;
	}
div.galeria_menos a:hover{ background:url(../images/anterior_hover.jpg) no-repeat  center left; }

/* boton siguiente ingles*/
div.id_en{
	float:right;
	width:87px;
	height: 31px;
	padding:0;
	display:block;
	text-decoration: none;
	}
	
div.id_en a {
	height: 31px;
	background:url(../images/siguiente_en.jpg) no-repeat center left;
	display:block;
	}
div.id_en a:hover { background:url(../images/siguiente_hover_en.jpg) no-repeat center left; }

/* boton anterior ingles*/
div.id_en_prev {
float:left;
	width: 86px;
	height: 31px;
	padding: 0;
	display:block;
	text-decoration: none;}
	
div.id_en_prev a {
	height: 31px;
	background:url(../images/anterior_en.jpg) no-repeat center left;
	display:block;
	}
div.id_en_prev a:hover{ background:url(../images/anterior_hover_en.jpg) no-repeat  center left; }



