@import url("topo.css");
@import url("menu.css");
@import url("consumidores.css");
@import url("geradores.css");
@import url("sobre.css");
@import url("rodape.css");

* { margin:0; padding:0; }
html { background: url("../_img/bg3.gif") repeat-x; }
body { font:11px arial, sans-serif; color:#555555; position:relative }
ul, ol { list-style:none; font-size: 12px; }
img, abbr, acronym { border:none }
.bordaBottom { width:770px; margin:0 auto; background:#686A6C }
.clear { clear:both }
.copy
{
	width:770px; 
	height:30px; 
	margin:0 auto; 
	text-align:center; 
	font:11px arial, sans-serif; 
	color:#000;
	position:relative;
	top:7px;
	clear:both
}

#Geradores,
#Consumidores,
#destaqueHome { background:#ECECEC }

/* home */
body.home #topContent { _height:91px }

body.home .selecionePerfil,
body.home .boxesHome { background:#ECECEC }
body.home .boxesHome { height:205px }
body.home .selecionePerfil { height:50px; text-align:center }
body.home .geracaoEnergia
{
	width:360px;
	height:182px;
	float:left;
	margin-left:18px;
	_margin-left:9px;
	margin-right:13px;
}
body.home .geracaoEnergia h4
{
	width:360px;
	height:32px;
	background:url("../_img/titGeracaoEnergia.jpg") no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-1999px;
}
body.home .conteudoGeracao,
body.home .conteudoConsumidor
{
	position:relative;
	height:171px;
	background:url("../_img/bgBoxesHome.jpg") repeat-y;
}
body.home .conteudoGeracao p,
body.home .conteudoConsumidor p { padding:11px }
body.home .conteudoGeracao a.btnAcessarG,
body.home .conteudoConsumidor a.btnAcessarC
{
	width:79px;
	height:27px;
	position:absolute;
	bottom:0;
	right:10px;
	display:block;
	overflow:hidden;
	text-indent:-1999px;
}
body.home .conteudoGeracao a.btnAcessarG { background:url("../_img/btnAcessarGerador.jpg") no-repeat; }
body.home .conteudoConsumidor a.btnAcessarC { background:url("../_img/btnAcessarConsumidor.jpg") no-repeat; }
body.home .consumidorEnergia
{
	width:360px;
	height:182px;
	float:left;
}
body.home .consumidorEnergia h4
{
	width:360px;
	height:32px;
	background:url("../_img/titConsumidorEnergia.jpg") no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-1999px;
}
.fullHeight { height: 100%; }

/* fale conosco */

.contFale {
	width:310px;
	margin-left:28px;
	padding-bottom:20px;
}
.contFale fieldset { border:none }
.contFale legend { display:none }
.contFale label { font-weight:bold; }
.contFale input.formFale {
	width:300px;
	height:15px;
	padding:3px 5px;
}
.contFale .btnEnvia {
	width:45px;
	height:15px;
	border:none;
	padding:0;
	float:right;
	cursor:pointer;
}
.contFale textarea {
	width:300px;
	height:150px;
	padding:3px 5px;
}
.contFale input.formFale, .contFale textarea {
	background:url("../_img/bgInputFale.gif") no-repeat left top;
	border:1px solid #5B5C5B;
	font: 11px Arial, Sans-serif;
	color:#5B5C5B;
}
.contFale ul li { margin-bottom:10px; }
.contFale span  {
	font-size:12px;
	margin:0 0 10px 0;
	display:block;
}
.aviso { font-weight:bold; color:#C00; }

.txtBold { font-weight:bold; }