
/* Estilo para el documento */ 

BODY {
	border: 0px solid black;
	font-family: arial;
	font-size: 11pt;
	color: black;
	margin: 0px;
	margin-bottom: 5px;
} 


.celda_titulo {
	border: 0px;
	border-top: 2px solid #336699;
	color: #003366;
	font-family: Sans-serif;
	font-weight: Bold;
	text-align: center;
	font-size: 10pt;
	cursor: default;
	padding: 8px;
}

td {
	font-family: arial;
	font-size: 10pt;
}


a:link{
	color: #336699;
	font-weight: Bold;
	text-decoration: none;
}

a:visited {
	color: #333333;
	font-weight: Bold;
	text-decoration: none;
}

a:hover {
	color: #003366;
	font-weight: Bold;
	text-decoration: none;
}

a:active {
	font-weight: Bold;
}

div {
	padding: 4;
}

.cel_tit{
	color: gray;
	text-align: right;
}