/* CSS Document */
body {
	background: #666666;
	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;
	border: 1px solid #66CC00;
}
.oneColFixCtr #mainContent {
	background-color: #EEFFDD;
}
.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: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.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: #333333;
}
.verdana9_negro {
	font-size: 9px;
	color: #333333;
}
.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;
}
.bordeNaranja {
	border: 1px solid #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;
}
.buscador {
	border: 1px solid #51B906;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4E9522;
	width: 150px;
	padding: 3px;
	background-color: #FFFFFF;
	font-weight: bold;
}
.buscadorColonias {
	border: 1px solid #51B906;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4E9522;
	width: 200px;
	padding: 3px;
	background-color: #FFFFFF;
	font-weight: bold;
}
