@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	font-family:"Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
   margin: 0px;
   padding: 0px;
}
.clr {
   clear:both;
   float:none;
}
img {
  border:medium none;
  text-decoration:none;
}

#Container {
    width: 959px;
   	margin-right: auto;
	margin-left: auto;
}
#Header {
	height: 123px;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	padding-right: 8px;
	padding-left: 8px;
}

/**---- MENU------*/
#Nav {
	margin-left: 5px;
	height: 33px;
	padding-top: 5px;
}

#navigationholder {
	margin: 0px;
	padding: 0px;
}
#navigationholder ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigationholder li {
	display: block;
	float: left;
}
#navigationholder li a {
	display: block;
	height: 25px;
	color: #004143;
	font-size: 12px;
	text-align: left;
	line-height: 30px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-weight: bold;
	background-image: url(../images/navegation-active.gif);
	background-repeat: no-repeat;
	background-position: left 11px;
	padding-top: 0px;
	width: 150px;
}
#navigationholder li a:hover {
	display: block;
	color: #F9A21B;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/navegation-hover.gif);
	background-repeat: no-repeat;
	background-position: left 11px;
}

#languageLink 
{
	display: block;
	height: 25px;
	text-align: right;
	line-height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-top: 0px;
}

#languageLink a
{
	text-decoration: none;
	color: #004143;
	font-size: 12px;
	font-weight: bold;
}

#mainmenu li.mm {
	float: left;
	display: block;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding: 0px;
}

#menu1Content li a, #menu2Content li a {
	color: #004143;
	text-align: left;
	height: 25px;
	width: 150px;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	background-color: #FAAF40;
	background-image: none;
	font-weight: bold;
	font-size: 11px;
	padding-top: 0px;
}
#menu1Content li a:hover, #menu2Content li a:hover {
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	background-color: #F9A21B;
	background-image: none;
	font-size: 11px;
}
#menu1Container{
	visibility:hidden;
	left:0px;
	top:30px;
	overflow:hidden;
	z-index:10000;
}
#menu1Container,#menu1Content{
	position:absolute;
	width:170px;
	height:300px;
	clip:rect(0px,170px,300px,0px);
}
#menu2Container{
	visibility:hidden;
	left:0px;
	top:30px;
	overflow:hidden;
	z-index:10000;
}#menu2Container,#menu2Content{
	position:absolute;
	width:170px;
	height:300px;
	clip:rect(0px,170px,300px,0px);
}

/**-- $$$ END $$$--*/ 
#Main {
    width: 959px;
	background-color:#FFE9CD;
	margin-right: auto;
	margin-left: auto;
}
/**-- Contend Left --*/ 
#MainContent {
	border: 1px solid #ddcab3;
	margin: 5px;
	width: 585px;
	background-color: #FFFFFF;
	float: left;
	padding-bottom: 8px;
}
#MainContent a{
	text-decoration: none;
	color: #FF9F18;
}
#MainContent a:hover{
	color: #014143;
}
* html #MainContent {
	margin-top: 3px;
	margin-right: 4px;
	margin-bottom: 3px;
	margin-left: 3px;
}
#MainContentBid {
	width: 563px;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 9px;
	padding-bottom: 3px;
}
.MainContentTex1 {
	width: 548px;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f1f1f1;
	border: 1px solid #ddcab3;
	text-align: justify;
	margin-bottom: 5px;
}
.MainContentTex2 {
	width: 548px;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #ddcab3;
	text-align: justify;
	margin-bottom: 5px;
}

.MainContentTitle {
	color: #0d6863;
	font-weight: bold;
	font-family: "Palatino Linotype", Times New Roman, Times, serif;
	font-size: 14px;
	padding-bottom: 3px;
}

.MainContentLinks, .MainContentLinks a {
	font-family: "Palatino Linotype", Times New Roman, Times, serif;
	text-decoration: none;
	color: #f9a21b;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.MainContentLinks a:hover {
	color: #0D6863;
	text-decoration: none;
}
/**-- Contend Left END --*/ 
/**-- Sidebar --*/ 
#Sidebar {
	width:354px;
	background-color: #FFFFFF;
	float: right;
	border: 1px solid #ddcab3;
	display: block;
	position: relative;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
