*
{
	margin: 0;
	padding: 0;
	border: none;
}

body
{
	font: 12px Arial, Sans-serif;	
}

#wrap
{
	width: 1000px;
	margin: 0 auto;
	background: url(../img/bg/main.gif) repeat-y center;
}
.row
{
	overflow: hidden;
}

a
{
	text-decoration: none;
	color: #006032;
	background-color: inherit;
}
a:hover
{
	text-decoration: underline;
	color: #00528a;
	background-color: inherit;
}

ul, li
{
	list-style: none;	
}
.hidden
{
	display: none;
}
.invisible
{
	visibility: hidden;
}
hr
{
	color: inherit;
	background-color: #d6d6d6;
	height: 2px;
	margin-top: 0.5em;
}
.messageError
{
	font: 12px Tahoma, Sans-serif;
	color: #bf0000;
	background-color: #f0eef2;
	margin: 0.5em 1.5em 0.5em 13em;
	display: none;
}


/* @group header-banner */
#header-banner
{
	width: 1000px;
	margin: 1em auto 0 auto;
	
}
#header-banner img
{
	margin-left: 1.05em;
	margin-right: 0.6em;
}


/* @end */

/* @group header */
#header
{
	height: 120px;
	background: url(../img/bg/header.gif) no-repeat;	
}

#header h1
{
	display: none;
}
#header img
{
	display: none;
}
#header .info
{
	text-align: right;
	width: 25em;
	float: right;
	margin-top: 20px;
	margin-right: 2em;
	color: #fff;
	background-color: inherit;
}
#header .info .row
{
	margin: 4px 14px 4px 0;	
	height: 18px;
}
#header .info .row a
{
	color: #fff;
	background-color: inherit;
}
#header .info .row a.rss
{
	font-family: Tahoma, Sans-serif;
	font-size: 14px;
	background: url(../img/icon/rss.gif) no-repeat right;
	padding-right: 1.2em;
}
#header .info form#find
{
	margin-right: 17px;
	margin-top: 2px;
	font-size: 11px;
	padding: 0;
}
#header .info form#find input
{
	background-color: transparent;
	width: 150px;
	height: 18px;
	margin-left: 10px;
	font-size: 14px;
}
#header .info form#find a
{
	background: url(../img/icon/find.gif) no-repeat right;
	padding-right: 1.5em;
	font-size: 14px;
	line-height: 18px;
}
#header .info form#find a label
{
	display: none;
	visibility: hidden;
}
#header form a:hover
{
	text-decoration: none;
}

/* @end */

/* @group nav */
ul#nav  
{
	padding: 0;
	margin-left: 1.05em;
	color: #fff;
	background-color: #008a4a;
	height: 2em;
	margin-right: 1.45em;
}

#nav li 
{
	height: 2em;
	line-height: 2em;
	float: left;
	position: relative;
	/*width: 8.07em;*/
	width: 97px;
	text-align: center;
	color: inherit;
	background-color: #008a4a;
}

#nav li.big,
#nav li.big li
{
	width: 15em;
}

#nav li.little,
#nav li.little li
{
	width: 6em;
}

#nav li a
{
	color:white;
	background-color: inherit;
	border-right: 1px solid #fff;
	text-decoration: none;
	display: block;
	height: 22px;
}
#nav li.last a
{
	border-right: none;
} 

#nav li a.active
{
	color: #fff;
	background-color: #006032;
}
#nav li a.last
{
	border-right:none;
}

#nav li:hover
{
	color: #fff;
	background-color:  #006032;
}
/*#nav li a:hover 
{
	color: #fff;
	background-color: #006032;
}*/

#nav li li 
{
	display: block;
	float: none;
	height: auto;
	line-height: 1.5em;
	color: #fff;
	background-color: #008a4a;
	margin:0;
	width:10em;
	overflow: visible;
}

#nav li li a 
{
	display: block;
	background: none;
	color: white;
	background-color: #006032;
	margin: 0.1em 0;
	height: auto;
	border: none;
	padding:0 ;
}

