@CHARSET "ISO-8859-1";

/* 
 * Copyright 2009 Sisfor. Buenos Aires, Argentina
 * Author: Sisfor
 * Date: 20/07/2009
 * Site: lagrainmobiliaria.com
 */ /*------------------- Tipografia General -------------------*/
body,td,th,div,li {
	font: 11px Verdana, Helvetica, sans-serif;
	color: #505050;
	line-height: 13px;
}

.fineprint {
	font-size: 10px;
	font-style: italic;
}

* html p {
	margin: 11px 0;
}

label.error,p.error,div.error {
	color: red;
	font-style: italic;
}

.notice {
	font-style: italic;
}

/* links */
a,a:visited,a:link {
	color: #70A100;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

a:active {
	outline: none;
}

/*BG*/
body {
	BACKGROUND: url(/images/bg.gif) #F0EEED repeat-y center top;
}

div#container {
	BACKGROUND: url(/images/bg-top.jpg) no-repeat center top;
}

/* headers */
h1 {
	font-size: 40px;
	color: #333333;
	margin: 20px 0px 15px 0px;
	line-height: 26px;
	font-weight: 400;
}

h2 {
	font-size: 18px;
	color: #444;
	margin: 20px 0px 5px 0px;
	line-height: 16px;
}

h3 {
	font-size: 14px;
	color: #454545;
	margin: 20px 0px 0px 0px;
	font-weight: bold
}

h4 {
	font-size: 14px;
	color: #FFFFFF;
	margin: 5px 0px 0px 0px;
	font-weight: bold;
}

h5 {
	font-size: 13px;
	color: #70A100;
	margin: 2px 0px 6px 0px;
	font-weight: bold;
	background-color: #CCC;
	padding: 6px 5px;
}

h1 span {
	font-size: 16px;
	color: #808080;
	float: right;
	font-weight: normal;
}

h2 span,h3 span {
	font-size: 10px;
	color: #808080;
	float: right;
	font-weight: normal;
}

h1 span a,h2 span a,h3 span a {
	color: #808080;
}

/*------------------- Cols -------------------*/
.col450 {
	float:left;
	width: 460px;
	padding: 0px;
	margin: 0px;
}
.col400 {
	float:left;
	width: 434px;
	padding: 0px;
	margin: 0px 2px 0px 0px;
}
.col350 {
	float:left;
	width: 300px;
	padding: 0px;
	margin: 0px;
}
.col280 {
	float:left;
	width: 280px;
	padding: 0px;
	margin: 0px;
}
.col180 {
	float:left;
	width: 170px;
	margin:0px 7px;
	padding: 2px 0px;
	border: 1px right solid #CCC;
}
.col180 li{list-style-type: none;
	line-height:18px; padding: 0px 0px 0px  -10px;text-indent:-20px;}
.col180 h3{font-size: 12px;}

.col130 {
	float:left;
	width: 135px;
	margin-right: 5px;
}
.col600{
	width:610px;
	float:left;
}
/*------------------- Boxes -------------------*/
.messagebox {
	width: 60%;
	background-color: #E3FFE3;
	border: #70A100 1px solid;
	padding: 7px;
	margin: 7px;
}

.boxgrey220 {
	width: 220px;
	margin: 10px 10px 10px 20px ;
	padding: 10px 5px;
	float: left;
	color:#DDD;
	background-color: #333;
	border: 1px solid grey;
}

