/* Start of CMSMS style sheet 'theme : realestate' */
/* SYSTEM MESSAGES */
div.messagecontainer {
background-color:#CCCCCC;
border:1px solid #666666;
margin:10px;
padding:5px;
font-size:90%;
width:95%;
}
div.errorcontainer {
background-color:#BA5A5A;
border:1px solid #666666;
color:#FFFFFF;
margin:10px;
padding:5px;
font-size:90%;
width:95%;
}

p.pagemessage{
margin-bottom:0pt;
}

img.systemicon {
border:medium none;
vertical-align:middle;
}


div.pageoverflow {
clear:left;
overflow:hidden;
padding-top:5px;
padding-left:15px;
width:97%;
font-size:12px;
}
p.pagetext {
color:#384654;
float:left;
margin-bottom:0.2em;
padding-right:5px;
padding-top:5px;
width:10em;
}
p.column{
float:left;
margin:20px;
padding-right:5px;
padding-top:5px;
width:200px;
}

p.pageinput {
color:#384654;
float:left;
margin-bottom:0.2em;
padding-top:5px;
}

/* FRONT */
div#qsearch{

}

div#qsearch select{
width:200px;
}
div#pagination{
clear:both;
width:100%;
margin:0 0 5px 0;
height:20px;
}

div#pagination p{
font-weight:bold;
color:#507491;
font-size:13px;
float:left;
}

div#pagination .sel_page{
text-decoration:none;
padding:2px;
border:1px solid #CCCCCC;
}

div#pages{
float:right;
font-size:90%;
}

div#orderby{
clear:both;
background:#fff;
padding:5px 10px;
margin:0 0 10px 0;

}

div.list_prop{
padding:10px;
overflow:hidden;
border: 1px solid #fff;
margin-bottom: 10px;
}

div.list_prop:hover{
border: 1px solid #C5D4E9;
}

div.list_prop_adv{
padding:5px;
overflow:hidden;
background: #FDFD4D;
border: 1px solid #fff;
margin-bottom: 10px;
}

div.list_prop_adv:hover{
border: 1px solid #C5D4E9;
}



div.p_info{
margin:10px;
width:450px;
}

div.p_price{
margin:10px;
color: #7A561A;
}


div.p_info h1 a{
float:left;
font-size:130%;
font-weight:bold;
font-family: Geneva, Arial, Helvetica, sans-serif;
}

div.p_photos{
padding:10px;
float:left;
width:200px;
}

div.p_photos a{
display:block;
}

div.p_photos a:hover{
background:none;
}


div.p_photo{
float:left;
margin:0;
width:300px;
border:1px solid #000;
}

.p_photo:hover{
border:1px solid #fff;
}

#hr{
clear:both;
margin:5px 0;
}

.pageoverflow option{
	margin-right:5px;
}


.pageoverflow input, .pageoverflow select{
	margin-top:2px;
	color:#3A84AD;
	font-size:13px;
}




.deal{
clear:both;
background: #F7CE29;
padding:5px;
font-size:16px;
font-weight:bold;
color:#fff;
}

.prop{
clear:both;
margin:0;
padding:0;
}

.prop ul{
margin:0;
padding:0;
}

.prop li{
padding:0;
margin: 5px;
font-size:80%;
background:#F9F7FB;
float:left;
list-style: none;
display: block;
width: 210px;
border-top: #D2D9DF 8px solid;
border-bottom: #D2D9DF 8px solid;
border-left: #D2D9DF 1px solid;
border-right: #D2D9DF 1px solid;
}

.prop li:hover{
border-top: #F7CE29 8px solid;
border-bottom: #F7CE29 8px solid;
border-left: #F7CE29 1px solid;
border-right: #F7CE29 1px solid;

}

.prop p.link{
margin:0;
padding:8px;
background:#033968;
text-align:center;
}

.prop p.link a{
color: #fff;
padding:5px 10px;
}

.prop p.prop, .prop p.price{
margin:0;
padding:5px;
border-top: #D1D1D1 1px solid;
}

.prop p.price{
color: #7A561A;
}

.prop .prop_photo{
text-align:center;
padding:10px;
height:140px;
}


/* End of 'theme : realestate' */

/* Start of CMSMS style sheet 'theme: Simple - Horizontal' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   clear:both;
   height:25px;
   margin-left:30%;
   margin-right:20%;
   margin-bottom:30px;
   background: #CEE9F7;
}

/* 
the menu ul box has top and left border, right border is provided by the li elements 
*/
div#menu_horiz ul {
   padding:0;
   margin: 0;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 3px;
   height: 25px;
   width: 110px;
}


