/*
********************************************
* TEXTO
********************************************
*/
.texto {
	width: 920px;
	overflow: hidden;
	margin-bottom: 40px;
}

.ultimo_texto {
	margin-bottom: 70px;
}

.tabla_fotos {
	width: 920px;
	margin: 0 auto;
	text-align: center;
}

.tabla_fotos img {
	padding: 5px;
	border: 2px solid #C2B1A3;
}

.tabla_fotos.fotos-ataudes img,
.tabla_fotos.fotos-arreglos img {
	max-width: 200px;
}

.tabla_fotos p.nombre {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 0.8em;
}

table.tabla_fotos td {
	width: 230px;
}

img.sin_border {
	border: none;
}

.ocultar {
	display: none;
}