/*  ------------------------------------------
/*  RV Inmobiliaria SA // 24/05/08
/*  Diseņo Ing. Natalia Gutierrez
/*  ------------------------------------------
/*  Contiene la estructura principal del sitio
*/
body {
	padding:0;
	margin:0;
	color: #000;
	line-height: 14x;
	background-color:#fff; /*1D3176*/
	SCROLLBAR-FACE-COLOR: #004287; 
	SCROLLBAR-HIGHLIGHT-COLOR: #3658CD; 
	SCROLLBAR-SHADOW-COLOR: #000000; 
	SCROLLBAR-3DLIGHT-COLOR: #009EE0; 
	SCROLLBAR-ARROW-COLOR: #ffffff; 
	SCROLLBAR-TRACK-COLOR: #eae8e0; 
	SCROLLBAR-DARKSHADOW-COLOR: #000000; 
}
/*  ------------------------------------------
/*  Footer
/*  ------------------------------------------
*/
a:link.footer{text-decoration:none; font-weight: bold; color:  #131627;  }
a:visited.footer{text-decoration:none; font-weight: bold; color: #131627; }
a:active.footer{text-decoration:none;  font-weight: bold; color: #1D3176; }
a:hover.footer{text-decoration: none; font-weight: bold; color:#1D3176; cursor:pointer; border-top: 1px dotted #DB2B1E;}
/*  ------------------------------------------
/*  Right Content
/*  ------------------------------------------
*/
td.right_content {
padding-left:3;
padding-right:20;
padding-bottom:-50; 
}
td.td_consultas_highlith {
	background-color:#E1E9DC; 
	font-family: Tahoma, Verdana, Arial, Helvetica ;
	color:000;
	text-align:left;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 80%; 
}
td.td_consultas_header {
	background-color:#000099; 
	font-family: Tahoma, Verdana, Arial, Helvetica ;
	color:000;
	text-align:left;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 100%; 
}
td.td_consultas {
	background-color:#ffffff; 
	font-family: Tahoma, Verdana, Arial, Helvetica ;
	color:000;
	text-align:left;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 80%; 
}
.text_pie{
	font-family: arial, helvetica, sans-serif;
	color:000;
	text-align:center;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 70%; 
	LETTER-SPACING: 2px;
}

/*********************************************************************/
.bg_line{
	background-image:url(../images/bg_line.gif);
	background-repeat:repeat-x;
}

