html {
	overflow-y: scroll;
}

body, input, textarea, select {
	font: 11px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333333;
	}
	
body {
	background: url(../img/lineawrap.gif) 0 60px repeat-x fixed #fff;	
}

.bgadmin {
	background: url(../img/bgadmin.jpg) bottom center fixed no-repeat;
}

a { color: #333333 }
a:link, a:visited, a:active { text-decoration: none; }
a:hover, .active { color: #b30000; text-decoration: none; }

/*****************************************************************/
/* random classes */

.hide {
	display: none;
}

.left {
	float: left;
}

.right {	
	float:right;	
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.pointer {
	cursor: pointer;
}

.center {
	text-align: center;
	margin: 0 auto;
	}

.container {
	height: 1%;
	overflow: hidden;
	}
	
h2, .controls {
	margin: 5px 8px;
}

.controls {
	width: 14px;
	height: 16px;
	background: url(../img/controls.png) -21px bottom no-repeat;
	float: left;
}

.controls a{	
	width: 14px;
	height: 16px;
	display: block;	
}
	
.controlshover{background: url(../img/controls.png) -42px bottom no-repeat; }

.separador {
	background: url(../img/separador.png) center no-repeat;
	width: 310px;
	margin: 0 auto;
	height: 15px;
	display: block;	
	}
	
.tab {
	height: 26px;
	}

.bordegris {
	border: 1px solid #d8d9da;
}

.borderbottom {
	border-top: 0;
	border-left: 0;
	border-right: 0;
}	

.small {
	width: 33%;
}

.mid {
	width: 50%;
}

.big {
	width: 66%;
}

.red {
	color: #b30000;
}

/*****************************************************************/
/* item blocks */
.item_list {
	height: 1%;
	overflow: hidden;
	margin-bottom: 20px;
	margin-left: 5px;
	width: 150px;
	float: left;
}

.item_list .item_col {
	width: 120px;
	text-align: center;
}

.item {
	width: 300px;
	margin: 5px auto 5px auto;
	padding:5px;
	height: 1%;
	overflow: hidden;
}

.itemcontent {
	padding:5px 15px;
}

.item_col {
	float:left;
	margin: 0 auto;	
}

.item_col img {
	margin-right: 10px;
}

.item_col p {
	margin: 0 0 2px 0;
	
}


/*****************************************************************/
/* type */


.precio, .superficie {
	font-size: 12px;
	}
	
.precio {
	color: #b30000;
	}

.inmueble_info_item {
	padding-right: 20px;	
}

.inmueble_comentarios {	
	width: 315px;	
	}

h1 {
	font-size: 25px;
	line-height: 110%;	
	margin: 0 auto;
	text-align: center;
	display: block;	
}

h2, .controls {	
	font-weight: bold;
	font-size: 10px;
}

h3 {	
	font-weight: bold;
	font-size: 9pt;
	margin: 10px 0;
	padding: 5px 15px;	
}

h4 {
	font-weight: bold;
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	display: block;	
}

h5 {
	font-size: 11px;
	text-align: center;
	padding: 5px 0 5px 0;
	display: block;
}

h6 {
	margin: 3px 10px;	
}

hr {
	height: 1px;
	color: #fff;
	background: #d8d9da;
	margin: 6px 0;
	border: 1px solid #d8d9da;
}


/*******************************************************************/
/* forms */

.formulario p {
	margin: 5px auto 10px auto;
	}

.input-titulo {
	width: 76px;	
	display: block;
	float: left;	
	}

input, .formulario input, .formulario textarea, .inmueble_top input, .inmueble_info input, select, .inmueble_info textarea {
	/* background:#ececec url(../img/inputbg.png) repeat-x scroll left top; */
	border: 1px solid #bfbfbf;
	color: #383838;
	margin: 0;
	padding:3px 5px;	
	}
	

.inmueble_top input {
	width: 280px;
	}

.inmueble_info input, .formulario input {
	height:15px;
	width: 190px;
	}

	
select {
	height: 20px;
	width: auto;
	padding: 0;
	}
	
.inmueble_info textarea, .formulario textarea {
	height: 150px;
	width: 190px;	
	}