#nav li li:hover 
{
	color: #fff;
	background-color:#008a4a;
}
#nav li li a:hover 
{
	background-color: transparent;
}
#nav li ul 
{
	display: none;
	position: absolute;
	color:#fff;
	background-color: #008a4a;
	top: auto;
	left: auto;
	z-index: 1000;
}

#nav li:hover ul, #nav li.over ul {
	display: block;
	
}
/* @end */

/* @group cover */

/* @group cover-video */
#cover #video
{
	color: #000;
	background-color: #e6e6e6;
	margin-left: 1em;
	margin-right: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#cover #video object
{
	display: block;
	margin: 0.5em auto;
	position: relative;
	z-index: 0;
}
#cover #video .date
{
	font: 10px Georgia, Sans-serif;
	color: #878787;
	background-color: inherit;
	margin-left: 1.3em;
}
#cover #video h2
{
	font: Bold 14px Georgia, Sans-serif;
	color: #3f3f3f;
	background-color: inherit;
	padding-left: 0.9em;
}
#cover #video p
{
	font: 12px Georgia, Sans-serif;
	color: #666;
	background-color: inherit;
	padding-left: 1em;
}
#cover #send_video
{
	width: 345px;
	overflow: hidden;
	height: 110px;
}
#cover #send_video a
{
	width: 345px;
	height: 120px;
	background: url(../img/send-video.gif) no-repeat 0 0;
	display: block;
}
#cover #send_video a:hover
{
	background-position: 0 -119px;
	text-decoration: none;
}
#cover #send_video a span
{
	display: none;
}

/* @end */

#cover
{
	margin-top: 1em;
	margin-left: 1em;
	overflow: hidden;
}
#block_1
{
	float: left;
	width: 600px;
	overflow: hidden;
	margin-left: 1em;
}
#block_2
{
	float: left;
	width: 300px;
	overflow: hidden;
	margin-left: 1em;
}
#block_3
{
	float: right;
	margin-right: 2em;
	width: 340px;
	overflow: hidden;
}

#block_more
{
	clear: both;
	width: 945px;
	overflow: hidden;
	margin-left: 1em;
}

#block_3 .messageError
{
	margin-left: 1em;
	color: #bf0000;
	background-color: #fff;
}
#block_3 .banner
{
	margin-top: 1em;
	margin-left: 2em;
}
#cover #block_1
{
	width: 300px;
}

/* @group cover-real-state */
#cover #real-state
{
	border-bottom: 1px solid #58575d;
	overflow: hidden;
}
#cover #real-state h2
{
	margin-bottom: 0.5em;
}
#cover #real-state .real-state-news
{
	float: left;
	width: 149px;
	margin-bottom: -995px;
	padding-bottom: 1000px;
}
#cover #real-state .first
{
	border-right: 1px solid #eaeaea;
}
#cover #real-state .real-state-news img
{
	float: none;
	display: block;
	margin-top: 0;
	width: 140px;
}
#cover #real-state .news .real-state-news h3,
#cover #real-state .news .first h3
{
	margin: 0 0 0 0.7em;
	line-height: 1em;
	padding: 0;
}
#cover #real-state .real-state-news h3 a
{
	font: Bold 11px Arial, Sans-serif;
	color: #58575d;
	background-color: inherit;
	padding: 0;
	margin: 0;
}
#cover #real-state .real-state-news h3 a:hover
{
	color: #00528a;
	background-color: inherit;
}


/* @end */

/* @group cover-news */

#cover .news
{
	margin-bottom: 0.5em;
}
#cover .news h2
{
	background-color: #e6e6e6;
	color: #3f3f3f;
	font: Bold 12px Georgia,Serif;
	line-height: 2em;
	padding-left: 0.5em;
}
#cover .news .date
{
	color: #58575d;
	background-color: inherit;
	font: 10px Georgia, Serif;
	line-height: 2em;
	margin-left: 0.5em;
}
#cover .news h3
{
	font:  Bold 14px Georgia, Serif;
	line-height: 1.3em;	
	margin-left: 0.3em;
}
#cover .first h3
{
	font-size: 18px;
	line-height: 1.1em;
}
#cover .news img
{
	float: left;	
	width: 100px;
	margin-top: 0.5em;
	margin-left: 0.5em;
	margin-right: 0.5em;
}
#cover .first img
{
	float: right;
	margin-right: 1em;
}
#cover .news p
{
	font: 13px Arial, Sans-Serif;
	color: #58575d;
	background-color: inherit;
	line-height: 1.3em;
	margin: 0 1em 1em 0.4em;
}
#cover .first p
{
	margin-top: 0.5em;
}

#cover .news .subnews
{
	border-top: 1px solid #d6d6d6;
	overflow: hidden;
	padding: 0.5em 0 0.9em 0;
}
#cover .news .subnews h3
{
	font: Bold 14px Arial, Sans-serif;
	
}
#cover .news .subnews h3 a
{
	color: #3f3f3f;
	background-color: inherit;
}
#cover .news .subnews h3 a:hover
{
	color: #00528a;
	background-color: inherit;
}
#cover .news .first
{
	border-top: none;
}
#cover .news .subnews img
{
	margin-right: 1em;
}
#cover .news .first img
{
	float: left;
}
/* @end */



/* @group cover-ticker */
#cover #tickers{
	overflow: hidden;
	height: 10em;
}
#cover #tickers .council
{
	float: left;
	width: 49%;
	height: 9em;
	margin-right: 2%;
	color:inherit;
	background-color: #fedfa3;
}
#cover #tickers .council h2
{
	font-family: Georgia, Arial, Serif;
	font-size: 10px;
	color: black;
	background-color: #3cb371;
	}
