/* CSS Document */
BODY
	{
		background: #005899;
		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/nubes.jpg) repeat-x top;
}
.fondo_color
{
	background:#2896E7;
}
.bg_menu
{
	background:url(img/linea_top.gif) repeat-x top;
}
.bg_botones
{
	background:url(img/bg_botones.gif) no-repeat top;
	width:303px;
	height:39px;
	padding-left:7px;
	padding-top:6px;
}
.bg_cabecera
{
	background:url(img/banner.jpg) no-repeat;
	width:851px;
	height:102px;
}
.contenido_top
{
	background:url(img/contenido_top.gif) no-repeat bottom;
	width:858px;
	height:29px;
}
.contenido_middle
{
	background:url(img/contenido_middle.gif) repeat-y;
	width:858px;
	height:auto;
}
.contenido_infe
{
	background:url(img/contenido_infe.gif) no-repeat top;
	width:858px;
	height:29px;
}
.bg_pie
{
	background:url(img/linea_pie.gif) repeat-x top;
}


.bg_contenido
{
	background:url(img/bg_contenido.gif) repeat-y;
	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/boton_on.gif) no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:3px;
	font-size:12px;
	color:#000000;
	width:95px;
	height:27px;
	padding-top:5px;
	float:left;
}
.bg_boton_off
{
	background:url(img/boton_off.gif) no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:3px;
	font-size:12px;
	color:#FFFFFF;
	width:95px;
	height:27px;
	padding-top:5px;
	float:left;
}
.bg_boton_off:hover
{
	background:url(img/boton_on.gif) no-repeat;
	color:#000000;
}






.pie
{
	padding-top:10px;
	width:794px;
	height:auto;
}
/* TABLAS */
.td_lat_izq
{
	border-bottom:1px dotted #60AFEA;
	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:#ffffff;
}
.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:#2C6389;
}
.tdescripcion
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}