@charset "ISO-8859-1";

/* CSS Document */

#container {
	float:left;
	margin:0;
	position:relative;
	text-align:left;
	width:710px;
}

#content {
	position:relative;
}

/* Easy Slider */

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}

#slider li {
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	width:710px;
	height:550px;
	overflow:hidden;
}

a.toin {
	float:left;
	display:table;
	width:710px;
	height:550px;
	text-decoration:none;
	overflow:hidden;
}

.opop, tr, td, table {
	margin:0px;
	border:0px;
	padding:0px;
}

.toin1 {
	float:left;
	width:710px;
	height:500px;
	background:url(../gfx/texturas/escura.jpg) repeat;
	overflow:hidden;
}

#slider li a img {
	display:block;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.txt_sdg1 {
	float:left;
	width:640px;
	height:50px;
	line-height:50px;
	background:white;
	padding-left:35px;
	padding-right:35px;
	color:black;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	overflow:hidden;
}

#prevBtn a {
	position:absolute;
	width:50px;
	height:121px;
	display:block;
	background:url(../gfx/galerias/seta_grande_e_h.png) no-repeat;
	float:left;
	left:0px;
	top:190px;
	z-index:1000;
	outline:0px;
}

#nextBtn a {
	position:absolute;
	width:50px;
	height:121px;
	display:block;
	background:url(../gfx/galerias/seta_grande_d_h.png) no-repeat;
	float:left;
	left:660px;
	top:190px;
	z-index:1000;
	outline:0px;
}