#cover #tickers .ticker_vila
{
	float: left;
	width: 49%;
	height: 9em;
	color:inherit;
	background-color: #fedfa3;
}
#cover #tickers h2
{
	background-color: #e6e6e6;
	color: #3f3f3f;
	font: Bold 10px Georgia,Arial, Serif;
	line-height: 2em;
	padding-left: 0.5em;
	margin-bottom: 0.5em;
}

#cover #tickers .ticker_vila h2{
	color: black;
	background-color: #ff6600;
	
}

#cover #tickers #ticker_vila, #cover #tickers #council{
	background: url(../img/dot.gif) no-repeat left 0.5em;
	padding-left: 1em;
	margin: 1em 0.5em;
}

#cover #tickers a
{
	font: Bold 11px Georgia, Sans-serif;
	color: #3a3a3e;
	background-color: inherit;
}
#cover #tickers a:hover
{
	color: #00528a;
	background-color: inherit;
}


/* @end */


/* @end */

/* @group newsletter */
#newsletter
{
	margin-top: -7px;
	width: 340px;
	height: 75px;
	background: url(../img/box-newsletter.gif) no-repeat 0 0;
}
#newsletter label
{
	color: #f1f1cc;
	font: Bold 14px Arial, Sans-serif;
	background-color: inherit;
	margin-top: 1em;
	margin-left: 1.5em;
	display: block;
}
#newsletter input
{
	background: transparent;
	margin-left: 21px;
	margin-top: 9px;
	width: 220px;
	float: left;
	height: 18px;
}
#newsletter .fielderror
{
	color: #bf0000;
	background-color: inherit;
}
#newsletter a
{
	float: left;
	width: 5em;
	margin-left: 1em;
	color: #fff;
	background-color: #006032;
	margin-top: 0.6em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	border: 1px solid #05552e;
}
#newsletter a:hover
{
	color: #006032;
	background-color: #fff;
	border: 1px solid #848f8b;
	text-decoration: none;
}
/* @end */

