@charset "utf-8";
/* CSS Document */

.titulo-inmueble {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #97331B;
}
.linea-separacion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #000000;
}
.datos-inmueble {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D9780D;
}
.lectura {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}
.second-menu {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6C7071;
	font-weight: bold;
}
.regla-color {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4px;
	color: #E39F53;
}
a:link {
	color: #6C7071;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6C7071;
}
a:hover {
	text-decoration: underline;
	color: #9F2914;
}
a:active {
	text-decoration: none;
}
#celda01 {
	background-image: url(fondo_empresa.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#linea_disc {
	background-image: url(linea_disc.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
