.boxGrag{
	margin:0;
	width:100%;
}

#drop-D, #drop-L, #drop-C{
	width:260px;
	height:auto !important;
	display:block;
	margin-top:10px;
	overflow:hidden;
}

#drop-L, #drop-C{
	float:left;
}
#drop-C{
	margin-left:12px;
}
#drop-D{
	margin-top:-10px;
	_margin-top:10px;
	float:right;
}


/***** SLIDE SHOW *****/
.divatrativos{
	margin:20px 0 0 0;
	width:535px; 
}
#atrativos{
	width:520px;
	height: 220px;
	border: 1px solid #FFF;
	background:#FFF;
	margin:10px 0 10px 7px;  
}
.pagelinks{
	color:#525252;	
	padding: 4px;
}
.pagelinks a{
	font-weight: bold;
	color: #525252;
	font-size:110%;
}
.slideshowCaption a, .slideshowCaption{
	font-weight: bold;
	font-size:14px;
	color:#FFF;	
	-moz-opacity: 0.99;
	opacity: 0.99;
	filter: alpha(opacity=99);
}

.slideshowCaption a:hover{	text-decoration:none;	color:#FFF;	
 }
.slideCaption{
	background-color: #000;
	padding: 4px;
	text-align: center;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.pagelinks a.activeSlide{	color: #BF7F00; }
/* this is for IE so the prev/next links can be hovered*/
.nextSlide,.prevSlide { 	background-image: url(../_img/default/spacer.gif); }

.nextSlide:hover
{
	background-image: url(../_img/default/nextslide.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.prevSlide:hover
{
	background-image: url(../_img/default/prevslide.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}


/**** CALENDARIO ****/
#boxcalendario ul{
	margin-top: 5px;
}

#boxcalendario li a{
	background:#444;
	margin-left:5px;
	margin-top:1px;
	margin-bottom:1px;
	height:75px;
	display:table;
}
#boxcalendario li a img{
	margin:0;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#boxcalendario li a:hover img{
	-moz-opacity: 0.99;
	opacity: 0.99;
	filter: alpha(opacity=99);
}


/**** VIDEO E IMAGENS ****/
#boxvideo ul{
	margin-top: 8px;
}
#boxvideo li img{
	float:left;
	margin-right:5px;
}

#boxvideo ul li{
	height:65px;
	line-height:65px;
	margin-top:15px;
}
#boxvideo ul li a{
	font-weight:bold;
	font-size:110%;
}

/**** NOTICIAS / ARTICULISTA ****/
.noticias h3, .articulistas h3{
	font-size:160%;
	color:#525252;
}
.articulistas a:hover h3 , .noticias a:hover h3{
	color:#630;
}

.noticias, .articulistas{
	padding:5px; 
	margin-top:5px;
	width:240px !important;
	border:1px solid #ddd;
	background-color: #fff;

}
.noticias{
	height:90px !important;
	
} 
.articulistas{
	height:144px !important;
}

.articulistas a, .noticias a{
	display:block;
}
.articulistas a{
	overflow:hidden;
	height:130px !important;
	padding:5px 0;

}
.noticias a{
	overflow:hidden;
	height:80px !important;
	padding:5px 0;
}

.noticias a:hover, .articulistas a:hover{	 text-decoration:none; }
.noticias a:hover p, .articulistas a:hover p{ color:#630; }
.noticias a{
	height:75px !important;
	width:240px !important;
	display:block;
}
.noticias img, .articulistas img{
	float:right;
	margin:0 0 5px 5px;
	padding:2px;
	border:1px solid #960;
}

.articulistas a:hover img , .noticias a:hover img{
	border:3px solid #960;
	padding:0;
}