/* @group section */
#section
{
	margin-top: 1em;
	margin-left: 1em;
	overflow: hidden;
}
#section h2
{
	background-color: #e6e6e6;
	color: #3f3f3f;
	font: Bold 12px Georgia, Serif;
	line-height: 2em;
	padding-left: 0.5em;
}
#section .news
{
	overflow: hidden;
	border-bottom: 1px solid #d6d6d6;
	padding: 1em 0;	
}
#section .summary-news
{
	border: none;
	padding: 1em;
}
#section .summary-news h3
{
	margin-top: 0.2em;
}
#section .inmo-news
{
	margin-top: 1em;	
	overflow: hidden;
}
#section .inmo-news img
{
	width: 170px;
	float: left;
	margin-right: 1em;
}
#section .inmo-news .date
{
	color: #58575d;
	background-color: inherit;
	font: 10px Georgia, Serif;
	line-height: 2em;
	margin-left: 0.5em;	
}
#section .inmo-news h3
{
	font: Bold 16px Georgia, Sans-serif;
}
#section .inmo-news dl
{
	overflow: hidden;
	margin-top: 0.5em;
	
}
#section .inmo-news dl dt
{
	font: 13px Arial, Sans-serif;
	float: left;
	width: 10em;
	color: #3f3f3f;
	background-color: inherit;
	line-height: 1.5em;
}
#section .inmo-news dl dd
{
	font: 13px Arial, Sans-serif;
	float: left;
	width: 20em;
	color: #71827c;
	background-color: inherit;
	line-height: 1.5em;
}
#section .par
{
	color: inherit;
	background-color: #f2f2f2;
}
#section .news img
{
	float: left;
	margin-right: 1em;
	width: 200px;
}
#section .news .date
{
	font: 11px Georgia, Sans-serif;
	color: #878787;
	background-color: inherit;
	
}
#section .news strong
{
	display: block;
	font: Normal 14px Arial, Sans-serif;
	color: #464646;
	background-color: inherit;
	line-height: 1.3em;
	padding-top: 0.2em;
}
#section .news h3
{
	margin-top: 0.2em;
	font: Bold 16px Georgia, Sans-serif;
}
#section .news h3.first
{
	font-size: 18px;
}
#section .news p
{
	font-size: 13px;
	color: #585b46;
	background-color: inherit;
	margin-top: 0.5em;
	line-height: 1.3em;
}
/* @end */

/* @group news */
#news
{
	margin-top: 1em;
	margin-left: 1em;
	overflow: hidden;
	padding-bottom: 1em;
}
.video-news
{
	color: inherit;
	background-color: #f2f2f2;
	padding: 0.5em 1em 1em 1em;
}
#news .section
{
	background-color: #e6e6e6;
	color: #3f3f3f;
	font: Bold 12px Georgia, Serif;
	line-height: 2em;
	padding-left: 0.5em;
	overflow: hidden;
}
#news .actions
{
	border-bottom: 1px solid #d6d6d6;
	padding: 0.5em 0;
	overflow: hidden;
}
#news .actions a
{
	color: #3f3f3f;
	background-color: inherit;
	font: 11px/15px Tahoma, Sans-serif;
	height: 15px;
	padding-left: 1.5em;
	padding-right: 0.3em;
	margin-left: 1em;
	float: right;
}
#news .actions a.print
{
	background: url(../img/icon/print.gif) no-repeat 0 0;
}
#news .actions a.pdf
{
	background: url(../img/icon/pdf.gif) no-repeat 0 2px;
}
#news .actions a.send
{
	background: url(../img/icon/send-news.gif) no-repeat 0 2px;
}
#news .actions a:hover
{
	color: #00528a;
	background-color: inherit;
}
#news .actions a.print:hover
{
	background-position: 0 -16px;
	
}
#news .actions a.pdf:hover
{
	background-position: 0 -13px;

}
#news .actions a.send:hover
{
	background-position: 0 -13px;

}
#news .news-intro
{
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	margin-top: 1em;
}
#news .author
{
	font: Bold 11px Georgia, Serif;
	color: #414141;
	background-color: inherit;
}
#news .date
{
	color: #58575d;
	background-color: inherit;
	font: 11px Georgia, Serif;
	margin-left: 0.5em;
}
#news h2
{
	font: Normal 30px Georgia, Sans-serif;
	color: #006032;
	background-color: inherit;
}
#news h3
{
	font: Normal 17px Arial, Sans-serif;
	color: #464646;
	background-color: inherit;
}

