/* CSS Document */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #A4B68E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtr #container {
	width: 970px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	background-color: #FFF;
}
.verdana11N_Blanco   {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.fondoNaranja   {
	background-image:url(/images/bg_orange.jpg)

}
.PasosRojo {
	color: #FFFF00;
	font-size: 16px;
}

.verdana12_blanco   {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.txtBlancoGrande {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}

.verdana12_verde {
	font-size: 11px;
	color: #307403;
}
.verdana12N_azul {
	font-size: 11px;
	color: #FA9301;
	font-weight: bold;
}
a:link {
	color: #347706;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #347706;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #347706;
}
.verdana11_negro {
	font-size: 12px;
	color: #000;
}
.verdana9_negro {
	font-size: 9px;
	color: #000;
}
.borde {
	border: 1px solid #51B906;
	font-size: 10px;
}
.verdana12N_verde2 {
	font-size: 11px;
	color: #337A02;
	font-weight: bold;
}
.titulos_H3 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.titulos_H1 {
	font-size: 18px;
}

.bordeNaranja {
	border: 1px solid #E76F01;
}
.LineaNaranja {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E76F01;
}

.siguiente {
	font-size: 11px;
	font-weight: bold;
	background-image: url(http://www.casasenventayrenta.mx/images/bg_orange.jpg);
	border: 0;
	background-color: #FE9910;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 18px;
}
.btnLupa {
	font-size: 10px;
	width: 22px;
	font-weight: bold;
	background-image: url(/images/icons/search22.png);
	height: 22px;
	border: 0;
}
.buscadorInputBox {
	border: 1px solid #51B906;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	height: 15px;
}
.ListBoxEstados {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #4A9717;
	height: 15px;
	color: #FFF;
	font-weight: bold;
	border: 0;
	width: 125px;
}

/*- Top MenuBar--------------------------- */ 
#topMenu {
	width:100%;
	font-size:100%;
	line-height:normal;
	height:20px;
	margin:0;
	padding:0;
	font: bold 11px/1.5em Verdana;
	}
#topMenu ul {
	margin:0;
	padding:0;/*Margen izquierdo de Todos los menues*/
	list-style:none;
    }
#topMenu li {
	display:inline;
	margin:0px;
	padding:0;
    }
#topMenu a {
	float:right;
	background:url("images/topmenu_bg1.jpg");
	margin:0 0 0 5px;
	padding:2px 10px 3px 10px;
	text-decoration:none;
	color:#2B570D;
	}    
#topMenu a:hover {
	background:url("images/topmenu_bg2.jpg");
	color:#FFF;
	}

/*Paginacion*/
#paginacion td{
	height:18px;
	width:18px;
	font-size:11px;
	line-height:11px;
	color:#FFF;
	border: 1px solid #FE9910;
	font-weight:bold;
	text-align:center;
	
	background-image:url(/images/bg_orange.jpg);
}

#paginacion td.activo{
	background-color:#FFF;	
	color:#FE9910;
	background-image:url("");
}
#paginacion td:hover{
	background-color:#FFF;	
	color:#FE9910;
	background-image:url("");
}
#paginacion a{
	color:#FFF;
}
#paginacion a:hover{
	color:#FE9910;
}
#thumbs img{
	margin:0px 3px 0px 3px;	
	border:0px;	
}
#thumbs img:hover{
	margin-bottom:5px;	
}
