@charset "utf-8";
@charset "iso-8859-1";

/* CSS Documento */
/* Cofradia Virgen del Rosario - Torrent */


* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #fbd6fb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000099;
}

P {
	margin-top: 10px;
	color: #309;
	font-size: 11px;
	font-weight:600;
	}

#tabla {
	table-layout: fixed;
	width: 550px;
	height: 470px;
	border-collapse: collapse;
	border: 0px;
}

#tabla td {
	height: 470px;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	border: 0px;
}

#tabla td img {
	border: 0px;
	outline: none;
}
#fotos {
	width: 508px;
	height: 468px;
	background-image: url(../imagenes/fondo_fotos.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center;
	text-align: center;
	vertical-align: middle;
	border: 0px;
}

#fotos img {
	border: 0px;
	text-align: center;
	vertical-align: middle;
	
}