td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}

.titulo {
	font-size: 16px;
	background-color: #E4E1D6;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #49383C;
	width: 100%;
	height: 24;
	padding: 4 0 0 8;
}

.linkTexto {
	font-weight: bold;
	text-decoration: none;
	color: #B0060B;
}
a.linkTexto:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}

.texto {
	font-size: 11px;
	font-family: Arial, Helvetica, Sans;
	color: #444444;
}

.pad {
	font-size: 11px;
	font-family: Arial, Helvetica, Sans;
	padding: 0 0 10 10;
	color: #444444;
}


.titulo_admin {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #49383C;
}


.small {
	font-size: 9px;
	font-family: Arial, Helvetica, Sans;
	color: #444444;
}

.xsmall {
	font-size: 8px;
	font-family: Arial, Helvetica, Sans;
	color: #444444;
}

.white {
 	font-size: 9px;
	font-family: Arial, Helvetica, Sans;
	text-decoration: none;
	background-color: "#555555";
	color: #FFFFFF;
}
.white:hover {
	color: #AAAAAA;
}