	html{
	margin: 0px;
	background-color: #f0f0f0;
}
	body, td, th {
  	font-family: Arial, Helvetica, sans-serif; color: #333333; font-size: 11px; 
  	/*font-family: "Trebuchet MS", Verdana; color: #333333; font-size: 11px; */
}
	a:link {
	color: #ba1a2a; text-decoration: none;
}
	a:visited {
	color: #ba1a2a; text-decoration: none;
}
	a:hover {
	text-decoration: underline; 
}
	a:active {
	color: #CC9900; text-decoration: underline;
}
h1 { font-size: 20px; }
h2 { font-size: 19px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
h1, h2, h3, h4, h5, h6 { margin-bottom: 2px;
}



#TemplateRight{
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #ffffff;
}
#TemplateFooter{
	background-color: #ffffff;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding: 8px;
}
#ContentHeader1{
	height: 90px;
	padding-left: 150px;
	text-align:right;
	padding-right: 16px;
}
#ContentHeader2{
	height: 29px;
	padding-left: 170px;
	padding-right: 16px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
}
#ContentHeader2 a:link, #ContentHeader2 a:visited{
	color: #006633;	
}
#ContentHeader2 a:active, #ContentHeader2 a:hover{
	color: #FF0000;
	text-decoration: none;
}

#ContentCenter{
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 16px;
	padding-left: 20px;
	width: 496px;
	background-color: #FFFFFF;
	height: 300px;
}
#ContentCenterNoRight{
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 16px;
	padding-left: 20px;
	width: 642px;
	background-color: #FFFFFF;
	height: 300px;
}




	
#ContentRight{
	padding-top: 43px;
	width: 160px;
	padding-right: 8px;
	padding-left: 8px;
	background-image: url(../images/ContentRight.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


/* Empieza la Tabla con la navegacion izquierda*/
table.LeftNavigation {
	width: 142px;
	margin-bottom: 12px;
}
table.LeftNavigation th{
	font-weight: bold;
	color: #000000;
	text-indent: 9px;
	text-align:left;
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
}
table.LeftNavigation td{
	color: #006633;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-indent: 10px;
	display: block;
	line-height: 22px;
}

.LeftDisclaimer{
	font-size: 10px;
	color: #CC9966;
	padding: 8px;
	width: 142px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
/* Termina la Tabla con la navegacion izquierda*/


table.RightNavigation1 {
	width: 160px;
	margin-bottom: 12px;

}
table.RightNavigation1 th{
	font-weight: bold;
	color: #000000;
	padding-left: 6px;
	padding-bottom: 3px;
	text-align:left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
table.RightNavigation1 td{
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006699;
	text-indent: 6px;
	display: block;
	line-height: 22px;
}
table.RightNavigation1 td a:link, table.RightNavigation1 td a:visited  {
	color: #006699;
	text-decoration: none;
	display: block;
}
table.RightNavigation1 td a:hover  {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0066CC;
}
table.RightNavigation1 td a:active  {
	color: #FF3300;
	text-decoration: none;
}

/* Termina la Tabla con la navegacion derecha # 1 */




table.RightNavigation2 {
	width: 160px;
	margin-bottom: 12px;
	
}
table.RightNavigation2 th{
	font-weight: bold;
	text-align:left;
	color: #000000;
	padding-left: 6px;
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0099;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
table.RightNavigation2 td{
	color: #663399;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9999FF;
	text-indent: 6px;
	display: block;
	line-height: 22px;
}
table.RightNavigation2 td a:link, table.RightNavigation2 td a:visited  {
	color: #663399;
	text-decoration: none;
	display: block;
}
table.RightNavigation2 td a:hover  {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #663399;
}
table.RightNavigation2 td a:active  {
	color: #FF3300;
	text-decoration: none;
}


/* Termina la Tabla con la navegacion derecha # 1 */

.AnuncioTitulo{
	font-weight: bold;
	color: #003399;
	padding-top: 4px;
	font-size: 12px;
}
.AnuncioDescripcion{
	padding-top: 3px;
	padding-bottom: 3px;
}
.AnuncioDescripcion a:link{
	color: #663399;
}
.AnuncioFechaCiudad{
	text-align:right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	color: #999999;
}
#EncabezadoPagina{
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #edeae0;
	border-right-color: #edeae0;
	border-bottom-color: #edeae0;
}
#ListingHome{
	width: 90%;
	text-align:left;
	padding-bottom: 10px;
}
#ListingHome p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006633;
	margin-bottom: 6px;
	padding-top: 6px;
	padding-bottom: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#ListingHome a:link, #ListingHome a:visited {
	color: #666699;
}
#ListingHome p a:link, #ListingHome p a:visited {
	color: #006633;
}
#AnunciosTotal{
	padding: 3px;
	border: 2px solid #993399;
	text-align:center;
	color: #993300;
	width: 166px;
}
input, select, textarea {
	font-family: "Trebuchet MS", Verdana;
	color:#006666;
	/*height:22px;*/
	font-size: 11px;
}
.BoxColor01{
	color: #FFFFFF;
	background-color: #cc3333;
	padding: 6px;
}
.BoxColor01 a:link, .BoxColor01 a:visited, .BoxColor01 a:active, .BoxColor01 a:hover{
	color: #FFFF99;
}
.BoxColor02 a:link, .BoxColor02 a:visited, .BoxColor02 a:active, .BoxColor02 a:hover{
	color: #FFFF99;
}
.BoxColor03 a:link, .BoxColor03 a:visited, .BoxColor03 a:active, .BoxColor03 a:hover{
	color: #FFFF99;
}
.BoxColor04 a:link, .BoxColor04 a:visited, .BoxColor04 a:active, .BoxColor04 a:hover{
	color: #FFFF99;
}
.BoxColor05 a:link, .BoxColor05 a:visited, .BoxColor05 a:active, .BoxColor05 a:hover{
	color: #FFFF99;
}
.BoxColor06 a:link, .BoxColor06 a:visited, .BoxColor06 a:active, .BoxColor06 a:hover{
	color: #FFFF99;
}
.BoxColor02{
	color: #FFFFFF;
	background-color: #c84855;
	padding: 6px;
}
.BoxColor03{
	color: #FFFFFF;
	background-color: #d6767f;
	padding: 6px;
}
.BoxColor04{
	color: #FFFFFF;
	background-color: #CC9966;
	padding: 6px;
}
.BoxColor05{
	color: #FFFFFF;
	background-color: #339999;
	padding: 6px;
}
.BoxColor06{
	color: #FFFFFF;
	background-color: #336666;
	padding: 6px;
}
.Box{
	padding: 6px;
}
.FontColorA{
	color: #b71928;
}
.FontColorB{
	color: #003399;
}
.FontColorC{
	color: #009933;
}
.FontColorD{
	color: #666699;
}
.FontColorE{
	color: #999999;
}


.StatusAd{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 4px;
	margin-top:4px;
	margin-bottom: 8px;
}