@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/bg-main-1.jpg) #E9E9E9;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px auto auto auto;
	color: #424849;
	font-size: 12px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #0f3753;
	width: auto;
	padding: 0px 0 5px 0;
	margin: auto;
	text-decoration: none;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #0f3753;
	width: auto;
	padding: 5px 0 5px 0;
	margin: auto;
	text-decoration: none;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #0464a1;
	width: auto;
	padding: 5px 0 5px 10px;
	margin: auto;
	text-decoration: none;
}

.column1 p {
	font-size: 11px;
	text-align: justify;
	padding: 2px;
	margin: 0px;
}

p.proposal_text {
	width: 170px;
	font-size: 11px;
	text-align: justify;
	padding: 15px 0 0 15px;
	margin: 0px;
}

img { border: none; }

img.img_left {
	float: left;
	padding: 0px 8px 8px 0px;
}

img.img_right {
	float: right;
	padding: 0px 8px 8px 8px;
}

img.img_thumb {
	float: left;
	padding: 10px;
}

img.img_big_pic {
	padding: 4px;
	border: 1px #CCCCCC solid;
}

#main_container {
	width: 970px;
	height: 100%;
	margin: auto;
	padding: 0px;
	background: #FFFFFF;
}

#header {
	width: 970px;
	height: 110px;
	background-color: #05619b;
	margin: auto;
}

#logo {
	width: 147px;
	height: 78px;
	float: left;
	padding: 20px 0 0 35px;
}

.banner_adds {
	width: 750px;
	height: 82px;
	float: left;
}

/* ================================================================ 
						menu tab
		http: //www.cssplay.co.uk/menus/final_drop3.html
=================================================================== */
.menu {
	font-size: 11px;
	padding: 0px;
	float: right;
	width: 700px;
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 28px;
	background: #267cb2;
}

.menu ul ul {
	width: auto;
}

.menu ul li {
	float: left;
	height: 28px;
	line-height: 28px;
}

.menu ul ul li {
	display: block;
	width: auto;
	height: auto;
	position: relative;
	line-height: 1em;
	border-bottom: 1px #2384BF solid;
	z-index: 1;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display: block;
	float: left;
	height: 100%;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	background: #267cb2;
	padding: 0 21px 0 17px;
}

.menu a.current{
	background: #3da1e0;
}

.menu ul ul a, .menu ul ul a:visited {
	display: block;
	background: #267cb2;
	color: #fff;
	width: 12em;
	height: 100%;
	line-height: 1em;
	padding: 0.5em 1em;
}

.menu ul table ul a, .menu ul table ul a:visited  {
	width: 14em;
	/*width: 12em;*/
}

.menu table {position: absolute; left: 0; top: 0; font-size: 1em; z-index: -1;}
.menu ul ul table {lef\t: -1px;}
.menu ul ul table ul.left {margin-lef\t: 2px;}

.menu li:hover {position: relative;}
* html .menu a:hover {position: relative;}

