/* CSS Document */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
BODY
{
	background: #FFffff;
	color: gray;
	margin: 0px auto 0px auto; 
	padding: 0;
	width:auto;
}
.fondo_cabecera
{
    margin: 0px;
	height:76px;
}
.fondo_banner
{
    margin: 0px;
	height:98px;
}
.fondo_contenido
{
    margin: 0px;
	height:310px;
}
.fondo_pie
{
    margin: 0px;
	height:33px;
}
.pie
{
	background:url(img/pie.gif);
    margin: 0px;
	width:795px;
	height:33px;
}
.table_border
{
	border:1px solid #06866C;
}
/* -------- fuentes ----------- */
.font_01
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#747474;
}
.font_02
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
}
.font_03
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#06866C;
}