/* the links, that is each list item */
div#menu_horiz a {
   text-align:center;
   padding: 8px 5px 0 5px;
   height: 25px;
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;
   font-weight: bold;
   background: #716F6E;
   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#menu_horiz li a:hover {
   background: url(uploads/theme/menu_bg.png) repeat-x;  /* background color for the entire menu row */
   color: #716F6E;
}
div#menu_horiz a.activeparent:hover {
   background: url(uploads/theme/menu_bg.png) repeat-x;  /* background color for the entire menu row */
   color: #fff;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   background: url(uploads/theme/menu_bg.png) repeat-x;  /* background color for the entire menu row */
   color: #fff;
}

div#menu_horiz h3 {
   width: 110px;
   padding: 8px 0 0 0;
   text-align:center;
   height: 25px;
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;
   background: url(uploads/theme/menu_bg.png) repeat-x;  /* background color for the entire menu row */
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
}

/* End of 'theme: Simple - Horizontal' */

/* Start of CMSMS style sheet 'theme: Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(uploads/theme/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(uploads/theme/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(uploads/theme/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
                background-color: #CEE9F7
                
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

.clear{
clear:both;
}
/* end clearing */
/* End of 'theme: Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'theme : Left sidebar + 1 column' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
{
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
/*/*scrollbar-face-color: #FFCC00;*/
text-align: left;
font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
font-size: 72.01%;
line-height: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
text-decoration: underline;
/* css validation will give a warning if color is set without background
color. this will explicitly tell this element to inherit bg colour from
parent element */
background-color: inherit; 
color: #18507C; 
}

a:visited {
text-decoration: underline;
background-color: inherit;
color: #18507C; /* a different color can be used for
visited links */
}


/* remove underline on hover and change color */
a:hover {
text-decoration: none;
background-color: #C3D4DF;

}

/*****************
basic layout 
*****************/
body {
background-color: #CEE9F7; /*#716F6E;*/
color: #333;
margin:1em; /* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
div#pagewrapper {
margin: 0 auto; /* this centers wrapper */
background-color: #CEE9F7; /*#716F6E;*/
border: 0;/*2px solid #716F6E;*/
max-width:1024px;
min-width:768px;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
margin-top:0;
background-color:#CEE9F7;
height: 248px; /* adjust according your image size */

}

div#banner {
background-color:#CEE9F7;
/*padding:8pt; adjust according your image size */
margin-left:28%;
margin-top:35px;
width:300px;
height:100px;

}


div#header h1 a {
/* you can set your own image here */
background: #CEE9F7 url(images/bola.png) no-repeat 0 12px; 
display: block;
float:left;
margin-left:2px;
margin-top:0;
width: 220px;
height: 220px; /* adjust according your image size */
text-indent: -999em; /* this hides the text */
text-decoration:none; /* old firefox would have shown underline for the
link, this explicitly hides it */
}



/* position for the search box */
div#logo{ 
background: #CEE9F7 url(images/logoimor.png) no-repeat; 
display: block;
float: right;
margin-right:15px;
width: 150px; /* enough width for the search input box */
height: 101px;
text-indent: -999em; /* this hides the text */
text-decoration:none; /* old firefox would have shown underline for the
link, this explicitly hides it */
}

div.breadcrumbs {
background-color:#CEE9F7;
float: right;
width:155px;
margin-top: 1em; /* css shorthand rule will be opened to be "0 1em
0 1em" */
padding:0;
}

div#content {
/* padding: 1em auto 2em 20; some air above and under menu and content */
padding-left:10px; /*padding-right:10px;*/
float:left;
width:72%;
background-color:#CEE9F7;
border-top: 8px solid #CEE9F7;/*#716F6E;*/ 
/*overflow:auto;height:400px;*/
}


div#main {
margin-left: 1%;
}

div#sidebar {
background-color:#FFCC00;
float: left; /* set sidebar on the left side. Change to right to float it right instead. */
width: 200px; /* sidebar width, if you change this please also change #main margins */
height:990px;
display: inline; /* FIX IE double margin bug */
margin-left:0;
margin-top:1%;
clear:both;
border: 8px solid #666666;/*#716F6E;*/ 
}

