/*FOLHA DE ESTILOS GERAL DO SITE: AQUI DEVERÃO ENTRAR OS ESTILOS GENÉRICOS PARA O SITE */
/* Definições dos elementos do site */
body{
	margin:0px;
	padding:0px;
	background-color: #0089B1;
	font: normal 11px arial;
	color:#ffffff;
	text-align: center;
}

input, textarea, select{
	font: normal 11px arial;
	color:#ffffff;
}

img{
	border:0px;
}

a{
	color:#FFF;
	text-decoration: underline;
}

ul{
	margin:0px;
	padding:0px;
}

ul li{
	list-style-type:none;
}

p{
	margin: 0px;		
	padding: 0px;
}

h1{
	color: #F7E45F;
	font-size: 22px!important;
	margin: 0px 0px 17px 0px!important;
	padding: 0px;
}

h2{
	color: #FFF;
	font-size: 13px!important;
	margin: 0px 0px 5px 0px!important;
	padding: 0px;
}

/*CLASSES GERAIS DO SITE*/

.clear{
	clear:both;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

/* Definições da estrutura do site */

#geral{
	width:100%;
	margin:auto;
	text-align: left;
	background: url('/segredo_multimulher/images/bg_degrade.gif') repeat-x 0px 0px;
	position:relative;
}

#geralInternas{
	width:1000px;
	margin:auto;
	text-align: left;
}

#global{
	background: url('/segredo_multimulher/images/bg_internas.jpg') repeat-y 0px 90px;	
}

#corpo{
	width:1000px;
	float:left;
}


/*_______TOPO_______*/


#topo{
	width:100%;
}


#controlaTopo{
	width:1000px;		
	margin: auto;
}


#flashTopo{
	width:550px;	
	float: left;
}

#topoRosa{
	width:50%;
	height: 45px;
	float: left;
	background:#f16f90;
}

#topoAmarelo{
	width:49.99%;
	height: 45px;
	float: left;
	background:#e8d766;
}


#topoLaranja{
	width:100%;
	float: left;
	height: 45px;
	background:#EA7E1D;
}

#logoTopo{
	float:left;
	margin-left: 34px;
	width:550px;
}

/*____MENU SUPERIOR_____*/


#contolaMenusuperior{
	float: right;
	width:440px;
	
}

#menuSuperior{
	float:left;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-attachment:fixed;
	width:440px;
	background: url('/segredo_multimulher/images/over.gif') no-repeat 0px 18px;
	
}

#menuSuperior li{
	float:left;
	padding: 0px 20px 0px 20px;
	
}
#menuSuperior #ganhadores{ 
	width:90px;
	
}

/*___PAGINAS DE PARTICIPE___*/
#imgMabeMalu{
	float:left;
	width:380px;
	height:330px;
	
}

#breadParticipe{
	border-top: 1px solid #3EB2D7;
	font-size: 9px;
	color: #3EB2D7;
	padding: 5px 0px 17px 0px;
	width:610px;
}
		
#breadParticipe span{
	color:#FFF;
}
		
#conteudo{
	padding: 0px ;
	margin: 0px;
	float:left;
	width:620px;
}
		
#videoMalu{
	float:left;	
	width:308px;
}

#formularioSeuSegredo{
	width: 270px;
	float:left;
	z-index:1000;
	position:relative;
	padding: 0px 15px 0px 0px;
}

#campoSegredo{
	width:265px;
	float: left;
	margin-bottom: 10px;
}

.camposMensagem{
	display:block;
	width:265px;
}

.camposMensagem textarea{
	background-color: #007da7;
	border-left:2px solid #6cbcd2;
	border-right: 2px solid #6cbcd2;
	border-bottom: none;
	border-top: none;
	width: 251px;
	height:80px;
	float:left;
	overflow:hidden;
	margin: 0px;
	padding: 5px;
}

#regulamento{
	width: 250px;
	height:80px;
	float:left;
	overflow:auto;
	background-color: #007da7;
	border-left:2px solid #6cbcd2;
	border-right: 2px solid #6cbcd2;
	border-bottom: none;
	border-top: none;
	margin: 0px;
	padding: 5px;
}

/*PREMIOS*/

#flashPremios{
	position:absolute;
	top:-60px;
	left:180px;
	z-index:10;
}

/*RODAPÉ*/

#rodape{
	width:100%;
	margin:auto;
	text-align:center;
	background-color: #008AB0!important;
	border-top:1px solid #FFF;
	z-index:1000;
}

#controlaRodape{
	position:relative;
	width:1000px;
	margin: auto;
	text-align: right;
}


