/* CSS Document */
*{
	margin:0px;
	padding:0px;	
}
body{
	margin:0px;
	background-attachment: scroll;
	background-image: url(imgs/bgTopo.png);
	background-repeat: no-repeat;
	background-position: center top;
	/*font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Geneva, sans-serif;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1{
	margin: 0px;
	padding: 0px;
	font-style:normal;
	font-size: 22px;	
}

h2{
	margin: 0px;
	padding: 0px;
	font-weight:normal;
	font-size: 18px;
}

h3{
	margin: 0px;
	padding: 0px;
	font-weight:normal;
	font-size: 16px;
}

h4{
	margin: 0px;
	padding: 0px;
	font-weight:normal;
	font-size: 14px;
}

h5{
	margin: 0px;
	padding: 0px;
	font-weight:normal;
	font-size: 12px;
}

h6{
	margin: 0px;
	padding: 0px;
	font-weight:normal;
	font-size: 10px;
}
.cinza{
	color:#666;	
}

.preto{
	color:#000;	
}

.laranja{
	color:#F60;	
}



/*MEDIABOX*/

#mediaBox {
	width: 680px;
	height: 355px;
	overflow: hidden;
	background-color: #FFF;
	position:relative;
	background-attachment: scroll;
	background-image: url(imgs/bgMediaBox.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;

}
#mediaBox li {
	list-style-type: none;
	display: block;
	width: 680px;
	float: left;
}
#mediaBox a {
	height:355px;
	display: block;
	text-decoration: none;
}
#mediaBox a:hover {
}
#mediaBox a .fotoMediaBox{
	display:block;
	width:680px;
	height:300px;
	overflow:hidden;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
}
#mediaBox a .txtMediaBox {
	display: block;
	height: 50px;
	overflow: hidden;
	margin-top:5px;
}

#mediaBox a .txtMediaBox .cliPort {
	font-size: 12px;
	font-weight: bold;
	color: #766D4E;
	text-align: left;
	display: block;
	margin-left: 20px;
	margin-top: 5px;
}
#mediaBox a .txtMediaBox .titPort {
	font-size: 24px;
	font-weight: bold;
	color: #5D0691;
	text-align: left;
	display: block;
	margin-left: 20px;
}

#mediaBox #vai {
	width: 50px;
	height: 50px;
	display: block;
	text-indent: -3000px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-image: url(imgs/btVai.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
#mediaBox #vai:hover {
	background: url(imgs/btVai.png) 0 -50px no-repeat;
}
#mediaBox #volta {
	width: 50px;
	height: 50px;
	display: block;
	text-indent: -3000px;
	position: absolute;
	bottom: 0px;
	right: 55px;
	background-image: url(imgs/btVolta.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
#mediaBox #volta:hover {
	background: url(imgs/btVolta.png) 0 -50px no-repeat;
}

/*







