html, body, noscript, div, table, th, tr, td, img, ul, li, dl, dt, dd, p, h1, h2, h3, h4, form, fieldset, iframe, legend{
	margin:0;
	padding:0;
}
/* General Style Info */
html, body{
	height:100%;
}
body{
	background-image: url('../img/background.jpg');
	background-repeat: no-repeat;
	background-position: right;
	background-position: top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000;
}
div{
	position:relative;
}
p{
	margin-bottom:10px;
}
a{
	color:#000;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
a img{
	border:none;
}
h1, h2, h3, h4{
	font-weight:bold;
}
h1{
	font-size:140%;
}
h2{
	font-size:130%;
	margin-bottom:10px;
}
h3{
	font-size:120%;
	margin-bottom:10px;
	font-weight:normal;
}
h4{
	font-size:110%;
	font-weight:normal;
}
hr{
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
}
ul, li{
	margin:0 12px;
}
pre{
	color:#333;
	font-family:Courier, monospace;
	font-size:120%;
	padding:8px;
}
object{
	display:block;
}
/* Layout */
#container {
	text-align:left;
	width:800px;
	margin:0 auto;
}
#header{
	clear:both;
	width:800px; /*Si no tiene esta medida falla en ie6 al cargar los popups*/
}
#header h1 {
	background-color:#fff;
	color:#006752;
	padding:10px 20px;
	display:none;
}
#header h1 a {
	color:#006752;
}
#header h1 a:hover {
	text-decoration:none;
}
#content{
	clear:both;
	background-color:#E9E6D3;
	padding:10px 20px 20px 20px;
	width:710px;
	margin:0 25px 0 25px;
}
#footer {
/*	clear:both; */
	margin:0 25px;
	text-align:center;
}
#footer a{
}
#footer a:hover{
}
/* Tables */
table {
	border-collapse:collapse;
	background-color:#fff;
	color:#000;
	clear:both;
	width:100%;
	margin-bottom:10px;
	font-size:100%;
}
th {
	background-color:#006752;
	color:#fff;
	border:#006752 1px solid;
	text-align:center;
	padding:2px 5px;
	white-space:nowrap;
}
th a {
	color:#fff;
	text-decoration:none;
}
th a:hover {
	text-decoration:underline;
}
th img.arrow {
	padding-left:5px;
}
tr td {
	border:#006752 1px solid;
	background:#efefef;
	padding:2px 5px;
	vertical-align:top;
}
tr.altrow td {
	background:#fff;
}
td.actions {
	white-space:nowrap;
	width:60px;
}
td.actions ul, td.actions li {
	list-style:none;
	margin:0;
}
table.cake-sql-log{
	background-color:#fff;
	color:#333;
	margin:0 auto;
}
table.cake-sql-log th{
	color:#333;
	background-color:#eee;
	border:#333 1px solid;
	text-align:center;
	padding:2px 5px;
	white-space:nowrap;
}
table.cake-sql-log tr td{
	background-color:#fff;
	border:#333 1px solid;
	padding:2px 5px;
	vertical-align:top;
}
/* Paging */
div.paging {
	color:#006752;
	text-align:center;
	margin-bottom:20px;
}
div.paging span {
	color:#006752;
}
div.paging span.disabled {
}
div.paging span.current {
	font-weight:bold;
}
div.paging a {
	color:#006752;
}
div.paging a:hover{
	color:#006752;
}
div.paging span a{
}
div.paging span a:hover{
}
/* Scaffold View */
dl {
}
dl.altrow {
}
dt {
	margin-bottom:5px;
}
dd {
	border:#D7CEAD solid 1px;
	margin-bottom:10px;
	padding:4px 5px;
}
/* Forms */
form {
	clear:both;
}
form div {
	vertical-align:text-top;
	clear:both;
}
form div.input {
	margin-bottom:10px;
}
form div.required {
}
form div.error {
	border:2px solid #900;
	padding:5px;
}
form div.submit {
}
label {
	display:block;
	margin-bottom:5px;
}
form div.input label {
	color:#999;
}
form div.required label {
	color:#000;
}
input, textarea {
}
input.form-error, textarea.form-error {
}
select {
}
select.form-error{
}
select[multiple=multiple] {
}
option {
}
input[type=checkbox] {
}
input[type=submit] {
}
/* Notices and Errors */
div.error-explanation {
  border:2px solid #900;
	margin-bottom:20px;
	padding-bottom:10px;
}
div.error-explanation h1 {
	padding:3px 10px 5px 10px;
	margin-bottom:10px;
  color:#fff;
  background-color:#900;
	font-weight:bold;
	font-size:120%;
  text-align:left;
}
div.error-explanation p {
	font-size:110%;
	padding:5px 20px 0 20px;
}
div.error-explanation ul{
}
div.error-explanation li{
	margin-left:30px;
	padding-bottom:5px;
}
div.message {
	clear:both;
	color:#000;
	background-color:#DDE8FF;
	border:1px solid #003399;
	font-size:120%;
	padding:8px;
	margin:10px 0;
}
div.error-message {
	clear:both;
	color:#900;
	font-weight:bold;
	margin-top:5px;
}
p.error {
	color:#fff;
	background-color:#d18c8c;
	border:1px solid #900;
	font-size:120%;
	padding:8px;
	line-height:140%;
	margin:10px 0;
}
p.error em {
	color:#000;
	font-weight:normal;
	line-height:140%;
}
.notice {
	color:#000;
	background-color:#fff6d0;
	border:1px solid #fc0;
	display:block;
	font-size:120%;
	line-height:140%;
	padding:8px;
	margin:10px 0;
}
.success {
	background-color:#cce0cc;
	border:1px solid #060;
	color:#000;
}
/* Related */
div.related {
	clear:both;
	display:block;
}
/* Debugging */
pre.cake-debug{
	position:relative;
	background-color:#fff6d0;
	border:1px solid #fc0;
	display:block;
	font-size:100%;
	margin:10px 0;
	overflow-x:auto;
	width:100%;
}
div.cake-stack-trace{
	background-color:#fff;
	color:#333;
	border:2px dotted #fc0;
	margin:0px;
	padding:6px;
	font-size:120%;
	line-height:140%;
	overflow:auto;
}
div.cake-code-dump pre{
	position:relative;
	overflow:auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre{
	color:#000;
	background-color:#f0f0f0;
	margin:5px 0 0 0;
	padding:1em;
	overflow:auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code{
	clear:both;
	font-size:12px;
	line-height:15px;
	margin:4px 2px;
	padding:4px;
	overflow:auto;
}
div.cake-code-dump span.code-highlight{
	background-color:#ff0;
	padding:4px;
}
div.code-coverage-results div.code-line{
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content{
	background-color:#ecc;
}
div.code-coverage-results div.covered span.content{
	background-color:#cec;
}
div.code-coverage-results div.ignored span.content{
	color:#aaa;
}
div.code-coverage-results span.line-num{
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong{
	color:#666;
}
div.code-coverage-results div.start{
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end{
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart{
	margin-top:0px;
}
div.code-coverage-results p.note{
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad{
	color:#a00;
}
div.code-coverage-results span.result-ok{
	color:#fa0;
}
div.code-coverage-results span.result-good{
	color:#0a0;
}
/* Custom */
div.end-group {
	clear:both;
}
div.row{
	width:710px;
}
#loadingLibreries {
	background-color:#006752;
	color:#fff;
	padding:5px;
	display:none;
}
#loadingLibreries img{
	vertical-align:middle;
	padding-right:5px;
}
#header object{
	margin:0 auto;
}
#header #menuDefaultSwf{
	width:750px;
	height:55px;
	margin:0 auto;
}
#header #headerDefaultSwf{
	width:800px;
	height:272px;
}
/*.loadingPopupContent {
	display:block;
	text-align:center;
}*/
#header #logo{
	padding:19px 0 0 25px;
}
#header div.menu-level-0 {
	position:absolute;
	right:25px;
	padding:3px 20px 5px 20px;
	z-index:1;
}
#header div.menu-level-0 ul{
	margin:0;
}
#header div.menu-level-0 ul li{
	list-style:none;
	margin:0;
	padding:0 0 0 10px;
	display:inline;
}
#header div.menu-level-0 ul li span{
	padding:1px 2px;
	background-color:#D7CEAD;
}
#header div.menu-level-0 ul li a{
	padding:1px 2px;
	text-decoration:none;
}
#header div.menu-level-0 ul li a:hover{
	padding:1px 2px;
	text-decoration:none;
	background-color:#D7CEAD;
}
#header div.menu-level-2 {
	padding:5px 20px 5px 20px;
	margin:0 25px;
	background:#E9E6D3;
}
#header div.menu-level-2 ul{
	margin:0;
}
#header div.menu-level-2 ul li{
	list-style:none;
	margin:0;
	padding:0 5px 0 0;
	display:inline;
}
#header div.menu-level-2 ul li span{
	padding:1px 2px;
	background-color:#D7CEAD;
}
#header div.menu-level-2 ul li a{
	padding:1px 2px;
	text-decoration:none;
}
#header div.menu-level-2 ul li a:hover{
	padding:1px 2px;
	text-decoration:none;
	background-color:#D7CEAD;
}
/*#header div.menu-admin-level-2{
	margin-top:59px;
}*/
#footer #bannerSwf{
	width:347px;
	height:204px;
}
div.home #footer{
	width:760px;
	margin:3px auto;
}
div.home #footer div.banner{
	float:left;
	width:25%;
	height:100px;
	text-align:center;
}
div.home #footer div.banner a{
	display:block;
	background-repeat:no-repeat;
	text-decoration:none;
	height:102px;
	width:187px;
}
div.home #footer div.environment a{
	background-image:url(../img/banners/banner1.jpg);
}
div.home #footer div.environment a:hover{
	background-position:-187px 0;
}
div.home #footer div.environment span{
	visibility:hidden;
}
div.home #footer div.businessweek a{
	background-image:url(../img/banners/banner2.jpg);
}
div.home #footer div.businessweek a:hover{
	background-position:-187px 0;
}
div.home #footer div.businessweek span{
	visibility:hidden;
}
div.home #footer div.fortune500 a{
	background-image:url(../img/banners/banner3.jpg);
}
div.home #footer div.fortune500 a:hover{
	background-position:-187px 0;
}
div.home #footer div.fortune500 span{
	visibility:hidden;
}
div.home #footer div.lipsey_company a{
	background-image:url(../img/banners/banner4.jpg);
}
div.home #footer div.lipsey_company a:hover{
	background-position:-187px 0;
}
div.home #footer div.lipsey_company span{
	visibility:hidden;
}
div.home #footer div.copy{
	padding:15px 0;
	font-size:90%;
	text-align:left;
}
div.default #footer, div.admin #footer{
	background-color:#E9E6D3;
	padding:10px;
}
div.default #footer span, div.admin #footer span{
	background:#D7CEAD;
	display:block;
	padding:5px;
}
div.filter {	
	padding:1px;
	margin-bottom:10px;
	clear:none;
}
div.filter form div.inmueble-tipo{
	float:left;
	width:178px;
	clear:none;
}
div.filter form div.transaccion-tipo{
	float:left;
	width:248px;
	clear:none;
}
div.filter form div.desde-precio{
	float:left;
	width:142px;
	clear:none;
}
div.filter form div.hasta-precio{
	float:left;
	width:142px;
	clear:none;
}
div.filter form div.area-terreno-desde{
	float:left;
	width:178px;
	clear:none;
}
div.filter form div.area-terreno-hasta{
	float:left;
	width:248px;
	clear:none;
}
div.filter form div.area-construida-desde{
	float:left;
	width:142px;
	clear:none;
}
div.filter form div.area-construida-hasta{
	float:left;
	width:142px;
	clear:none;
}
div.filter form div.region{
	float:left;
	width:178px;
	clear:none;
}
div.filter form div.provincia{
	float:left;
	width:248px;
	clear:none;
}
div.filter form div.distrito{
	float:left;
	width:284px;
	clear:none;
}
div.filter form div.admin-inmueble-tipo{
	float:left;
	width:178px;
	clear:none;
}
div.filter form div.admin-transaccion-tipo{
	float:left;
	width:248px;
	clear:none;
}
div.filter form div.admin-estado{
	float:left;
	width:142px;
	clear:none;
}
div.filter form div.admin-publicacion-estado{
	float:left;
	width:142px;
	clear:none;
}
div.filter form div.admin-region{
	float:left;
	width:178px;
	clear:none;
}
div.filter form div.admin-provincia{
	float:left;
	width:248px;
	clear:none;
}
div.filter form div.admin-distrito{
	float:left;
	width:284px;
	clear:none;
}
#divInmuebleAlquilerCondicion {
	display:none;
}
#divInmuebleAlquilerPrecio {
	display:none;
}
#divInmuebleVentaPrecio {
	display:none;
}
div.inmuebles span.tipo-inmueble {
	display:block;
	font-size:100%;
	margin-bottom:5px;
}
div.inmuebles span.direccion {
	display:block;
	font-size:100%;
	margin-bottom:5px;
}
div.inmuebles span.ubigeo {
	display:block;
	font-style:italic;
	font-size:85%;
	margin-bottom:3px;
}
div.inmuebles dd.image {
	text-align:center;
	padding:0px;
}
div.inmuebles dd.image div.image {
	float:left;
	width:141px;
	padding:5px 0;
}
div.inmuebles dd.image div.image ul, div.inmuebles dd.image div.image li {
	list-style:none;
	margin:0;
}
div.image{
	text-align:center;
}
div.inmuebles th.actions {
	width:60px;
}
div.inmuebles th.precio {
	width:200px;
}
div.inmuebles th.admin_estado {
	width:80px;
}
div.inmuebles th.admin_publicado {
	width:80px;
}
div.inmuebles th.image {
	width:90px;
}
div.inmuebles td.image {
	text-align:center;
}
div.inmuebles td ul.precio {
	margin:0;
	padding:0;
}
div.inmuebles td ul.precio li {
	list-style:none;
	margin:0;
	padding:0;
}
/* View */
/*div.view {
}
div.view span.label {
	display:block;
	margin-bottom:5px;
}
div.view table {
}
div.view tr td {
	border:#cccccc solid 1px;
	color:inherit;
	background-color:#FFFFFF;
}
*/
div.popup-content div.message {
	margin:10px;
}