* html #Sidebar {
	width:354px;
	float: right;
	display: block;
	position: relative;
	clear: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.SidebarTitle {
	background-color: #166d68;
	color:#F9A21B;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	background-image: url(../images/bg-sidebartilte.gif);
	background-repeat: repeat-x;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
}
#SidebarBid {
	padding-bottom: 3px;
	height: 477px;
}
.SidebarContent  {
	width: 334px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #ddcab3;
	margin-top: 5px;
}
.SidebarContentPic {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddcab3;
}
.SidebarContentPic2 {
	float: left;
	padding-right: 5px;

}
.SidebarContentSubTitle {
	color: #0D6863;
	padding: 3px;
}
.SidebarContentTex {
	text-align: justify;
	padding: 3px;
}
.Strock {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #DDCAB3;
	height: 2px;
	margin-top: 5px;
	margin-bottom: 4px;
}
.StrockYellow{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F9A21B;
	height: 2px;
	margin-top: 5px;
	margin-bottom: 4px;
}
.StrockGreen{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #004143;
	height: 2px;
	margin-top: 5px;
	margin-bottom: 4px;
	margin-right: 2px;
	margin-left: 2px;
}
* html .Strock, .StrockYellow, .StrockGreen {
/*	height: 2px; */
	margin-top: 3px;
	margin-bottom: 3px;
}
/**-- End Sidebar --*/ 
#SpaceFooter {
	background-color: #FFFFFF;
	height: 10px;
}
* html #SpaceFooter {
	height: 6px;
}

/**-- Footer --*/ 
#Footer {
	background-color: #F1F1F1;
	width: 100%;
	padding-bottom: 5px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0E504C;
}
#FooterContac  {
	width: 450px;
	padding-top: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	color: #004143;
}
#FooterContac a{
	color: #004143;
}
#FooterContac a:hover{
	color: #F9A21B;
}
#FooterLinks {
	padding-top: 5px;
	width: 415px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
}
#FooterLinks a{
	color: #004143;
	text-decoration: none;
}
#FooterLinks a:hover{
	color: #F9A21B;
}
/**-- End Footer --*/ 
.SubTitleYellow {
     color: #F9A21B;
}
.SubTitleGreen {
	color: #004143;
}
.Noticias {
	color: #0D6863;
	padding: 3px;
	font-weight: bold;
	background-color: #F1F1F1;
}
#DesireSell{
	width: 334px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#DesireSellHeader{
	color: #F9A21B;
	font-weight: bold;
	font-size: 12px;
	background-color: #004143;
	height: 20px;
	padding-top: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-left-style: dashed;
	border-top-color: #F9A21B;
	background-image: url(../images/bg-desiresellheader.gif);
	border-right-color: #F9A21B;
	border-left-color: #F9A21B;
	
}
#DesireSellMain{
	background-color: #f9f9f9;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-color: #F9A21B;
	border-bottom-color: #F9A21B;
	border-left-color: #F9A21B;
}
.DesireSell_inputexfild{
	width:100px;
	height:15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F9A21B;
	border-right-color: #F9A21B;
	border-bottom-color: #F9A21B;
	border-left-color: #F9A21B;
}
.DesireSell_inputexfildSearch{
	width:150px;
	height:15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F9A21B;
	border-right-color: #F9A21B;
	border-bottom-color: #F9A21B;
	border-left-color: #F9A21B;
}
.DesireSell_inputexfildSend{
	color: #F9A21B;
	font-weight: bold;
	font-size: 12px;
	height:20px;
	width: 70px;
	background-image: url(../images/bg-desiresellheader.gif);
	background-color: #115B57;
	border: 1px solid #004240;
}
.DesireSell_inputexComent {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F9A21B;
	border-right-color: #F9A21B;
	border-bottom-color: #F9A21B;
	border-left-color: #F9A21B;
}
#Search {
	width: 330px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #F9A21B;
	margin-top: 5px;
}

#Search-Top {
	background-image: url(../images/search-top.png);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #0D6863;
	padding-top: 3px;
	height: 24px;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;

}
/*Properties css*/
.ContentPropertiesBoxPic {
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-right: 5px;
	width: 132px;
	background-color: #FFFFFF;
	float: left;
}
.TexSmall {
    font-size:11px;
}
.SendInterestedPropertie{
	background-image: url(../images/interested-propertie.gif);
	background-repeat: repeat-x;
	text-align: center;
	border: 1px solid #e29113;
	height: 21px;
	color: #FFFFFF;
	font-weight: bold;
}
#Disclaimer {
	text-align: center;
	font-size: 10px;
	color: #004143;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-left: 5px;
}

/* Estilos para el Admin Interface */

.login {
	color:#333;
	font-weight:normal;
	font-family: "Trebuchet MS", sans-serif;
	font-size:18px;
	/*padding-bottom:3px;*/
	line-height:30px;
	background-color:#F9A21B;
}

.formBox {
	width:auto;
	height:12px;
	font-size:11px;
}

.formBtn {
	background-color:#F9A21B;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	height:24px;
	padding-bottom:5px;
}

.row1 {
	background-color:#62B2B8;
}

.row2 {
	background-color:#F0F0F0;
}

.row3 {
	background-color:#F9A21B;
}

.link1 {
	color:#FFF;
	font-size:11px;
	line-height:20px;
}

.link1:hover {
	color:#333;
	text-decoration:underline;
}