html, body {
	background-color: #1b191b;
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #C9C1B8;
	font-size: 12px;
}
#container {
	height: 100%;
	width: 100%;
	margin: 0px;
}
#wrapper {
	margin-left: 20px;
	margin-right: 0px;
}
#datafiscal {
	position:absolute;
	right:0;
	bottom:0;
	margin-right:12px;
	margin-bottom:12px;
}
#datafiscal img {
	height:37px;
}
#franjaMenu {
	height: 600px;
	width: 215px;
	float: left;
	position: relative;
}
#submenu {
	padding-top: 3px;
	padding-bottom: 3px;
}
#franjaMain {
	height: 600px;
	width: 695px;
	float: left;
	position: relative;
}
#logo {
	padding-top: 158px;
	padding-bottom: 20px;
}
#th_comercial, #th_residencial, #th_emprendimientos, #th_proyectos {
	margin-top: 264px;
	margin-left: 2px;
	background-color: #252325;
	height: 78px;
	float: left;
	position: absolute;
}
#td_thumbs {
	background-color: #1b191b;
}
#td_thumbs:hover {
	background-color: #1b191b;
	border: 1px ridge #666;
}
#botones, #portfolio, #filosofia, #links, #contacto {
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
}
#subbotones, #comercial, #residencial, #emprendimientos, #proyectos {
	padding-top: 1px;
	padding-bottom: 1px;
	cursor: pointer;
}
a:focus, a:hover, a:active{
	outline:none;
}
#anterior {
	float: right;
	height: 35px;
	width: 35px;
	margin-top: 307px;
	margin-right: 2px;
}
#siguiente {
	float: left;
	height: 35px;
	width: 35px;
	margin-top: 307px;
	margin-left: 2px;
	position: fixed;
}
#cerrar {
	float: left;
	height: 35px;
	width: 35px;
	margin-top: 118px;
	margin-left: 2px;
	position: static;
}

#load {
	display: none;
	position: absolute;
	right: 40px;
	top: 200px;
	background: url(images/ajax-loader.gif);
	width: 18px;
	height: 18px;
	text-indent: -9999em;
}
.texto {
	font-size: 12px;
	line-height: 18px;
}
#direccion {
	font-size: 12px;
	line-height: 18px;
	float: left;
	padding: 0px 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #252325;
}
.epigrafes {
	font-size: 10px;
	line-height: 18px;
}
#formulario {
	font-size: 11px;
	line-height: 21px;
	text-transform: uppercase;
}
#modulolinks{
	width: 100px;
	height: 100px;
	float: left;
	margin: 5px;
	border: solid;
	border-width: 1px;
	border-color: #252325;
}
#modulolinks:hover{
	width: 100px;
	height: 100px;
	float: left;
	margin: 5px;
	border: solid;
	border-width: 1px;
	border-color: #444;
}
#separador {
	width: 1px;
	height: 100px;
	float: left;
	position: relative;
	background-color: #252325;
}
a:link, a:visited {
	color: #DCDD9C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
