/*
*	basics
*
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
}

A {
	FONT-WEIGHT: normal;
	COLOR: #215986;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
}

A:hover {
	COLOR: #fc7200;
}

select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	background: white;
	border: 1px solid #ccc;
	padding-left: 3px;
	padding-right: 3px;
	width: 
}
INPUT {
}
input[type=text] {
width: 200px;
height: 20px;
}
input[type=password] {
width: 200px;
height: 20px;
}
input[type=select] {
width: 200px;
height: 20px;
}
input.checkbox
{
	width: 20px;		
}
ul {
	list-style-type: square;
}

li {
	padding: 0px;
	padding-top: 5px;
}

hr {
	border: 0;
	color: #000000;
	height: 1px;
	width: 100%;
}



h1 {
	margin: 0px;
	padding: 2px 0px 2px 10px;
	font-size: 14px;
	color: #ef5a24;
	letter-spacing: 1px;
	text-align: center;
	font-weight: normal;
}

h2 {
	margin: 0px;
	padding: 2px 0px 2px 10px;
	font-size: 12px;
	color: #ef5a24;
	letter-spacing: 1px;
	text-align: center;
	font-weight: normal;
}
fieldset {
	border: 1px solid #C0C0FF;
	width: 700px;
	border-radius: 3px;
	-moz-border-radius: 5px;
}
legend {
	margin: 1em 0;
	padding: 0 .5em;
	background-color: white;
	font-weight: bold;
}
label {
	float: left;
	width: 250px;

	text-align: right;
	
}
img
{
	border: 0px;	
}
#menuLateral
{
	width: 235px;	
}
#menuLateral ul
{
	list-style: square;
	color: #ef5a24;
	padding: 0px;
	padding-left: 15px;
	margin: 0px;
}
#menuLateral li a
{
	width: 230px;
	color: black;
	text-decoration: none;
	display: block;
	padding: 2px 0px 2px 5px;
}
#menuLateral img
{
	padding: 0px 0px 3px 0px;
}
#menuLateral li:HOVER
{
	background-color: lightyellow;	
}

#immobleADDMOD
{
	width: 95%;
		
}

.hr_1 {
	background-image: url("http://www.1000pisos.com/imatges/hr1.gif")
}

#tablist {
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	font: 11px Verdana;
	padding-left: 30px;
}

#tablist li {
	list-style: none;
	display: inline;
	margin: 0;
}

#tablist li a {
	text-decoration: none;
	padding: 3px 0.5em;
	border: 1px solid #FFEEAA;
	border-bottom: none;
	background: white;
}

#tablist li a:link,#tablist li a:visited {
	color: navy;
}

#tablist li a.current {
	background: lightyellow;
}

.tabcontent {
	display: none;
}

hr {
	border-bottom: 1px solid #FFEEAA;
	color: #FFFFFF;
}
#zonaBottom
{
	text-align: center;	
}
#adLateral
{
	padding: 0px 0px 3px 0px;	
}