*{margin:0;padding:0}


#cap_slide_show{
	
	 width:80%;
	height:260px;
	/* padding-top:10px; */
 background:#fff;
 margin:0 auto;
	display:table;
	margin-top:30px;
	margin-bottom:4px;
	padding-bottom:15px;
	
}

.sl_1{
	width:550px;
	/* height:370px; */
	/* background:#c32;  */
	float:left;
	padding:0 20px 0 0;
}


.sl_2{
	width:500px;
	/* height:370px; */
	 /* background:red; */
	float:right;
}
	

.sl_1 h1{
	color:#000!important;
	font-size:35px;
	font-family:Arial!important;
	font-weight:bold!important;
	line-height:40px!important;
	padding:40px 0 30px 0;
	margin-bottom:0!important;
	/* height:150px!important; */
	display:block;
}

.sl_1 a{text-decoration:none!important;border:none!important}
.sl_1 a h1:hover{color:#016492!important; }

.sl_1 p{
	color:#000!important;
	font-size:18px!important;
	text-align:left;
}

.sl_2 img{
	height:370px;
	
}

/* ___ADAPTAÇÃO NEWS FLASH___ */

#newsflash_slide img{
	width:500px;
	height:370px;
	/* background:red; */
	float:right;
}

#newsflash_slide{
	
	width:550px;
	height:370px;
	 background:red;
	float:left;
	padding:0 20px 0 0;
	
}


/* ////___ADAPTAÇÃO NEWS FLASH___ ////*/


#slide_show{
/* width:500px; */
/* height:330; */
margin:0 auto;
overflow:hidden;
}

.slides {
width:500px;
/* height:330; */
margin:0 auto;
overflow:hidden;
}

.img_slides{
width:500px;
height:333px;
border-radius:5px;
}



.t_slide a{
width:480px;
color:#fff;
text-decoration:none;
height:77px;
padding:10px 0px 0 20px;
/* padding-top:100px; */
float:left;
font-size:20px;
z-index:999;
text-shadow: -2px -1px #000;
}

.t_slide a:hover{
/* text-decoration:underline; */
/* background:#fff; */
/* color:#dae9a7; */
}

.t_slide{
position:absolute;
float:left;
bottom:2px;
/* left:24px; */

width:100%;
height:77px;
/* padding:0px 34px; */
background:#032F4A /* url(../images/fundo_foto_slide.png) */;
/* padding-right:20px; */
/* opacity: 0.65;
filter: alpha(opacity=65); */
color:#000!important;
border-radius:0 0 5px 5px; 
 opacity: 0.80;
filter: alpha(opacity=80);

}

#navegar{
	width:100%;
	height:50px;
	/* background:#ccc; */
	position:relative;
	/* float:left; */
	 z-index:99;
}

#navegar .prev{
width:50px;
height:50px;

background-image: url(../images/previous.png);
background-repeat: no-repeat;
background-size: 95%;
float:left; 
position:absolute;
top:-220px;
left:-40px;
z-index:4;
/* padding-right:100px; */
opacity: 0.50;
filter: alpha(opacity=50);
}

#navegar .next{
width:50px;
height:50px;

background-image: url(../images/next.png);
background-repeat: no-repeat;
background-size: 95%;
float:right; 
border:none;
position:absolute;
top:-220px;
right:-40px;
z-index:4;
opacity: 0.50;
filter: alpha(opacity=50);
/* color:red; */
}

#navegar .next:hover{
opacity: 0.80;
filter: alpha(opacity=80);
}

#navegar .prev:hover{
opacity: 0.80;
filter: alpha(opacity=80);
}

#controls{
margin:0 auto;
width:120px;
position:relative; 
/* left:100px; */
/* padding-top:50px; */
/* float:left; */
top:-30px;
/* left:250px; */
z-index:9999;
text-align:center;

}

.numbers a{
		/* padding:5px; */
		font-size:0px; 
		/* font-weight:bold; */
		text-decoration: none;
		margin:0 8px;
		/* color: #004081; */
		/* border: 1px solid #0096E8; */
		width:10px;
		height:10px;
		/* background:url(../images/nubers_in.png);		 */
		background:#ACACAC;		
		text-align: center;
		float:left;
		/* border:2px solid #fff; */
		border-radius:100%;
		/* box-shadow: 2px 2px 3px #bed7e9; */
		
	}
	
 .numbers a.activeSlide {
	 /* background:url(../images/nubers_at.png)!important; */
	 background:#000;
	 }