@charset "UTF-8";
/* CSS Document */

/* Início Imageslider */ 

#cont-imageslider {
	display: block;
	left: 0;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 140px;
	margin-bottom: 40px;
	overflow: auto;
	position: absolute;
	top: 0;
	width: 70%;
}

/*******************************************/

/* Início URL Externa */
.conteudos-externos iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 70%;
	height: 100%;
	margin-right: 15%;
	margin-left: 15%;
}
/* Fim URL Externa */ 