/* CSS Document */
body {
	background-color: #FFF;
	margin-top: 4px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
th {
	background-color:#336633;
	color:#fff;
}
.titular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #363;
}
.detalle {
	font-size: 8pt;
}
.u {
	text-decoration: underline;
	font-weight: bold;
}
#cont {
	margin: 0 auto;
	width:780px;
}
#c1 {
	width:780px;
	clear:both;
	float:none;
	padding:5px;
}
#c2 {
	width:780px;
	clear:both;
	float:none;
	padding:5px;
}
#c3 {
	width:780px;
	clear:both;
	float:none;
	padding:5px;
}
a:link {
	color: #336633;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #336633;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}


