

/*//***********************************************
***** css para crear cuadrados con bordes redondos
//************************************************/
.FARWrapper
{
	width:400px;
	position:relative;
	border:1px solid #CDCFC0;
	background-color:#f5f5f5;	
}

.cornerTopLt,.cornerTopRt,.cornerBtmLt,.cornerBtmRt
{
	width:3px;
	height:3px;
	position:absolute;
	overflow:hidden;
}
.cornerTopLt{top:-1px;left:-1px;}
.cornerTopRt{top:-1px;right:-1px;}
.cornerBtmLt{bottom:-1px;left:-1px;}
.cornerBtmRt{bottom:-1px;right:-1px;}


.cornerTopRt .cornerBg{left:-3px;}
.cornerBtmLt .cornerBg{top:-3px;}
.cornerBtmRt .cornerBg{top:-3px;left:-3px;}

.cornerBg{width:6px;height:6px;position:relative;overflow:visible;}
.cornerBg
{
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(
	enabled=true,
	sizingMethod=crop, 
	src='http://static.move.com/realtor/SiteRedesign/Images/bg_mod_corners.png');
}

/*//***********************************************
** end 
//************************************************/






.errorControlTelefono
{
	visibility:hidden;
}
.lblError
{
	visibility:hidden;
	color:Red;
}


.tablaCitaContactenos
{
	background:#f7f8fa;
	BORDER-RIGHT: gainsboro 5px solid; 
	BORDER-TOP: gainsboro 5px solid; 
	BORDER-LEFT: gainsboro 5px solid; 
	BORDER-BOTTOM: gainsboro 5px solid;
	width: 430px;
}
.tablaControlTelefono
{
	background:#f7f8fa;
	BORDER-RIGHT: gainsboro 5px solid; 
	BORDER-TOP: gainsboro 5px solid; 
	BORDER-LEFT: gainsboro 5px solid; 
	BORDER-BOTTOM: gainsboro 5px solid;
}


.imagenEvento
{
	cursor:pointer;
}
.button
{
	border-style: solid;
	font-family: Monotype Corsiva;
	background-color: Black;
	color: Red;
}

.textNormal
{
	font-family: Arial;
	font-size: 12px;
}

.divtextNormal
{
	font-family: Arial;
	font-size: 12px;
	text-align:justify;
	width:584px;
}

.textSmall
{
	font-family: Arial;
	font-size: 11px;
}

.textWarning
{
	color:Red;
}

.textAccented, .textWarning
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bolder;
}

.textTitle
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bolder;
}

.textTitleMayuscula
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bolder;
	text-transform:uppercase;
}

.textSubTitle
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bolder;
}

.textAccentedSmall
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}


/* Top Menu*/
.textTopMenu
{
	font-family: Verdana;
	font-size: 9px;	
}

.topMenuTable
{
	width:90%;
	border: 0;	
	
}

.popupMenu
{
	background: #eeeeee;
}


.hlinkSmall
{
	font: 10px Arial;
}

.hlinkNormal, .hlinkButton
{
	font: 12px Arial;
}

.hlinkButton
{
	text-decoration:none;
	font-weight:bold;
}

.hlinkCitaContactenos
{
	font: 12px Arial;
	cursor:pointer;
	font-weight:bold;
	text-decoration:none;
}

.hlinkReturnSearch
{
	font: 14px Arial;
	cursor:pointer;
	font-weight:bold;
	text-decoration:underline;
}

.hlinkKeyWords
{
	font: 12px Arial;
	cursor:pointer;
	font-weight:normal;
	text-decoration:none;
}

a.hlinkButton:link
{
	
	color: #000000;
}

a.hlinkButton:visited
{
	color: #000000;
}

a.hlinkButton:hover
{
	color: #ffffff;
}

a.hlinkButton:active
{
	
	color: #000000;
}

a.hlinkSmall:link, a.hlinkNormal:link, a.hlinkKeyWords:link
{
	color: #000000;
}
a.hlinkSmall:visited, a.hlinkNormal:visited, a.hlinkKeyWords:visited
{
	color: #000000;
}
a.hlinkSmall:hover, a.hlinkNormal:hover, a.hlinkKeyWords:hover
{
	color: #F7A210;
}
a.hlinkSmall:active, a.hlinkNormal:active, a.hlinkKeyWords:active
{
	color: #FF6600;
}

a.hlinkCitaContactenos:link
{
	color: Black;
}
a.hlinkCitaContactenos:visited
{
	color: Black;
}

a.hlinkCitaContactenos:hover 
{
	color: White;
}

a.hlinkCitaContactenos:active
{
	color: Black;
}

a.hlinkReturnSearch:link
{
	color: Blue;
}
a.hlinkReturnSearch:visited
{
	color: Blue;
}
a.hlinkReturnSearch:hover
{
	color: White;
}
a.hlinkReturnSearch:active
{
	color: Blue;
}

.watermarked
{
	height: 20px;
	width: 150px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
	background-color: #FFFFC0;
	color: gray;
}

.TablaMensajeResultadoBusqueda
{
	text-align:center;
}
