/* CSS Document */
BODY
	{
		background: #ffffff;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color: #000000;
		margin: 0px auto 0px auto; 
		padding: 0;
		width:auto;
		height:100%;
		bottom:0px;
		top:0px;
	}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#div_bg_cabecera
{
	background:url(../img_files/bg_cabecera.gif) repeat-x top;
}
#cabecera
{
	width:794px;
}
#bg_cuerpo
{
	/*background:url(../img_files/textura.jpg);*/
	background:#EBEBEB;
}
#cuerpo
{
	background:url(../img_files/bg_middle.gif) repeat-y;
	width:748px;
}
#bg_pie
{
	background:url(../img_files/bg_pie.gif) repeat-x top;
}
#pie
{
	background:url(../img_files/pie.gif) no-repeat top;
	width:748px;
	height:68px;
}

/* FUENTES */
.t_titulo_blanco
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}