.boxdestacado {
	width: 250px;
	margin: 10px 0px 10px 10px;
	padding: 10px 5px;
	float: left;
	color:#EEE;
	background-color: #333;
	border: 1px solid grey;
}
.boxdestacado img {max-height:90px;max-width:100px; width:100px;float:left;}
.boxdestacado h3 {font-size: 13px;color: #FFF; margin: 8px 0px;font-weight: normal;}
.boxdestdescrip {float:left;width: 135px; margin:0px 0px 0px 4px; color:#DDD;}
	
.boxgrey210 {
	width: 200px;
	margin: 6px;
	padding: 10px 5px;
	float: left;
	color:#333;
	background-color: #EEE;
	border: 1px solid #DDD;
}
.boxgrey210 img {margin:10px 8px;}

.nosotros {
	width: 410px;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	float: left;
	color:#333;
	background-color: #FFF;
	border: 1px solid #DDD;
}
.nosotros img {border: 1px solid #DDD; padding:2px; float: left;}
.nosotros .detalles {float: left; width:185px; margin:5px;}


.boxprops {
	width: 182px;
	margin: 2px 10px 0px 0px;
	padding: 10px;
	float: left;
	color:#333;
	border: 1px solid #DDD;
}
.boxprops .titulo1 {
	width: 175px;
	height:55px;
	margin-bottom: 5px;
	padding: 3px;
	float: left;
	color:#333;
	background:url(/images/boxventas.jpg);
	border: 1px solid #DDD;
}

.boxprops .titulo2 {
	width: 175px;
	height:55px;
	margin-bottom: 5px;
	padding: 3px;
	float: left;
	color:#333;
	background:url(/images/boxalquileres.jpg);
	border: 1px solid #DDD;
}
.bg{
  background-color:#ffffff;
  width:178px;
  height:27px;
  margin: 25px -3px -3px -3px;
  padding: 2px 0px 0px 3px;
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
}
  
.bg a {font-size: 16px;color: #000;font-weight:200; padding:0px 0px}
.bg a:hover {font-size: 16px;color: #000;font-weight:bold; padding:0px 0px}

.boxprops ul {list-style-type: none;}


.footerbar {
	width: 750px;
	padding: 15px 0;
	background-color: #333333;
	text-align: right;
}

.boxg450 {
	width: 428px;
	border: thin solid #DDD;
	float: left;
	background-color: #EEE;
	margin: 10px 0;
	padding: 10px;
}


.fotothumb {
	float: left;
	width: 150px;
	margin: 5px;
	background-color: #666666;
	border: #333333 thin;
	padding: 4px;
}


.boxdetalles {
	float:left;
	width: 200px;
	margin: 10px;
	padding: 5px 0;
	text-align: left;
}


div.subestado {
	float:left;
	width: 428px;
	margin: 10px auto;
	padding: 8px 10px;
	text-align: center;
	border: solid 1px #FF0033;
	background-color:#ffe6e6;
	font-size: 14px;
}
div.subestado p  {font-size:12px}

p.subestado {
	color:#FF0033;
	font-size: 14px;
	font-weight: bold;
}

#vermas {
	float:right;
	width: 70px;
	margin: 1px;
	padding: 3px;
	text-align: center;
	border:thin solid #AAA;
	background-color:#FFF;
}
#vermas:hover {
	border:thin solid #AAA;
	background-color:#444;
}
#vermas a { color:#AAA}

/*------------------- GENERIC LAYOUT -------------------*/
hr,div.hr {
	border-bottom: #cccccc 1px solid;
	margin: 20px 0 20px 0;
}

table,td,tr {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	border-spacing: 0;
}

img {
	border: 0;
}

.clear,.clear-me {
	clear: both;
	padding: 0px;
	margin: 0px;
}

div#end {
	clear: both;
}

.hideme {
	display: none;
}

div.rule {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	border-top: 1px solid #CCCCCC;
}

.right10m{
	float:right;
	margin: 10px;
}

/* forms */
form {
	margin: 0;
}

div.form_box {
	background: #eeeeee;
	padding: 20px;
	border: 1px solid #707070;
	margin: 10px 0;
}

.buttonbox {
	text-align: right;
	padding: 15px 0 0 0;
	clear: both;
}

select {
	height: 17px;
}

input,select,textarea {
	font-size: 11px;
	margin-bottom: 0px;
	color: #525252;
	border: 1px solid #707070;
}

select.multiselect {
	height: 50px;
}

.checkbox,.radio {
	border: none;
	margin-right: 10px;
	font-size: 10px;
	background: none;
}

input.button {
	border: none;
	margin-left: -4px;
}

input.file {
	border: none;
}

label {
	display: block;
	margin: 0;
	font-size: 11px;
}

label.inline {
	display: inline;
}

/*------------------- SPECIFIC COMPONENTS -------------------*/
body {
	padding: 0;
	margin: 0;
	background-color: #CCCCCC;
	text-align: center;
}

#titulo {
	padding: 20px;
	width: 150px;
	font-size: 24px;
}

#titulo h1 {
	line-height: 1;
}

/* menu */
#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#menu li {
	float: left;
	font: 12 "Lucida Sans Unicode", "Bitstream Vera Sans",
		"Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica,
		sans-serif;
	margin: 0;
	padding: 0;
}

#menu a {
	background: #333 /* url("images/seperator.gif") bottom right no-repeat*/;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight: normal;
}

#menu a:hover { /* url("images/hover.gif") bottom center no-repeat */
	background: #70A100;
	color: #fff;
	padding-bottom: 8px;
}
/* submenu */
#submenu {
	background: #DDD;
	float: left;
	list-style: none;
	margin: -20px 0 0 0;
	padding: 0;
	width: 100%;
}

