*, html, body {
  margin:0;
  padding:0;
}

html,
body {
   margin:0;
   padding:0;
}

body{
  color:#666666;
  font: 70%/1.5 Arial, "Trebuchet MS", sans-serif;
} 

input, textarea, select {
	background-color:#FAFAF0;
	border:1px solid #C1C0B5;
	font-size:1em;
}

a:hover {
  color:#333333;
  text-decoration:underline;
}
a {
  color:#666666;
  text-decoration:none;
}

.text_normal{
	color:#666666;
	font: 70%/1.5 Arial, "Trebuchet MS", sans-serif;
}

#header {
  margin:10px auto 0;
  height:140px;
  width:999px;
  display: table; 
  position: relative; 
  overflow: hidden;
}

#main {
  margin:0px auto 0;
  width:999px;
  position:relative;
  min-height:520px;
}

#content{
  width:600px;
  float:left;
  margin-left:25px;
  height:510px;
}

#content_client{
  width:774px;
  float:left;
  margin-left:25px;
}

#left_client {
  float:left;
  width:199px;
}

#content_header{
	display: block;
	height: 30px;
	padding: 0 10px 0 10px;
	line-height: 30px;
	text-decoration: none;
	outline: none;
	border-bottom: 1px dashed #ccc;
	margin: 0 0 0 0;
	background: url(../../images/vineta.jpg) no-repeat center right;
}

#content_header ul{
	list-style-type:none;
	float:right;
	margin-right:15px;
}

#content_header ul li{
	height:30px;
	float:right;
	padding-right:10px;
	padding-left:10px;
}

.title{
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	font-weight: bold;
}

/*
	Vertical Accordions
*/

#menu_container {
  float:left;
  width:190px;
}

#menu_container_right {
  float:right;
  width:160px;
}
.accordion_toggle {
	display: block;
	height: 30px;
	padding: 0 10px 0 10px;
	line-height: 30px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	outline: none;
	color: #333333;
	border-bottom: 1px dashed #ccc;
	cursor: pointer;
	margin: 0 0 0 0;
	background: url(../../images/vineta.jpg) no-repeat center right;
}

.accordion_toggle_active {
	background: url(../../images/vineta_active.jpg) no-repeat center right;
}

.accordion_content {
	background-color: #ffffff;
	overflow: hidden;
}
.accordion_content p {
	line-height: 150%;
	padding: 35px 5px 25px 10px;
}
	
.vertical_accordion_toggle {
	display: block;
	height: 30px;
	width: 600px;
	background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 16px;
	color: #333333;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}

.vertical_accordion_toggle_active {
	background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
	color: #ffffff;
	border-bottom: 1px solid #f68263;
}

.vertical_accordion_content {
	background-color: #ffffff;
	overflow: hidden;
}

#footer{
  width:100%;
  margin:0;
  height:30px;
  text-align:center;
}

#footer p{
  text-align:center;
}

.error{
  color: #e31414;
  font-weight: bold;
}


.next-picture{
	text-indent: -9999px;
	width: 16px;
	height: 18px;
	float: right;
	margin: 0;
	cursor:  pointer;
	-moz-outline: none;
}

                                        

.previous-picture {
	text-indent: -9999px;
	width: 16px;
	height: 18px;
	float: left;
	margin: 0;
	cursor:  pointer;
	-moz-outline: none;
}

.next-picture {
	background: url(../../images/next.png) right no-repeat;
}

.previous-picture {
	background: url(../../images/previous.png) no-repeat;	
}

.next-picture:hover {
	background: url(../../images/next_hover.png) right no-repeat;
}

.previous-picture:hover {
	background: url(../../images/previous_hover.png) no-repeat;	
}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	}

#overlay img{
	border:0;
}	

.contenedor_vivienda{
	position: relative;
	margin-bottom: 8px;
}

.zip{
	background: transparent url(../../images/zip.png) no-repeat;
	padding-left:55px;
	padding-top:15px; 
	width:550px; 
	margin:0 auto;
	height:50px;
}

.rar{
	background: transparent url(../../images/rar.png) no-repeat;
	padding-left:55px;
	padding-top:15px; 
	width:550px; 
	margin:0 auto;
	margin-top:30px;
	height:50px;
}

#links {
	margin:15px 0px 0px 15px;
}

#links img{
	border:0;
}
