@charset "UTF-8";
/* CSS Document */

/*Reset*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,caption{margin:0;padding:0;border:0;outline:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}



/***** FORMATAÇÕES COMUNES *******/
.left{float: left;}
.right{float: right;}
.clear{clear: both;}/*limpa os float left e right Utilizar no lugar de <br clear="all"/>*/

/*Espaçamentos*/
.w_all{width:960px; float:left;}
.w_left{width:240px; float:left;}
.w_right{width:660px; float:left;}

.half{height: 10px;overflow: hidden; /*Evita espacamento errado no IE*/}
.simple{height: 20px;}
.double{height: 40px;}


/*Corrige espaçamentos de Margin e Padding nos primeiros e últimos elementos*/
.first{margin-top: 0px!important;padding-top: 0px!important;}
.last{margin-bottom: 0px!important;padding-bottom: 0px!important;}



/***** Elementos HTML *****/
body{
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
	color:#000;
	background:#006699;
}

p{
	line-height:20px;
	text-indent:30px;
	text-align:justify;
	margin-top:10px;
	margin-bottom:10px;
}

img{
	border:none;
}

h2{
	color:#03C;
	margin-top:20px;
	margin-bottom:20px;	
}

h3{
	color:#C00;
	margin-top:20px;
	margin-bottom:20px;
}

ul{
	margin-left:60px;
	list-style:disc;
	text-align:justify;
}
li{
	margin-bottom:10px;
	text-align:justify;
}



input{
	border:solid 1px #CCC;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}

select{
	border:solid 1px #CCC;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}

textarea{
	border:solid 1px #CCC;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}

input.error { 
	border: 1px solid red; 
}

select.error { 
	border: 1px solid red; 
}

textarea.error { 
	border: 1px solid red; 
}

label.error {
	background:url(../imagens/erro.png) no-repeat left;
	padding-left:30px;
	color:#F00;
	font-weight:bold;
}

a.ultimas{
	text-decoration:none;
}

a:hover.ultimas{
	text-decoration:underline;
}

/*------------------------*/


/******* ID´s ******/

#container{
	width:960px;
	margin:0 auto;
}

#image_home{
	width:960px; 
	height:1435px;
	float:left;
	background:url(../imagens/cartaz_home.png) no-repeat;
}
#image_contato{
	width:960px; 
	height:1227px;
	float:left;
	background:url(../imagens/carangueijo_contato.png) no-repeat;
}
#top{
	width:960px;
	height:150px;
	float:left;
}

#content{
	width:960px;
	min-height:300px;
	float:left;
}

#footer{
	width:960px;
	height:1px;
	float:left;
}


#left_content{
	width:240px;
	float:left;
	margin:20px 0 20px 0;
}

#right_content{
	width:700px;
	float:right;
	margin:20px 0 20px 0;
	padding-top:20px;
	padding-bottom:20px;
	background:#FFF;
}

#text_content{
	width:660px;
	padding:20px;
	float:right;
	min-height:464px;
	text-align:justify;
}

#contato_content{
	width:600px; 
	height:450px;
	float:right;
}

#menu_sobre_imagem{
	width:860px;
	float:left;
	margin-top:500px;
	margin-left:100px;
}

#campo_form{
	float:left;
	padding:0 10px 0 10px;
	
}

/* MENU */

#menu{
	width:241px;
	height:321px;
}

/* Menu da HOME */
#menu ul {
	width:241px;
	height:321px;
	list-style-type: none;
	margin:0;
	padding:0;
	float:left;
}

#menu li {
	background-repeat: no-repeat;
	display:inline;
	margin:0;
}

#menu li { float: left; list-style: none;}
#menu li a { display: block; height:30px; background:url(../imagens/menu.png);}
#menu li a span { display: none; }

#menu li .home { background-position: 0px -0px; width:241px;}
#menu li .home:hover { background-position: -242px -0px; width:241px;}

#menu li .apresentacao { background-position: 0px -32px; width:241px;}
#menu li .apresentacao:hover { background-position: -242px -32px; width:241px;}

#menu li .programacao { background-position: 0px -65px; width:241px;}
#menu li .programacao:hover { background-position: -242px -65px; width:241px;}

#menu li .inscricao { background-position: 0px -97px; width:241px;}
#menu li .inscricao:hover { background-position: -242px -97px; width:241px;}

#menu li .proposta_poster { background-position: 0px -129px; width:241px;}
#menu li .proposta_poster:hover { background-position: -242px -129px; width:241px;}

#menu li .proposta_minicurso { background-position: 0px -161px; width:241px;}
#menu li .proposta_minicurso:hover { background-position: -242px -161px; width:241px;}

#menu li .proposta_geral { background-position: 0px -194px; width:241px;}
#menu li .proposta_geral:hover { background-position: -242px -194px; width:241px;}

#menu li .realizacao { background-position: 0px -226px; width:241px;}
#menu li .realizacao:hover { background-position: -242px -226px; width:241px;}

#menu li .contato { background-position: 0px -258px; width:241px;}
#menu li .contato:hover { background-position: -242px -258px; width:241px;}

#menu li .arquivos{ background-position: 0px -291px; width:241px;}
#menu li .arquivos:hover { background-position: -242px -291px; width:241px;}



/***** Classes *****/
.box_noticia{
	width:206px;
	height:190px;
	float:left;
	margin-bottom:0px;
	margin-right:20px;
	text-align:justify;
}

.box_noticia a{
	text-align:justify;
	color:#C00;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

.box_noticia a:hover{
	color:#C00;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}

.box_noticia_little{
	width:150px;
	height:150px;
	float:left;
	margin-bottom:0px;
	margin-right:20px;
	text-align:justify;
}

.box_noticia_little a{
	text-align:justify;
	color:#C00;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.box_noticia_little a:hover{
	color:#C00;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

.table_noticia a{
	text-align:justify;
	color:#C00;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

.table_noticia a:hover{
	color:#C00;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}

.last{
	margin-right:0px;
	float:right;
}

.image_right{
	width:320px;
	height:224px;
	float:right;
	margin-left:5px;
}

.image_left{
	width:320px;
	height:224px;
	float:left;
	margin-right:5px;
}

.little_text{
	font-size:12px;
}

.big_text{
	font-size:18px;
}

.extra_text{
	font-size:20px;
}

.blue_text{
	color:#03C;
}

.red_text{
	color:#C00;
}

.green_text{
	color:#090;
}

.gray_text{
	color:#999;
}


.center_text{
	text-align:center;
}

.right_text{
	text-align:right;
}

.numeric{
	list-style:decimal;
}

.letters{
	list-style:lower-alpha;
}
/*-----------------*/