/* CSS Document */
BODY
	{
		background: #D26F2B;
		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;
}
.bg_cabecera
{
	background:url(img/bg_cabecera.gif);
	height:153px;
}
.cabecera
{
	background:url(img/cabecera.gif) no-repeat;
	width:794px;
	height:153px;
}
.bg_contenido_blanco
{
	background:#FFFFFF;
	height:auto;
}
.bg_contenido
{
	background:url(img/bg_contenido.gif) top repeat-x;
	height:auto;
}
.contenido
{
	width:794px;
	height:auto;
}
.bg_pie
{
	background:url(img/bg_pie.gif) top repeat-x;
	height:auto;
}
.pie
{
	padding-top:10px;
	width:794px;
	height:auto;
}
/* TABLAS */
.td_lat_izq
{
	border-bottom:1px dotted #C8B499;
	height:20px;
}
.resalto
{
	background:#FDFBB2;
    margin: 0px;
	height:auto;
	border:1px dotted #993333;
	padding:4px;
}
/* FUENTES */
.tmenu_sup
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
.tmenu_lat
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6F5838;
}
.titulo01
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#CA4407;
}
.tcategorias
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CA4407;
}
.ttitulo_anuncio
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CA4407;
}
.tdescripcion
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2D2D2D;
}