#news .entradeta
{
	font: Normal 16px Georgia,Sans-serif;
	color: #464646;
	background-color: inherit;	
	margin-bottom: 0.5em;
}
#news .photo
{
	float: right;
	clear: right;
	margin-bottom: 1em;
}
#news .photo img
{
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	width: 300px;
}
#news .photo p{
	text-align: right;
	color: #585b46;
	background-color: inherit;
	font-size: 12px;
	width: 300px;
	line-height: 16px;
	margin: 0.3em 0 0.3em 0.5em;
}

/*#news .photo p.second{
	margin-bottom: 0.3em;
}
#news .photo p.first
{
	font-size: 12px;
}*/
#news #gallery{
	clear: both;
	margin-top: 1em;	
}
#news #gallery .photo,
#news #gallery .photo img,
#news #gallery .photo p
{
	width: auto;
}
#news #gallery .photo
{
	float: none;
	margin-left: 0;
	margin-top: 0.5em;
	padding-left: 0;
}

#news #gallery .photo p
{
	text-align: left;
	margin-left: 0;
}
#news #gallery .photo img
{
	margin-left: 0;
}
#news p
{
	color: #585b46;
	background-color: inherit;
	font: Normal 15px Georgia, Sans-serif;
	margin-top: 0.7em;
	line-height: 1.3em;
}

#news #gallery p.start-photo{
	font-style: italic;
	font-weight: bold;
}

#news #attach
{
	margin: 0 0.7em 0 0.7em;
}
#news #attach ul
{
	border: 1px solid #d6d6d6;
	font: Normal 11px Arial, Sans-serif;
	margin-bottom: 0.5em;
}
#news #attach ul li
{
	background: url(../img/dot.gif) no-repeat 1em 0.8em;
	padding: 0.4em 0 0.4em 2em;
	line-height: 1.3em;
}
#news #attach ul li.title
{
	color: #fff;
	background-color: #00528a;
	display: block;
	text-align: center;
	font-weight: normal;
	padding: 0.4em 0;
	background-image: none;
}
#news #attach ul li a
{
	color: #464646;
	background-color: inherit;
}

#news #attach ul li a:hover
{
	color: #00528a;
	background-color: inherit;
}

#news object
{
	display: block;
	margin: 1em auto;
}
#news .data-inmo
{
	float: left;
	width: 300px;
	margin-right: 1em;
	margin-top: 1em;
	font: 13px Arial, Sans-serif;
	line-height: 1.5em;
}
#news .data-inmo .label
{

	float: left;
	color: #3f3f3f;
	background-color: inherit;
	margin-right: 1em;
	width: 10em;
	text-align: right;
}
#news .data-inmo .caracteristica
{
	float: left;
	width: 12em;
	color: #71827c;
	background-color: inherit;
	
}
#news .photos
{
	margin-top: 1em;
	float: left;
	width: 280px;
}
#news .photos img
{
	width: 280px;
}
/* @end */



/* @group pagination */
.pagination
{
	text-align: right;
	margin: 1em 0;
	font: 14px Tahoma, Sans-serif;
}
.pagination a
{
	color: #000;
	background-color: inherit;
	
}
.pagination a:hover
{
	text-decoration: none;
}
.pagination a.before
{
	background: url(../img/nav-before.gif) no-repeat left;
	padding-left: 5px;
}
.pagination a.after
{
	background: url(../img/nav-after.gif) no-repeat right;
	margin-right: 5px;
	padding-right: 5px;
}
#block_3 .pagination
{
	text-align: left;
	margin-left: 1em;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	padding: 0.5em 0;
}
#block_3 .pagination a:hover
{
	text-decoration: underline;
	color: #00528a;
	background-color: inherit;
}
#block_3 .pagination a.before
{
	padding-left: 10px;
}
#block_3 .pagination .first
{
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #d6d6d6;
}
#block_3 .news
{
	margin-left: 1em;
	margin-right: 0.5em;
}
/* @end */

