* {margin: 0; padding: 0; outline: none;}
img {border: none;}

.titulo { padding-bottom:30px; margin-top:30px;}
.titulo h1 { font-family:Arial, Helvetica, sans-serif; color:#FFF;text-align: center; font-weight:normal;}
.container {
	overflow: hidden;
	width: 910px;
	margin: 0 auto;
}

/* COLOR VERDE CLARO: #2e4522
   COLOR VERDE OSCURO: #0a1803 */
#main {
	background-color:#333;	/*background: #f0f0f0;
	border: 1px solid #ccc;*/
}
a {color: #fff;}
 
/*--Main Image Preview--*/
.main_image {
	width: 586px; height: 300px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.main_image h2 {
	font-size:20px;
	font-weight:bold; color:#FFF; letter-spacing:-1px;
	margin: 0 0 5px; padding-left:20px; padding-top:10px;
}
.main_image p {
	padding-top:5px;
	margin-top:10px;
	border-top:1px #333 solid;
	width:550px;
	font-size:12px;
	color:#CCC;
	padding-bottom:5px;
	margin-left: 20px;
	line-height: 1.6em;
}
.block small { 
	padding: 0 0 0 0px;
	background: url(imgs/icon_calendar.gif) no-repeat 0 center; 
	font-size: 12px;
	color:#E6E6E6;
}
.main_image .block small {margin-left:20px; display:none;}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 100%;
	background: #111;
	border-top: 1px solid #000;
}
.main_image a.collapse {
	background: url(imgs/pestania.png) no-repeat left top;
	height: 20px; width: 75px;
	text-indent: -99999px;
	position: absolute; 
	top: -20px; right: 20px; 
}
.main_image a.show {background-position: left bottom;} 
 
.vinculo { color:#FFF; text-decoration:none;}
.vinculo :hover { color:#009;}
 
.image_thumb {
	float: left;
	width: 324px;
	background: #333;
}
.image_thumb img {
	float: left;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0; padding: 0px 0px;
	background: #333 url(imgs/nav_a.gif) repeat-x;
	width: 320px;
	float: left;
	border-bottom: 1px solid #444;
}
.image_thumb ul li.hover {
	background: #666;
	cursor: pointer;
}
.image_thumb ul li.active {
	background: #888;
	cursor: default;
}
html .image_thumb ul li h2 {
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 5px 0; padding: 0;
	color: #FFF;
}
.image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 182px;
}	
.image_thumb ul li p{display: none;}

