*{
	margin:0;
	padding:0;
}

body{
	background: url(../images/background.gif);
	font-size:12px;
	font-family:verdana, arial;
}
h1#documentFirstHeading{
	font-size:17px;
	color:#EC268F;
	text-transform: uppercase;
	margin-bottom:17px;
}
h3.titulo{
	color:#EC268F;
	font-size:13px;
	font-weight: normal;
	margin-bottom:5px;
	text-align:left;
}

a{
	text-decoration: none;
	color:#EB268C;
}
a:hover{
	text-decoration: underline;
}

.visualClear{
	display:block;
	clear:both;
}

#site{
	width:711px;
	margin:0 auto;
}

#cabecalho{
	background:url(../images/topo.jpg) no-repeat;
	padding-top:234px;
	margin-top:24px;
}

#menu ul{
	list-style: none;
	background-image:url(../images/menu.png);
	background-repeat:no-repeat;
	height: 25px;
	width:678px;
	margin:4px auto 0 auto;
	border-left:1px solid transparent;
}
#menu ul.pagina-maceio{background-position: 0 -27px}
#menu ul.programacao{background-position: 0 -54px}
#menu ul.palestrantes{background-position: 0 -81px}
#menu ul.inscricao{background-position: 0 -108px}
#menu ul.pagina-pacotes-turisticos{background-position: 0 -135px}
#menu ul.contato{background-position: 0 -162px}

#menu ul li{
	float:left;
	height:25px;
}
#menu li.inicio{width:59px}
#menu li.maceio{width:66px}
#menu li.programacao{width:124px}
#menu li.palestrantes{width:106px}
#menu li.inscricao{width:93px}
#menu li.envio{width:154px}
#menu li.contato{width:76px}

#menu li a{
	display:block;
	height:25px;
	text-indent:-99999px
}

#logo{
	float:left;
	margin-bottom:35px;
}

#corpo{
	padding:14px 21px;
	width:667px;
}

#main{
	width:352px;
	float:right;
	margin-bottom:10px;
}

#slideshow{
	clear:left;
	width:300px;
	margin: 17px 0;
}

#slideshow img{
	width:200px;
	left:50% !important;
	margin-left:-50px;
	height:auto !important;
}

#palavra{
	font-size:11px;
}

#institucional{
	float:left;
	clear:left;
}
#institucional .item{
	height:120px;
}


#institucional.inicio{
	clear:both;
}

#institucional.inicio .item{
	float:left;
	height:120px;
}


#institucional .realizacao{
	width:203px;
	text-align:center;
}
#institucional .apoio{
	width:247px;
	text-align:center;
}
#mep{
	background:url(../images/mep.png) no-repeat;
	height:65px;
	padding-left:65px;
	padding-top:5px;
	font-size:10px;
}

#rodape{
	clear:both;
	background: url(../images/rodape.png) no-repeat;
	padding-top: 25px;
	color: #EB268C;
	margin-bottom:45px;
}

#by{
	float:right;
	font-size:10px;
	text-align: right;
}


/********TEXTO*********/

.text *{
	color:#000 !important;
	background: none !important;
}

.text{
	text-align:justify;
	margin-bottom:10px;
}
.text p{
	margin:10px 0;
}
.text img{
	margin:0 5px;
	border: 1px solid #666;
}

.text table{
	width:100%;
	border-collapse: collapse;
	border-top:1px solid #EC268F;
	border-left:1px solid #EC268F;
	margin:10px 0;
}
.text table tr.cabecalho td, .text table th{
	background:#EC268F !important;
	color:#fff !important;
	padding: 7px 10px;
	text-align:center;
	border-bottom:1px solid #EC268F;
	border-left:1px solid #EC268F;
}

.text table td{
	padding:7px 10px;
	border-bottom:1px solid #EC268F;
	border-right:1px solid #EC268F;
}

.text ul, .text ol{
	margin:10px 0 0 30px;
}
.text ul li, .text ol li{
	margin-bottom:5px;
}

.text a{
	color: #EB268C !important;
}

/******FORMS*******/

form{
	font-size:11px;
	color:#999;
}
fieldset{
	border:none;
}

fieldset.error{
}

input,select, textarea{
	border:1px solid #000;
	font-size:11px;
	padding:2px 1px;
	width:352px;
	background:transparent;
}

input.botao{
	width:100px;
}

.boolean label{
	width:65px;
	float:left;
}
.boolean input{
	width:20px;
	margin-top:10px
}

label{
	margin-top:10px;
	display:block;
	font-size:12px;
	color:#000;
}

.errorlist{
	list-style:square;
	margin:5px 30px 5px 13px;
	color:red;
}

.action_buttons{
	text-align:center;
	margin-top:10px;
}
.action_buttons input{
	width:100px;
	background:#EB268D;
	border:none;
	color:#fff;
	text-transform: uppercase;
}

.action{
	margin:10px 0;
}

/********PALESTRANTE********/
.palestrante{
	margin-bottom:20px;
}
.palestrante h3{
	font-size:12px;
	margin-bottom:7px;
}
.palestrante img{
	float:left;
	margin-right:7px;
	border:1px solid #ddd;
}

/******PROGRAMACAO********/
.dia_programacao{
	margin-bottom:10px;
}
#programacao{
	width:100%;
	border-bottom:2px solid #EC268F;
	border-left:2px solid #EC268F;
	border-collapse: collapse;
	margin-bottom:15px;
}
#programacao td, #programacao th{
	border-top:2px solid #EC268F;
	border-right:2px solid #EC268F;
	padding:3px 4px;
}
#programacao th{
	background:#EC268F;
	color:#fff;
}

#programacao th.horario{width:97px}
#programacao th.titulo{width:200px}