#submenu li {
	float: left;
	font: 12 "Lucida Sans Unicode", "Bitstream Vera Sans",
		"Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica,
		sans-serif;
	margin: 0;
	padding: 0;
}

#submenu a {
	background: #DDD;
	color: #333;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight: normal;
}

#submenu a:hover {
	background: #888;
	color: #FFF;
	padding-bottom: 8px;
}

#page {
	width: 750px;
	margin: 0 auto 0 auto;
	text-align: left;
}

.subtitulo {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-stretch: condensed;
}

.boxdescrip {
	width: 400px;
	margin: 10px;
	border: #CCCCCC solid thin;
	padding: 5px 0;
	text-align: left;
	background-color:#F4F4F4;
}
.boxdescrip p {margin-left:10px;}

.inboxdescrip {
	width: 345px;
	margin: 20px;
	padding: 5px 0;
	text-align: left;
}

.inboxopcion {
	width: 160px;
	margin: 5px;
	padding: 2.5px 0;
	text-align: left;
	float: left;
	height: 35px;
	vertical-align: middle;
}

.hidden {
	display: none;
}

ul.container {
	list-style-type: none;
}

ul.container li {
	margin-top: 8px;
	margin-bottom: 8px;
}

ul.container li input.error {
	
}

.edit {
}

.edit form {
	display: inline;
}

.edit-large {
}

.edit-large form textarea {
	display: block;
}

label.error {
	float: right;
	width: auto !important;
}

p.valor{ float: right; font-size:14px; }


/*------------------- Posting -------------------*/

form fieldset {
  clear: both;
  border-color: #CCC;
  border-width: 2px;
  border-style: solid;
  margin: 20px 0;
  
}

form fieldset legend {
	font-size:20px;
}

#inmueble-carac ul,#inmueble-ubicacion ul, #inmueble-servicios ul, #inmueble-ambientes ul, #inmueble-adicionales ul{width:690px;margin:5px; float:none; clear:both;}

#inmueble-carac li{list-style:none; float:left; width:320px;margin:0px 10px 5px 0; line-height:30px;padding-left:8px;}

#inmueble-ubicacion li{list-style:none; float:left; width:320px;margin:0px 10px 5px 0; line-height:20px;padding-left:8px;}

#inmueble-ubicacion-ppl p{ margin:12px 33px; line-height:20px;padding-left:20px;clear:both;}

#inmueble-carac label,#inmueble-ubicacion label, #inmueble-servicios label, #inmueble-ambientes label, #inmueble-adicionales label{float:left; width: 120px;}

#inmueble-servicios li, #inmueble-ambientes li, #inmueble-adicionales li{list-style:none; float:left; width:150px;margin:0px 10px 5px 0; line-height:20px;padding-left:8px;}


/*------------------- Property List -------------------*/

.extraslist li {list-style:none; float:left;width:170px; margin: 0px 0px 7px 0px; }
.detailslist li {list-style:none; float:left;width:195px; margin: 4px 2px 4px -20px ;padding:0px;}

/*------------------- Tables -------------------*/

#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px 0;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-a td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}

.pfotos {
	width:110px;
	height:130px;
	vertical-align: middle;
	border-style:solid;
	border-color:grey;
	border-width:1px;
	background-color:#333;
	padding: 0px;
	margin:5px;
	float:left;
	text-align:center;
	position:relative;
}

.pfotos img{ max-height:100px;max-width:100px;}

.middle { vertical-align: middle; float:left; margin: auto; }

.left{float:left}

/* --------------- Aql --------------- */

.alqlink {background-color:#EEE;width:120px; margin:3px; text-align: center; padding:4px 10px;border: solid 1px #DDD}
.alqlink:hover{background-color:#DDD;width:120px; margin:3px; text-align: center; padding:4px 10px;border: solid 1px #DDD}


/* --------------- Zonas --------------- */

.aboutus img {float:left; margin: 0 10px; padding: 5px 5px 30px 5px; border: solid 2px; background:#EEE}
.aboutus p {text-indent: 20px;}

.inmobiliariaedit p {font-size:12px; margin-top: 25px;}

.center{text-align:center; margin: 10px 0;}
.copyright{float:left;padding:10px}
.lgisign{float:right; text-align: center; width:200px;padding:10px}
.lgisign a{font-size: 14px;	text-decoration: none;font-weight: normal;}
.lgisign a:hover{font-size: 14px;font-weight: bold;}

.col450 formset {float: left; margin: 10px 0px 0px 30px;}
.col450 formset input, .col450 formset label , .col450 formset textarea {float: left; width:120px; margin-top:20px;}
