@charset "utf-8";
/* CSS Documento creado por Anabel */

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #666;
	font-size: 1em;
}
th, td {
	font-size: 0.9em;
	background-position: top;
}
a {
	color: #666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: white;
	background-color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #666;
}
p {
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
h1 {
	color: #666;
	text-align: center;
}
h2 {
	font-size: 14px;
	color: #666;
	text-align: center;
}
h3 {
	font-size: 1em;
	color: #09f;
	text-align: center;
}
h4 {
	color: #09F;
	font-size: 1em;
	text-align: right;
}
h5 {
	color: #09F;
	font-size: .9em;
	text-align: left;
}
h6 {
	color: #666;
	font-size: 1em;
	text-align: center;
}
#inmobiliario, #detalle, #transporte {
	text-align: center;
	float: left;
	width: 425px;
	list-style-type: none;
	text-transform: uppercase;
}
#inmobiliario ul, #detalle ul, #transporte ul {
	list-style-type: none;
}
#inmobiliario a, #detalle a, #transporte a {
	display: block;
	width: 150px;
	padding: .5em;
	margin-bottom: .5em;
	color: white;
	border-radius: 1.2em;
	-moz-border-radius: 1.2em;
	-webkit-border-radius: 1.2em;
}
#inmobiliario a {
	background-color: #f00;
}
#detalle a {
	background-color: #c90;
}
#transporte a {
	background-color: #939;
}
#encabezado {
	background-attachment: fixed;
	background-image: url(../images/headerNUEVO.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 3.2em;
}
#detalle a:hover, #transporte a:hover, #inmobiliario a:hover {
	color: #ccc;
	background-color: #666;
}
#menu {
	font-size: 1.1em;
	color: gray;
	font-weight: bold;
	margin-top: .5em;
	text-transform: uppercase;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li {
	font-size: 0.8em;
}
#caja {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#pie {
	text-align: center;
	font-size: 0.8em;
}
#menu a {
	display: block;
	width: 143px;
	float: left;
	margin-right: 1px;
	margin-bottom: 0.5em;
	color: #666;
	text-align: center;
	vertical-align: middle;
	padding: .4em .2em;
	background-image: url(../images/menu/boton-out.png);
	background-repeat: no-repeat;
	background-position: center;
}
#menu a:hover {
	background-image: url(../images/menu/boton-over.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	text-decoration: none;
}
