@charset "utf-8";
/* CSS Document */

p {
	font-family: Tahoma;
	font-size: 11px;
	color: #7A3615;
	padding-left: 25px;
	text-align: justify;
}

.titulo {
	font-family: "Bookman Old Style";
	font-size: 18px;
	color: #323D6D;
	padding-left: 25px;
}

.subtitulo {
	font-family: "Bookman Old Style";
	font-size: 12px;
	color: #323D6D;
	font-weight: bold;
}

.negrita {
	font-family: Tahoma;
	font-size: 11px;
	color: #323D6D;
	text-align: justify;
	font-weight: bold;
}

.pie {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}

.tabla {
	font-family: Tahoma;
	padding: 5px;
	font-size: 11px;
	color: #000000;
	text-align: center;
}

.tabla_titulo {
	font-family: Tahoma;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #323D6D;
	text-align: center;
}

.foto {
	padding: 3px;
	border: 0.60px solid #7A7160;
	background-color: #D5CDB8;
}

a.link1 {
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	color: #7A7160;
	font-weight: bold;
}

a.link1:hover {
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 11px;
	color: #7A7160;
	font-weight: bold;
}



