﻿/* Css Padrão do site - Semantica sempre na estrutura do site!important
---------------------------------------------------------------------------------------- */
body {
	font: normal 11px verdana;
	margin: 0px;
	padding: 0px;
	color: #000;
	text-align: center;
}
* {
	outline:0px;
}

/* Definição das tags:
---------------------------------------------------------------------------------------- */
ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

a{
	color:#000;
	text-decoration:none;	
}

a:hover{
	text-decoration: underline;
}

img{
	border: 0;
}

iframe{
	margin: 0px;
	padding: 0px;
}

input, select{
	margin: 0px;
	padding: 0px;
	font: normal 10px verdana;
	height: 19px;
	border: 1px solid #D88895!important;
}

textarea, label{
	margin: 0px;
	padding: 0px;
	font: normal 10px verdana;	
}

form input, form textarea {
	border: none!important;
	border: 1px solid #D88895!important;
}
form .noBorder {
    border: none!important;
	height: auto;
}
fieldset {
	border:none!important;
	padding:0px;
	margin:0px;
}
object{
	outline: none;
}

p{
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

h1{
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font: normal 11px verdana;
	color: #868686;
	font-weight: bold;
}

h2{
	float:left;
	width:100%;
	margin:0px;
	padding:10px 0px 7px 0px;
	font:bold 11px verdana;
}

/* Classes gerais
---------------------------------------------------------------------------------------- */
.clear{
	clear: both;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.floatLeftImg{
	float: left;
	padding: 0px 15px 0px 0px;
}
.floatRightImg{
	float: right;
	padding: 0px 0px 0px 15px;
}
.bold {
	font-weight:bold;
}
.verde {
	color:#819942;
}

/* Estrutura do site
---------------------------------------------------------------------------------------- */
#wrapperFull {
	width: 100%;
	float: left;
}
#wrapper {
	width: 995px;
	text-align:left;
	margin: 0px auto;
}


/* Topo
---------------------------------------------------------------------------------------- */
#wrapperTop {
	float: left;
	width:995px;
	font-size:10px;
	background: #ececec url('/energia/images/HomeNovoLogo/bg_headerMenu.gif') no-repeat 0px 0px;
	height: 105px;	
	margin:5px 0 0 0;
}
#wrapperTop #topo {
	/*padding:20px 0px 0px 15px;*/
	float:left;
	width:965px;
	margin:0 0 0 15px;
	display:inline;
	background:#ececec;
	position:relative;
	overflow:hidden;
	height: 105px;	
}
.rightBg {
	float:left;
	width:15px;
	height: 105px;
	background: #ececec url('/energia/images/HomeNovoLogo/bg_headerMenu.gif') no-repeat right 0px;
}
#wrapperTop #topo ul {
	width: 854px;
	float:left;
	padding:80px 0 0 0;
	display:inline;
	margin:0 0 0 20px;
}

#wrapperTop #topo img{
	position:absolute;
	top:0;
	left:-45px;
	z-index:30;
}

#topo ul li {
	float: left;
	margin:0;
	padding:0 0 0 12px;
	height:27px;
	position:relative;
	z-index:40;
}
#topo ul li a {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding: 0px 12px 0px 0px;
	float: left;
	display: block;
	line-height:2.5;
	color: #231f20;
	font-family:Calibri;
	height:27px;
}

#topo ul li.on{
	background:#e50001 url('/energia/images/HomeNovoLogo/bg_menuLeft.gif') no-repeat 0px 0px;
}

#topo ul li.on a{
	background:url('/energia/images/HomeNovoLogo/bg_menurRight.gif') no-repeat right 0px ;
	color:#fff;
}
/* Conteudo
---------------------------------------------------------------------------------------- */
#wrapperContent {
	width:995px;
	float:left;
	padding:20px 0px 0px 0px;
	position:relative;
}

/* Conteúdo Home
---------------------------------------------------------------------------------------- */
#parteSuperior {
	width:995px;
	float:left;
	text-align:center;
}
#parteSuperior li {
	width:497px;
	float:left;
}
#parteSuperior li #guardaInovacao {
	padding:70px 0px 0px 0px;
}

#parteInferior {
	float:left;
	padding:20px 0px 0px 0px;
}
#parteInferior a {
	float:right;
}

/* Internas
---------------------------------------------------------------------------------------- */
#parteSuperior {
	float:left;
}
#parteSuperior #ladoEsquerdo {
	width:365px;
	float:left;
	text-align:right;
	padding:80px 20px 0px 0px;
}
#parteSuperior #ladoDireito,
#parteSuperior #ladoDireito #coteudoPagina {
	float:left;
	width:610px;
}
#parteSuperior #ladoDireito #coteudoPagina {
	padding:10px 0px 0px 0px;
	background:url('/energia/premio_inovacao/images/premio-inovacao-degrade.gif') no-repeat 0px 0px;
    height: 260px;
}
#parteSuperior img#imgPremio {
	padding:0px 0px 20px 0px;
}

#parteInferior {
	float:left;
}

/* Rodapé
---------------------------------------------------------------------------------------- */
#wrapperFooter {
	width:995px;
	float:left;
	text-align:center;
	padding:0px 0px 10px 0px;
}
#wrapperFooter #footer {
	float:left;
	width:995px;
	font-size:9px;
}




