/*------------------------------ Estilos Basicos ------------------------------*/

*{
	font-family: helvetica neue;
	font-weight: lighter;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

body{
	background: url(../images/style/body_bg.gif) repeat-x;
}

h1{
	color: #364c74;
	font-size: 20px;
	border-bottom: 1px solid #364c74;
	margin-bottom: 15px;
}

h2{
	color: #364c74;
	font-size: 20px;
	border-bottom: 1px solid #364c74;
	margin-bottom: 15px;
}

#col_left h2{
	color: #364c74;
	font-size: 18px;
	border-bottom: none;
	margin-bottom: 15px;
}

h3{
	color: #364c74;
	font-size: 18px;
	margin-bottom: 15px;
}

h4{
	color: #364c74;
	font-size: 16px;
}

p{
	text-align: justify;
	font-size: 14px;
	line-height: 20px;
	color: #716e68;
	font-weight: normal;
	margin-bottom: 10px;
}

a{
	color: #364c74;
}

strong{
	font-weight: bold;
	color: #364c74;
}

dl{
	margin-bottom: 15px;
}

dt{
	font-weight: bold;
	color: #364c74;
}

dd{
	font-size: 12px;
	color: #716e68;	
	margin-bottom: 15px;
	font-weight: normal;
}


em{
	font-style: italic;
}

#wrapper{
	width: 965px;
	margin: 0px auto;
}

td{
	vertical-align: top;
}

/*------------------------------ Header ------------------------------*/

#header{
	background: url(../images/style/header_bg.jpg) no-repeat top center;
	padding-top: 163px;
	height: 27px;
}

/*------------------------------ Menu ------------------------------*/

#menu{
	float: right;
}

#menu li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid white;
}

#menu li a{
	color: white;
	font-size: 18px;
}

#menu li a:hover{
}

#menu li.menu_actual a{
}

ul.lang_sel{
}

ul.lang_sel li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid white;
}

ul.lang_sel li a{
	font-size: 12px;
	color: white;
}

ul.lang_sel li a:hover{
}


/*------------------------------ Content ------------------------------*/

#content{
background: url(../images/style/content_bg.jpg) right;
}

#content #col_left{
	padding-top: 15px;
	width: 760px;
	padding-bottom: 15px;
}

img.content{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 5px solid #dddbdb;
}

#content #col_right{
	padding: 15px 10px;
	width: 179px;
	background: url(../images/style/lat_bg.gif) repeat-y;
	float: right;
}

ul#prop li{
	float: left;
	width: 244px;
	margin-right: 7px;
	margin-bottom: 10px;
}

#ficha_col{
	width: 304px;
	float: left;
	padding-right: 14px;
}

#ficha_col h2{
	margin-top: 10px;
}

#ficha_col h3{
	font-size: 14px;
}

#ficha_body{
	margin-left: 318px;
}

input{
	background: #dddcdc;
	border: none;
	font-size: 12px;
	padding: 7px;
	width: 200px;
	margin: 5px 0px 10px 0px;
	color: #364c74;
}

img.thumbs{
	margin-right: 2px;
}

div#pano{
	width: 440px; 
	height: 300px;
}


div#map{
	width: 440px; 
	height: 300px;
}


#widget td{
	vertical-align: top;
}


.submit{
	background: #364c74;
	color: white;
}

p.note{
	font-size: 10px;
}

span.red{
	color: red;
}

/*------------------------------ Footer ------------------------------*/


#footer{
	background: #dddcdc;
	padding: 5px 0px;
	text-align: center;
	clear: both;
	display: block;
}

#footer p{
	text-align: center;
	font-size: 10px;
}