div#links {
background: #FFCC00; 
float: left; /* set sidebar on the left side. Change to right to float it right instead. */
width: 200px;  /*sidebar width, if you change this please also change #main margins */
height:181px;
display: inline; /* FIX IE double margin bug */
margin-top:1%;
}


div#campanha {
background: #FFCC00 no-repeat center 0px; /*url(images/pub2.png) no-repeat center 0px; */
float: left; /* set sidebar on the left side. Change to right to float it right instead. */
width: 200px;  /*sidebar width, if you change this please also change #main margins */
height:181px;
display: inline; /* FIX IE double margin bug */
margin-top:1%;

}

div#temperatura{ 
background-color:#CEE9F7;
display: block;
float: right;
margin-right:15px;
width: 150px;  /*enough width for the search input box */
height: 50px;
text-indent: -999em; /* this hides the text */
text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}


div#footer {
clear: both; /* keep footer below content and menu */
color: #000;
margin-left:22%;
max-width: 780px; 
}

div#footer p {
font-size: 0.8em;
padding: 1.5em; /* some air for footer */
text-align: center; /* centered text */
margin: 0;
}

div#footer p a {
color: #000; /* needed becouse footer link would be same color as background otherwise */
}

div#slogan {
padding: 0;
height:50px;
color:#000;
}


/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
height: 1px;
padding: 1em;
margin: 1em;
}

/* relational links under content */
div.left49 {
float: left;
width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
float: right;
width: 49%;
text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
font-size: 2em; /* font size for h1 */
line-height: 1em;
margin: 0;
background: #CEE9F7;
}
div#content h2 {
color: #FFCC00; 
font-size: 1.5em; 
text-align: left; 
/* some air around the text */
padding-left: 0em;
padding-bottom: 1px;
/* set borders around header */
border-bottom: 1px solid #005CA2; 
line-height: 1.5em;
/* and some air under the border */
margin: 0 0 0 0;
background: #CEE9F7;
}
div#content h3 {
color: #FFCC00; 
font-size: 1.3em;
line-height: 1.3em;
margin: 0 0 0.5em 0;
}
div#content h4 {
color: #FFCC00; 
font-size: 1.2em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
}
div#content h5 {
color: #FFCC00; 
font-size: 1.1em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
}
h5 {
color: #666666; 
font-size: 1em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
}

h6 {
color: #FFCC00; 
font-size: 1em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
font-size: 1em;
margin: 1em 0.5em 1em 0; /* some air around p elements */
line-height: 1.4em;
padding: 0;
}

blockquote {
border-left: 10px solid #ddd;
margin-left: 10px;
}
strong, b {
/* explicit setting for these */
font-weight: bold;
}
em, i {
/* explicit setting for these */
font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
font-family: "Courier New", Courier, monospace;
font-size: 1em;
}

pre {
border: 1px solid #000; /* black border for pre blocks */
background-color: #ddd;
margin: 0 1em 1em 1em;
padding: 0.5em;
line-height: 1.5em;
font-size: 90%;


}

/* Separating the divs on the template explanation page, with some
bottom-border */
div.templatecode {
margin: 0 0 2.5em;
}

/* END TEXT */

/* End of 'theme : Left sidebar + 1 column' */

/* Start of CMSMS style sheet 'theme : Simple - Vertical' */
/********************
MENU
*********************/

#menu_vert, #menu_vert ul{
   padding-left: 0;
   margin-left: 0.2em;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.1em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #c0c0c0;
   display: block;   
   padding-left: 0;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.5em 0.8em 0.5em 1.8em;
   color: #18507C; /* this will be link color for all levels */
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 0;
   background-position: 0.1em left;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 0;
}

/* hover state for all links */
div#menu_vert a:hover {
   background: url(uploads/theme/forward.gif) no-repeat 0.2em center;
   color:#fff;
}
div#menu_vert a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
   font-size: 75.01%;
   background-position: 1.5em left;

}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: url(uploads/theme/arrow-right.gif) no-repeat 0.4em center;
   background-color: #005CA2;
   background-position: 1.5em left;
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em left; 
   background-color: transparent;
   color: #18507C;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   /*background: url(uploads/theme/arrow-right-active.gif) no-repeat 0 left;*/
   background-color: #FFCC00;
   display: block; 
   padding: 0.3em 0.2em 0.3em 0;  /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.2em 0.3em 0.5em;
   background-position: 0.4em left;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.2em 0.3em 0;
   /*background: url(uploads/theme/arrow-right-active.gif) no-repeat 2.7em center; */
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 0.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'theme : Simple - Vertical' */

