@charset "ISO-8859-1";
/* CSS Document */

body {
	background: #333333 url("imagens/fundo_topo.png") repeat-x;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
body, html { 
	height:100%;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.main {
	position: relative;
	margin: 0 auto;
	width: 760px;
}
#topo {
	position: relative;
	width: 760px;
	height: 120px;
	margin-top: 10px;
}
#logo {
	position: relative;
	width: 460px;
	height: 120px;
	float: left;
}
#player {
	position: relative;
	width: 300px;
	height: 120px;
	float: right;
}
#menu {
	position: relative;
	width: 760px;
	height: 70px;
}
#rodape {
	position: relative;
	background: url(imagens/rodape.png) no-repeat;
	width: 760px;
	height: 29px;
	text-align: center;
	padding-top: 15px;
}
.opcoes_servicos, .opcoes_servicos_outros {
	position: relative;
	width: 760px;
	height: 75px;
	padding-top: 76px;
	text-align: center;
}
.opcoes_servicos {
	background: url(imagens/servicos_fundo.png) no-repeat;
}
.opcoes_servicos_outros {
	background: url(imagens/parceiros_fundo.png)  no-repeat;
}
.opcoes_servicos img, .opcoes_servicos_outros img {
	border: 0;
	margin-left: 10px;
	margin-right: 10px;
}
em {
	background:url(imagens/hover.gif) no-repeat; 
	width:172px; 
	height:51px; 
	position:absolute; 
	text-align:center; 
	padding:14px 20px 10px 16px; 
	z-index:2; 
	display:none;
	color:#333; 
	top:-200px;
	line-height:35px;
	font-size: 10px;
	font-style:normal;
}
.comm {display:inline; 
	position:relative;
	padding:0;
}
.comm em {
	left:-50px;
}
.titulo {
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 30px;
}
#tituloFotolog {
	position: relative;
	background: url(imagens/titulo_ultimas_fotos.png) no-repeat;
	width: 760px;
	height: 90px;
}