/* CSS Document */
BODY
	{
		background:url(../img_files/bg_textura.gif);
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color: #ffffff;
		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
{
	text-align:center;
}
#cabecera
{
	text-align:center;
	height:204px;
}
#bg_cuerpo
{
	/*background:url(../img_files/textura.jpg);*/
	top:0px;
}
#cuerpo
{
	width:867px;
	background:#191919;
	padding-top:12px;
/*	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;*/
}
/*#bg_pie
{
	background:url(../img_files/bg_pie.gif) repeat-x top;
}*/
#pie
{
	border-top:1px solid #242424;
	margin-top:10px;
	width:96%;
}
#div_submenus
{
	font-family:"Trebuchet MS";
	margin:12px;
	
	font-weight:bold; color:#CEE1FF; padding:10px;
	border:1px solid #242424;
}

#div_contenido_text
{
	border:1px solid #2D2D2D;
	padding:10px;
}

/* FUENTES */
.t_titulo_blanco
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
