/* CSS Document */
BODY
	{
		background: #73B7E0;
		color: gray;
		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;
}
.fondo
{
	background:url(img/bg.gif) repeat-x;
}
.bg_cabecera
{
	background:url(img/bg_cabecera.jpg) no-repeat;
	width:857px;
	height:160px;
}
.bg_contenido
{
	background:url(img/bg_contenido.gif) repeat-y;
	width:857px;
	height:auto;
}
.bg_pie
{
	background:url(img/bg_pie.gif) no-repeat top;
	width:857px;
	height:auto;
}
.bg_top_latder
{
	background:url(img/bg_top_lat.gif) no-repeat;
	width:178px;
	height:32px;
}

.bg_middle_latder
{
	width:178px;
	height:auto;
}

.bg_infe_latder
{
	background:url(img/bg_infe_lat.gif) no-repeat;
	width:178px;
	height:24px;
}


.bg_boton_on
{
	background:url(img/bg_boton_top.gif) no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	width:151px;
	height:48px;
	padding-top:11px;
	float:left;
}
.bg_boton_off
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	width:151px;
	height:48px;
	padding-top:11px;
	float:left;
}
.bg_boton_off:hover
{
	background:url(img/bg_boton_top.gif) no-repeat;
}






.pie
{
	padding-top:10px;
	width:794px;
	height:auto;
}
/* TABLAS */
.td_lat_izq
{
	border-bottom:1px dotted #BFD4DF;
	height:20px;
}
.resalto
{
	background:#FFFFCC;
    margin: 0px;
	height:auto;
	border:1px dotted #993333;
	padding:4px;
}

/* FUENTES */
.titulo01
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#2E3931;
}
.menu_sup
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}
.tmenu_lat
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2E3931;
}
.tcategorias
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1D6099;
	font-weight:bold;
}
.ttitulo_anuncio
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#864402;
}
.tdescripcion
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2D2D2D;
}