/* CSS GERAL DO SITE - ESTILOS REPETIDOS SÃO CHAMADOS POR CLASS E ESTILOS ÚNICOS CHAMADOS POR ID */

/* PADRÃO DE TAGS
------------------------------------------------------------------------------ */
*{
	font: normal 12px Arial;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

img{
	border: 0px;
	outline: none;
}

object{
	outline: none;
}

a{
	text-decoration: underline;
	color: #FFF;
}

strong{
	font-weight: bold;
}

h1 {
	color: #fae45b;
	font-weight: bold;
	font-size: 14px;
}

/* CLASSES GERAIS
--------------------------------------------------------------------------------------------*/

.clear{
	clear: both;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.ultima{
	padding: 0px!important;
}



/* DEFINIÇÃO GERAL DO SITE
--------------------------------------------------------------------------------------------- */
body{
	background-color: #0089B1;
	font: normal 12px Arial;
	color:#fff;
	width: 100%;
}

#geral{
	width: 100%;
	text-align: center;
	background: url('/porque_multimulher/images/mabe_background.gif') repeat-x left top;
	position: relative;
}

/* BREAD CRUMBS
--------------------------------------------------------------------------------------------*/
#breadCrumbs{
	padding: 5px 0px 0px 0px;
	width: 520px;
}

#breadCrumbs ul li{
	width: 45px;
	float: left;
	background: url('/porque_multimulher/images/mabe_seta_bread.gif') no-repeat right 5px;
	padding: 0px 0px 0px 5px;
	font: normal 10px Arial;
	color: #73d5ed ; 
}

#breadCrumbs ul li.marcadoBread{
	color: #FFF;
}

#ultimoBread{
	background: none!important;
}


/* CONTEÚDO
---------------------------------------------------------------------------------------------*/
#corpo{
	width: 1003px;
	margin: auto;
	text-align: left;
 }

#logoMultimulher{
	margin: 0px 0px 0px 50px;
	display: none;
}

#controlaLateral{
	width: 226px;
	float: left;
	display: none;
}

#lateralEsquerda{
	width: 226px;
	float: left;
	display: none;
}

#lateralEsquerda ul{
	padding: 20px 0px 20px 23px;
}

#lateralEsquerda ul li{
	width: 195px;
	padding: 0px 0px 9px 0px;
}

#indiqueAmigas{
	display: block;
	width: 196px;
	padding: 20px 0px 9px 23px;
}

#crossLateral{
	width: 196px;
	padding: 0px 0px 9px 23px;
}

#crossLateral span{
	font: normal 10px Arial;
	float: left;
	width: 120px;
	margin: 10px 0px 0px 5px;
}
#crossLateral span a{
	font-size: 10px;
}

#conteudo{
	width: 777px;
	float: left;
}

#topo{
	float: left;
	width: 310px;
	display: none;
}

#flashMaluMultimulher{
	width: 435px;
	float: right;	
	display: none;
}

#controlaConteudo{
	position: relative;
	float: left;
}

#conteudoMiolo{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 520px;
	z-index: 8;
}

#txtConteudoMiolo{
	width: 520px;
	height: 335px;
	margin: 20px 0px 0px 0px;
}


/* RODAPÉ
-----------------------------------------------------------------------------------------*/

#rodape{
	border-top: 1px solid #FFF;
	width: 100%;
	text-align: center;
	padding: 20px 0px 0px 0px;
	background: #0189b1;
	display: none;
}


#controlaRodape{
	width: 1003px;
	margin: auto;
}

#txtRodape{
	display: block;
	width: 580px;
	margin: 0px 0px 0px 23px;
	text-align: left;
	float: left;
	font: normal 10px Arial;
}

#txtRodape a{
	font: normal 10px Arial;
}

#logoMabe{
	float: right;
	margin: 0px 14px 0px 0px;
}

#controlaImprimir {
	display: none;
}
#txtConteudoMiolo {
	display: block;
	overflow: hidden!important;
	height: 3000px!important;		
}