.menu ul ul ul a, .menu ul ul ul a:visited {background: #3da1e0;}
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background: #3da1e0;}
.menu ul :hover a.sub1 {background: #3da1e0;}
.menu ul ul :hover a.sub2 {background: #3da1e0;}

.menu a:hover {color: #fff;background: #3da1e0;}
.menu :hover > a {color: #fff;background: #3da1e0;}
.menu ul ul a:hover{color: #fff;background: #3da1e0;}
.menu ul ul :hover > a {color: #fff;background: #3da1e0;}
.menu ul ul ul a:hover {background: #3da1e0;}
.menu ul ul ul :hover > a {background: #3da1e0;}
.menu ul ul ul ul a:hover {background: #eee;}

.menu ul ul {visibility: hidden;position: absolute;height: 0;top: 28px;left: 0;width: 14em;}

.menu ul ul ul{left: 14em;top: 0;width: 14em;}

.menu ul ul ul.left {left: -14em;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {visibility: visible; height: auto; padding-bottom: 3em; background: transparent url(../images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility: hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility: hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility: visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility: visible;}

/*------------------------------main content-----------------------*/
#main_content{
	width: 970px;
	min-height: 500px;
	margin: auto;
	clear: both;
	background-color: #FFFFFF;
}

/*------------------------middle_content-----------*/
.column1{
	width: 257px;
	float: left;
	margin: 0px;
	padding: 10px 5px;
}

.column2{
	width: 255px;
	min-height: 400px;
	float: left;
	margin-left: 5px;
	padding: 10px 5px;
}

.column3{
	width: 330px;
	float: left;
	margin: 0px;
	padding: 10px 10px 10px 5px;
}

.column4{
	width: 690px;
	float: left;
	margin: 0px;
	padding: 10px 5px;
}

.column-fullwidth {
	margin: 0px;
	padding: 5px 10px;
}

.column-highlight {
	 background-color:#f3f5f6;
}

.left_box{
	width: 257px;
	height: auto;
	float: left;
	padding-bottom: 10px;
}

.top_left_box{
	width: 257px;
	height: 10px;
	float: left;
	background: url(../images/top_box_bg.gif) no-repeat center;
}

.center_left_box{
	width: 257px;
	height: auto;
	float: left;
	background: url(../images/center_box_bg.gif) repeat-y;
}

.bottom_left_box{
	width: 257px;
	height: 10px;
	float: left;
	background: url(../images/bottom_box_bg.gif) no-repeat center;
}

.box_title{
	width: 257px;
	text-align: center;
	font-size: 18px;
	color: #615357;
	padding: 5px 0 5px 0;
}

.box_title span {
	font-weight: bold;
	color: #d8325d;
}

.inner_left_box {
	padding: 10px;
	font-size: 10px;
}

.main_text_box {
	padding: 5px;
}

.proposal {
	width: 287px;
	height: 85px;
	background: url(../images/proposal_box.gif) no-repeat center;
	background-position: 0px 0px;
	margin-left: 15px;
	margin-top: 15px;
}

.title {
	background-color: #385870;
	text-align: left;
	width: auto;
	padding: 5px 5px 5px 20px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
	display: block;
}

.title div {
	vertical-align: middle;
}

.small_title {
	background-color: #385870;
	text-align: left;
	/*width: 100%;*/
	padding: 5px 5px 5px 15px;
	color: #FFFFFF;
	font-weight: bold;
}

.title2 {
	background-color: #eef1f3;
	text-align: left;
	width: auto;
	padding: 5px 5px 5px 15px;
	color: #d8325d;
	font-weight: bold;
	margin-left: 5px;
}

/*-------------------details list----------------*/
.details_list {
	padding: 10px;
	margin: 0 5px;
}
.details_list ul {
	text-decoration: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.details_list ul li {
	padding: 5px 5px 5px 25px;
	background: url(../images/bullet.gif) no-repeat left;
	color: #333333;
	clear: both;
}
.width150 {
	width: 130px;
	float: left;
}
.width100 {
	width: 100px;
	float: left;
}
.width70 {
	width: 70px;
	float: left;
}

.details_list ul li span {
	color: #0464a1;
}
.details_list ul li span.value {
	color: #000;
	float: right;
	text-align: right;
}
.button {
	width: 139px;
	height: 30px;
	background: url(../images/blank_button.gif) no-repeat center;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-size: 13px;
}
.button a {
	text-decoration: none;
	color: #d8325d;
}
/*---------------offer_box----------------------*/
.offer_box{
	width: 310px;
	height: 90px;
	background-color: #f3f5f6;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	cursor: pointer;
}
.offer_box_wide{
	width: 310px;
	height: 106px;
	float: left;
	background-color: #f3f5f6;
	padding: 10px;
	margin: 7px;
}
.offer_box_wide_style1{
	width: 670px;
	height: 106px;
	float: left;
	background-color: #f3f5f6;
	padding: 7px;
	margin: 5px;
}
.offer_info{
	padding: 5px;
}
.offer_info span{
	font-weight: bold;
	color: #d8325d;
}
p.offer{
	text-align: justify;
	font-size: 10px;
}
.more{
	float: right;
	padding: 3px;
}
.more a{
	color: #d8325d;
}
.more a: hover{
	text-decoration: none;
}
.big_pic{
	width: 340px;
	text-align: center;
	padding: 5px 0 5px 0;
}
.column2 .big_pic {
	width: 250px;
}

.pictures_thumbs{
	width: 300px;
	padding-left: 40px;
}

/*------------------table style---------------*/
/*td {
	text-align: center;
	padding: 5px;
	/*border-bottom: 2px #fff solid;
}*/

/*th {
	background-color: #333333;
	padding: 5px;
	color: #FFFFFF;
}*/

tr.color1 {
	background-color: #F3F5F6;
}

tr.color2 {
	background-color: #F3F5F6;
}


/*-----------------form style--------------------*/
.form {
	/*width: 257px;*/
	text-align: center;
	color: #615357;
	padding: 5px 0 5px 0;
	font-size: 10px;
}

.form_row {
	float: left;
	text-align: center;
	padding: 3px 0 3px 0;
	width: 100% !important;
}

.fullwidth{
	width: 100%;
}

label.left {
	float: left;
	width: 100px;
	padding-top: 3px;
	text-align: right;
}

label.left_large {
	float: left;
	width: 90px;
	padding-top: 3px;
	text-align: right;
}

input.form_input {
	border: 1px solid #C8D2D9;
	background-color: #FFFFFF;
	margin: 0px;
	float: left;
	margin-left: 10px;
	font-size: 10px;
}

.right {
	text-align: right;
}

input.xsmall {
	width: 80px;
}

input.small {
	width: 100px;
}

input.medium {
	width: 200px;
}
input.large {
	width: 400px;
}

select.form_input {
	border: 1px solid #C8D2D9;
	background-color: #FFFFFF;
	margin: 0px;
	float: left;
	margin-left: 10px;
	font-size: 10px;
}

select.small {
	width: 100px;;
}

textarea.form_input{
	border: 1px solid #C8D2D9;
	background-color: #FFFFFF;
	margin: 0px;
	width: 130px;
	float: left;
	margin-left: 10px;
	font-size: 11px;
}
a.form_input{
	margin: 0px;
	width: 100px;
	float: left;
	margin-left: 10px;
	font-size: 10px;
}

.contact_information{
	font-size: 10px;
	color: #385870;
	text-align: left;
	padding-left: 20px;
}

.contact_information span{
	color: #d8325d;
}

/*----------------- Admin form style--------------------*/
.formbox {
	color: #615357;
	padding: 5px 0 5px 0;
	font-size: 10px;
}

.formbox .header {
	background-color: #385870;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
}

.formbox .row {
	float: left;
	padding: 3px 0 3px 0;
}

.formbox span {
	float: left;
	padding-top: 3px;
	text-align: left;
}

.formbox input {
	border: 1px solid #C8D2D9;
	background-color: #FFFFFF;
	margin: 0px;
	font-size: 10px;
}

.formbox input.small {
	width: 40px;
}

.formbox input.medium {
	width: 120px;
}

.formbox input.large {
	width: 200px;
}

.formbox input.center {
	text-align: center;
}

.formbox select {
	border: 1px solid #C8D2D9;
	background-color: #FFFFFF;
	margin: 0px;
	float: left;
	font-size: 10px;
}

.contact_information span {
	color: #d8325d;
}


/*---------------------pagination-----------------------------*/

/*#paginator .paginate {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;*/
}

#paginator a.paginate {
	border: 1px solid #878B3F;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	color: #878B3F;
}

#paginator a.paginate:hover {
	background-color: #CECECE;
	color: #575447;
	text-decoration: none;
}

#paginator a.current, #paginator a.current:hover {
	border: 1px solid #999;
	padding: 2px 6px 2px 6px;
	color: #999;
	cursor: default;
	text-decoration: none;
	font-weight: normal;
}

#paginator span.inactive {
	border: 1px solid #999;
	padding: 2px 6px 2px 6px;
	color: #999;
	cursor: default;
}*/

div#pagination {
	font-size: 9px;
}

div.pagination {
	padding: 5px;
	margin: 5px;
	text-align: center;
	float: left;
	font-size: 9px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	text-decoration: none; 
	color: #d8325d;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #ddd;
	color: #fff;
	background-color: #d8325d;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	font-weight: bold;
	background-color: #d8325d;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	color: #ccc;
}

select.pagination {
	font-size: 10px;
}

/*-----------------------contact------------------------*/
.contact_tab{
	width: 670px;
	height: auto;
	float: left;
	background-color: #f3f5f6;
	padding: 8px;
	margin: 5px 5px 5px 0px;
}

.form_contact{
	width: 357px;
	float: left;
	text-align: center;
	color: #615357;
	padding: 5px 0 5px 0;
}

.location_contact{
	width: 250px;
	float: left;
	padding: 15px;
}

.form_row_contact {
	float: left;
	width: 357px;
	text-align: center;
	padding: 3px 0 3px 0;
}

input.form_input_contact {
	border: 1px solid #C8D2D9;
	background-color: #FFFFFF;
	margin: 0px;
	width: 250px;
	float: left;
	margin-left: 10px;
}
select.form_select {
	border: 1px solid #C8D2D9;
	background-color: #FFFFFF;
	margin: 0px;
	width: 250px;
	float: left;
	margin-left: 10px;
	height: 20px;
}

ul.checkbox-list { float: left; margin: 0; padding-left: 5px; }
ul.checkbox-list li { list-style: none; text-align: left; background: none; }
ul.checkbox-list li input[type="text"] { width: 80px; }
ul.checkbox-list li input[type="checkbox"] { margin-left: 10px; }
ul.checkbox-list li.estado { margin-bottom: 10px; }


ul.checkbox-list-h { float: left; margin: 0; padding-left: 5px; }
ul.checkbox-list-h li { list-style: none; text-align: left; background: none; float: left; clear: none; padding: 0; min-width: 100px; }

/*textarea{
border: 1px solid #C8D2D9;
background-color: #FFFFFF;
margin: 0px;
width: 250px;
height: 80px;
float: left;
margin-left: 10px;
font-size: 10px;
}*/


/*-------------------footer------------------------*/
#footer{
	width: 970px;
	height: 41px;
	clear: both;
	font-size: 11px;
	background-color: #f2efef;
	border-top: 1px #eeabbd dashed;
}
ul.footer_menu {
	list-style: none; float: right; display: block; width: 650px;
	margin: 0px; padding: 9px 20px 0 0px;
}

ul.footer_menu li {
	display: inline; font-size: 11px;
}

a.nav_footer:link, a.nav_footer:visited {
	display: block; float: left; padding: 5px 6px 5px 10px; margin: 0; 
	text-decoration: none; color: #2F2626;
}

a.nav_footer:hover {
	display: block; float: left; padding: 5px 6px 5px 10px; margin: 0;
	text-decoration: underline; color: #2F2626;
}

a.nav_footer:active {
	display: block; float: left; padding: 5px 6px 5px 10px; margin: 0;
	text-decoration: none;  color: #2F2626;
}

#copyright{
	float: left;
	padding: 0px;
}

#content .inner_copy {border: 0;color: #f00;float: left;width: 50%!important;margin: -202px 0 0 0;overflow: hidden;line-height: 0;padding: 0;font-size: 12px}

.total td {
	font-weight: bold;
	border-top: 1px solid #385870;
}

#result {
	color: #D8325D;
	position: relative;
	margin: auto;
	width: 200px;
	height: 100px;
	text-align: center;
	z-index: 10;
}

/*========================================*/

.admin_login {
	height: 300px;
	padding: 50px 0 50px 350px;
}

td.center {
	text-align: center;
}

.property-list {
	/*background: #f5f5f5;*/
	margin: 0;
	border: 0;
	padding: 0;
	font-size: 90%;
	width: 100%;
}

.property-list tr.first_row {
	color: #A90341;
	font-weight: bold;
	/*background: #F5F5F5*/	
}

.property-list tr.first_row td {
	text-align: center;
	border: 0;
}

.property-list tbody tr:hover {
	background: #F5F5F5;
}

.link {
	cursor: pointer;
}

.property-list td {
    border-top: 1px solid #A90341;
    padding: 5px 5px;
}

.property-list td .thumb {
    float: left;
    margin-right: 15px;
	height: 35px;
}

.property-list h2 {
	color: #A90341;
	font-size: 130%;
}

.property-list a {
	cursor: pointer;
	text-decoration: none;
	color:inherit;
}

.property-list a:hover {
	text-decoration: underline;
}

.property-list-item {
    border-top: 1px solid #A90341;
    padding: 10px 0;
    width: 100%;
}

.property-list-item-left {
	float: left;
}
	
.property-list-item-right {
	float: right;
}
	
.property-list-item-left img {
    float: left;
    margin-right: 15px;
	height: 30px;
}

.clear {
	clear: both;
}

/*=======================
	UI DatePicker
========================*/
.ui-datepicker-trigger {
	margin-left: 5px;
	cursor: pointer;
	float: left;
}


/*=======================
	UI Loader
========================*/
.ui-loader {
	background: linear-gradient(#444444, #222222) repeat scroll 0 0 #222222;
    border: 0 none;
    display: none;
    left: 50%;
    position: fixed;
    top: 50%;
    z-index: 9999999;
}
.ui-corner-all, .ui-btn-corner-all {
    background-clip: padding-box;
}
.ui-corner-all {
    border-radius: 0.6em 0.6em 0.6em 0.6em;
}
.ui-loader-verbose {
    box-shadow: 0 1px 1px -1px #FFFFFF;
    height: auto;
    margin-left: -110px;
    margin-top: -43px;
    opacity: 0.88;
    padding: 10px;
    width: 200px;
}
.ui-icon {
    height: 18px;
    width: 18px;
}
.ui-icon-loading {
    background: url("../images/ajax-loader.gif") repeat scroll 0 0 / 46px 46px transparent;
}
.ui-loader .ui-icon {
    background-color: #000000;
    border-radius: 36px 36px 36px 36px;
    display: block;
    height: 44px;
    margin: 0;
    padding: 1px;
    width: 44px;
}
.ui-loader-verbose .ui-icon {
    margin: 0 auto 10px;
    opacity: 0.75;
}
.ui-loader-verbose h1 {
    font-size: 16px;
    margin: 0;
    text-align: center;
	color: white;
}

/***********************************************/
.ui-widget-overlay {
    background: #000000;
    opacity: 0.5;
}
.ui-button .ui-button-text {
	font-size: 10px;
}


.dialog table { margin: 1em 0; border-collapse: collapse; width: 100%; }
.dialog table td, .dialog table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; }

.validateTips { border: 1px solid transparent; padding: 3px; }

.prices th {
	background: url("../images/ui-table_header_1x100.png") repeat-x scroll 50% 50% #CCCCCC;
	color: #222222;
    font-weight: bold;
}

.error { color: #FF0000; }

.search-box { width: 400px; margin: 0 auto; }

#search-results { display: block; }

.response { margin:0 auto; padding: 10px; display: none; width: 350px; color: #615357;}

input.loading { background: url("../images/ajax_clock_small.gif") no-repeat center left; }

.report .total td { font-size: 10px; }