/* CSS Pagina interior fotos */
table {
border-color : #ffffff; 
float : none; 
border : 0; 
margin: auto;
} 
th {
background-color : #c3b050; 
color : #ffffff; 
text-align : center; 
font-size : 1.1em; 
border : 0; 
} 
td {
background-color : #ffffff; 
width : inherit; 
text-align : left; 
border : 0; 
} 
th a {
text-decoration : underline; 
color : #ffffff; 
} 
th a:hover {
text-decoration : none; 
color : #ffffff; 
} 
td a {
text-decoration : underline; 
color : #ffffff; 
} 
td a:hover {
text-decoration : none; 
color : #ffffff; 
} 
.image {
	border:0;
}
a img {
	border:0;
}
.texto_centrado {
	text-align: center;
}
.cellPadDiez tr td{
padding:0.75em;
}
.cellPadCero tr, 
.cellPadCero tr td{
padding:0 0 0 0;
}
table{
border-collapse:collapse;
}
