/* Hoja de Estilo del Sitio Home Owners.com.mx */

body {
font-family:AvantGarde Bk BT, arial, helvetica;
margin:0px;
scrollbar-face-color:#000;
scrollbar-arrow-color:#F00;
scrollbar-track-color:#EEE;
}

/*------------------------------------*/

.menu a:link {
	font-size: 13px; 
	font-weight: bold;
	color: #FFF; 
	text-decoration: none;
} 

.menu a:visited {
	font-size: 13px; 
	font-weight: bold;
	color: #FFF; 
	text-decoration: none;
}

.menu a:hover {
	font-size: 13px; 
	font-weight: bold;
	color: #000; 
	text-decoration: none;
	Background: #F00
}

.menu a:active {
	font-size: 13px; 
	font-weight: bold;
	color: #FFF; 
	text-decoration: none;
}

/*------------------------------------*/

.menu2 a:link {
	font-size: 11px; 
	color: #F00; 
	text-decoration: none;
} 

.menu2 a:visited {
	font-size: 11px; 
	color: #F00; 
	text-decoration: none;
}

.menu2 a:hover {
	font-size: 11px; 
	color: #000; 
	text-decoration: none;
	Background: silver;
}

.menu2 a:active {
	font-size: 11px; 
	color: #F00; 
	text-decoration: none;
}

/*------------------------------------*/

.menu3 a:link {
	font-size:11px; 
	color: #8A8A8A; 
	text-decoration: none;
} 

.menu3 a:visited {
	font-size:11px; 
	color: #8A8A8A; 
	text-decoration: none;
}

.menu3 a:hover {
	font-size:11px; 
	color: #F00; 
	text-decoration: underline;
}

.menu3 a:active {
	font-size:11px; 
	color: #8A8A8A; 
	text-decoration: none;
}

/*------------------------------------*/

.title 
{
    color: #F00;
    font-weight: bold;
    font-size: 16px;
}

.title2 
{
    color: #F00;
	font-size: 14px;
}

.content
{
    /* this describes the container of the content paragraphs. */
    padding: 0px 20px 0px 20px; /* keeps text off the borders */
    font-size: 12px;
    padding: 0px;
	margin: 0px;
}

/*------------------------------------*/

/*Eric Meyer's based CSS tab*/

#tablist
{
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	font-family:arial;
	font-size:70%;
	font-weight:bold;
}

#tablist li
{
	list-style: none;
	display: inline;
	margin: 0;
}

#tablist li a
{
	text-decoration: none;
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #F00;
	border-bottom: none;
	background: #000;
}

#tablist li a:link, #tablist li a:visited{
	color: #FFF;
}

#tablist li a:hover{
	color: #FFF;
	background: #F00;
	border-color: #227;
}

#tablist li a.current{
	color: #000;
	background: #FFF;
}