/* @group contact-form */
#contact-form
{
	display: block;
	margin: 1em auto;
	width: 452px;
	background: url(../img/form/form-middle.gif) repeat-y;	
}
#contact-form .top
{
	background: url(../img/form/form-top.gif) no-repeat;
	height: 15px;	
}
#contact-form .bottom
{
	height: 15px;
	background: url(../img/form/form-base.gif) no-repeat;
}
#contact-form .row
{
	border-bottom: 1px solid #d6d6d6;
	padding: 0.5em 0;
}
#contact-form .last
{
	border: none;
}
#contact-form label
{
	font-size: 14px;
	float: left;
	width: 10em;
	text-align: right;
	margin-right: 1em;
	color: #8c8c8c;
	background-color: inherit;
}
#contact-form input
{
	border: 2px solid #8c8c8c;
	width: 20em;
}
#contact-form .fieldError
{
	border: 2px solid #bf0000;
}
#contact-form input.checkbox
{
	width: 1em;
	border: 2px solid #8c8c8c;
	font-size: 1.7em;
	height: 1em;
	margin-left: 7.5em;
	float: left;
	line-height: 2em;
	margin-top: 0.2em;
}
#contact-form label.checkbox
{
	width: 17em;
	line-height: 2em;
}
#contact-form textarea
{
	border: 2px solid #8c8c8c;
	width: 20em;
	height: 4em;
}

#contact-form .button
{
	float: right;
	width: 5em;
	margin-right: 3em;
	color: #fff;
	background-color: #8c8c8c;
	margin-top: 0.6em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	border: 1px solid #848f8b;
}
#contact-form .button:hover
{
	color: #848f8b;
	background-color: #fff;
	border: 1px solid #848f8b;
	text-decoration: none;
}
/* @end */

/* @group list */
table#list
{
	text-align: left;
	width: 100%;
	margin-top: 1em;
	border-collapse: collapse;	
}
table#list tr
{
	line-height: 1.5em;
}
table#list thead tr th
{
	font: 14px Tahoma,Sans-serif;
	color: #3f3f3f;
	background-color: #e6e6e6;
	height: 20px;
	line-height: 20px;
	padding-left: 0.9em;
}
table#list tbody tr td
{
	font: 12px Arial,Sans-serif;
	height: 30px;
	line-height: 30px;
	padding-left: 1em;
}
table#list tbody tr.par td
{
	color: inherit;
	background-color: #f2f2f2;
}
table#list tbody tr td a
{
	color: #666;
	background-color: inherit;
	
}
table#list tbody tr td.first a
{
	color: #008a4a;
	background-color: inherit;	
}

table#list tbody tr:hover td a
{
	color: #00528a;
	background-color: inherit;
	text-decoration: underline;
}


/* @end */

/* @group static */
#static
{
	margin-top: 1em;
	margin-left: 1em;
	overflow: hidden;
	padding-bottom: 1em;
}
#static h2
{
	background-color: #e6e6e6;
	color: #3f3f3f;
	font: Bold 12px Georgia, Serif;
	line-height: 2em;
	padding-left: 0.5em;
	margin-bottom: 1em;
}
#static h3
{
	font: Normal 24px Georgia, Sans-serif;
	color: #006032;
	background-color: inherit;
	margin-bottom: 0.5em;
}
#static p
{
	color: #585b46;
	background-color: inherit;
	font: Normal 16px Georgia, Sans-serif;
	margin-top: 0.5em;
	
}
#static .legal h3
{
	margin-top: 0.5em;
}
#static .legal p
{
	font-size: 14px;
}

#static ul#content-list,
#static ul#bots-list
{
	float: left;
	width: 300px;
}
#static ul#content-list li,
#static ul#bots-list li
{
	padding: 0.2em 0;
}
#static ul#content-list li h4,
#static ul#bots-list li h4
{
	font-size: 12px;
}
/* @end */




/* @group footer */
#footer
{
	height: 40px;
	line-height: 40px;
	margin-bottom: 1em;
	padding-left: 1.5em;
	background: url(../img/bg/footer.gif) no-repeat;
	text-align: center;
}
#footer a
{
	font-weight: bold;
	color: #fff;
	background-color: inherit;
}

/* @end */
