#flutuante {
	position:absolute;
	top: 3px;
	left: 119px;
}


/*------------------------------------------------------------------
[Folha de estilo mestre]

Projeto: Site do XII Simpósio Nacional de Letras e Lingüística 
Version: 1.0
Início do Projeto: 02/09/2008
Autor: Fernando Oliveira - nandolivedesign@gmail.com
Cliente: Instituto de Letras e Lingüística da UFU
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[ÍNDICE]

/* Configurações Gerais */
/* Layout */

	/* Cabeçalho */
	/* Conteúdo principal*/
	/* Barra auxílio navegação*/	
	/* Menu*/
	/* Rodapé */
/*---------------------------------------------------------------------*/



/*------------------------------------------------------------------
/* Configurações Gerais */
/*---------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}


body {
/*	background: #FDFDFD url(../img/bg_pagina.jpg) top center repeat-y;*/
	background: #FDFDFD url(../img/bg_pagina_2.jpg) top center repeat-y;
	color: #000;
	font: normal 62.5% sans-serif;
/*	padding-top: 10px;*/
}


/* Elementos de texto */


h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #000; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

a {
	text-decoration: none;
	color: #000;
}


a:hover {
	text-decoration: underline;
	color: #CC9900;
}

a img {
	text-decoration: none;
	border-width: 0; 
	border-style: none;
}


img {border:none;}


p.coordgt {
	font-weight: normal; color: red;
	font-size: 14px;
}



p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
	line-height: 1.5;
}

ul, ul li {list-style: none;}



hr {
	border: none;
	background-color: #FFC001;
	color: #FFC001;
	height: 1px;
	width: 100%;
}

.linkspace {
	width: 5px;
	float:left;
	margin-right: 5px;
	}
	
	
.linkapoio {
	margin-right: 10px;
	}
	




/*------------------------------------------------------------------
/* Layout */
/*---------------------------------------------------------------------*/


/* classes */
.clearer {
	clear: both;
}



/*Content place holder do site*/
#contentplaceholder{
	width:960px;
	margin:auto;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color:#fff;
/*	padding: 15px; */
}



/*------------------------------------------------------------------
/* Cabeçalho */
/*---------------------------------------------------------------------*/

.header {
	width: 100%;
	height: 220px;
	border-top: 1px solid #ccc;
	background: #f5f5f5 url(../img/top.jpg) bottom center no-repeat;
}


.headerin {
	width: 100%;
	height: 220px;
	border-top: 1px solid #ccc;
	background: #f5f5f5 url(../img/topin.jpg) bottom center no-repeat;
}


.headerfr {
	width: 100%;
	height: 220px;
	border-top: 1px solid #ccc;
	background: #f5f5f5 url(../img/topfr.jpg) bottom center no-repeat;
}

/*------------------------------------------------------------------
/* Conteúdo principal
/*---------------------------------------------------------------------*/


.content {
	width:720px;
	float:right;
	min-height:800px;

}

.content .holdpages {
	width: 600px;
	height: 1600px;
	position:relative;
	padding: 0px 20px 20px 20px;
}

.content .holdpages .conteudo H1, H2, H3{
	color:#FB8342;

}

.content .holdpages .conteudo a{
	color:#990000;
}

.content .holdpages .conteudo a:hover{
	color:#990000;
	text-decoration: underline;
}


.content .holdpages .conteudo .anteriores {
	background: #f3f3f3;
	padding:15px;

}

.content .holdpages .conteudo .anteriores li {
	list-style:none;
	list-style-image:url(../img/icon-sta.gif);
	margin-left:40px;
	padding-left:10px;
}



/*------------------------------------------------------------------
/* Barra auxílio navegação */
/*---------------------------------------------------------------------*/

.nav {
	width:100%;
	height:35px;
/*	background:#FFFFFF url(../img/bee_footer.jpg) center repeat-x;*/
	position:relative;
/*	top:70px;*/
/*	width:200px;*/
/*	float: left;*/
	text-align: center;
}

.nav #escolherlingua{
	display:block;
	position:absolute;
	left: 7px;
	top: 5px;
	width: 140px;
}


/*------------------------------------------------------------------
/* Navegação */
/*---------------------------------------------------------------------*/



.menu {
	float:left;
	width:225px;
/*	background:#FFFAF5;*/
	padding-left: 15px;
	padding-top: 0px;
	height:1050px;
	z-index: 2;
}


.menu li a:hover {
	text-decoration: underline;
	color: #990000;
}



/*------------------------------------------------------------------
/* Rodapé */
/*---------------------------------------------------------------------*/

.footer {
/*	background: #ffffff url(../img/bee_footer.jpg) repeat;*/
	background: #fff;
	position:relative;
	width:100%;
	height:350px;
	border-top: 1px solid #ccc;
/*	border-bottom: 1px solid #ccc;*/
}


.footer .patrocinios {
	width: 95%;
	padding-left: 15px;
	margin-top: 30px;
	margin-left: 20px;
	border-left: 1px solid #ccc;
	text-align:left;
	font-size:9px;
	color: #666;
}



.footer .info {
	float:left;
	width: 30%;
	padding-left: 15px;
	margin-top: 30px;
	margin-left: 20px;
	border-left: 1px solid #ccc;
	text-align:left;
	font-size:9px;
	color: #666;
}

.footer .extra {
	float:left;
	width: 30%;
	padding-left: 15px;
	margin-top: 30px;	
	border-left: 1px solid #ccc;
	text-align:left;
	font-size:9px;
	color: #666;
}

.footer .dev {
	float:left;
	width: 30%;
	padding-left: 15px;
	margin-top: 30px;	
	border-left: 1px solid #ccc;
	text-align:left;
	font-size:9px;
	color: #666;
}


/*==================================================================================*\
||		Quadros																	||
\*==================================================================================*/



#quadros {
	height:190px;
}

#quadro1 {
	width: 180px;
	height: 180px;
	float: left;
	margin-right:25px;	
	
}

#quadro2 {
	width: 180px;
	height: 180px;
	float: left;
	margin-right:25px;
}

#quadro3 {
	width: 180px;
	height: 180px;
	float: left;
}


/*==================================================================================*\
||		Tabelas																	||
\*==================================================================================*/

#mytable {
	width: 100%;
	padding: 0 0 50px 0;
	margin: 0;

}

th {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #8C2C00;
	border-right: 1px solid #D7B184;
	border-bottom: 1px solid #D7B184;
	border-top: 1px solid #D7B184;
	letter-spacing: 1px;
/*	text-transform: uppercase;*/
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #EBD697;
}

td {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border-right: 1px solid #D7B184;
	border-left: 1px solid #D7B184;	
	border-bottom: 1px solid #D7B184;
/*	background: #fff;*/
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

td.alt {
	background: #F4E9C6;
	color: #797268;
}


/*-------------------------------------------------------------------------------------HEADERPART--------------------------------------------------END--------------------------------------*/	
#contentbg
	{
		width:100%;
		float:left;
		margin:0px;
		padding:0px;
		background:#fff;
	}
#contentblank
	{
		width:1004px;
		float: none;
		margin:0 auto;
		padding:0px;
	}		
#content
	{
		width:1004px;
		min-height:1000px;
		float: left;
		margin:0px;
		padding:0px;
		background-color:#fff;
		
		
	}
#contentleft
	{
		width:215px;
		float: left;
		margin:0px;
		padding:0px 10px 33px 42px;
	}
#leftheading
	{
		width:216px;
		float: left;
		margin:0px;
		padding:0px;
		font: normal 62.5% sans-serif;
		font-size:22px;
		color:#7e8901;
	}
#leftheading h4
	{
		width:216px;
		float: left;
		margin:0px;
		padding:0px;
		font: normal 62.5% sans-serif;
		font-size:22px;
		font-weight:normal;
		color:#4B7100;
	}
.lefttxtblank
	{
		width:195px;
		height:77px;
		float: left;
		margin:20px 0 0 0;
		padding:0px;
	}
.lefttxtblank02
	{
		width:195px;
		height:77px;
		float: left;
		margin:33px 0 0 0;
		padding:0px;
	}
.lefticon
	{
		width:36px;
		height:28px;
		float: left;
		margin:0px;
		padding:6px 0 0 0;
		font-family:Arial;
		font-size:11px;
		color:#FFF;
		text-align:center;
		background-image:url(../images/lefticon.jpg);
		background-repeat:no-repeat;
	}
.leftboldtxtblank
	{
		width:150px;
		height:34px;
		float: left;
		margin:0px;
		padding:0 0 0 9px;
	}
.leftboldtxt
	{
		width:147px;
		height:13px;
		float: left;
		margin:0px;
		padding:0 0 0 3px;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		color:#b22d00;
	}
.lefttxt
	{
		width:132px;
		height:13px;
		float:left;
		margin:0px;
		padding:0 0 0 18px;
		font-family:Arial;
		font-size:9px;
		font-weight: normal;
		color:#464646;
		background-image:url(../images/lefttxtbg.jpg);
		background-repeat:no-repeat;
	}
.leftnormaltxt
	{
		width:194px;
		float:left;
		margin:4px 0 0 0;
		padding:0px;
		font-family:Arial;
		font-size:11px;
		font-weight: normal;
		color:#464646;
	}
.morebutton
	{
		width:194px;
		float:left;
		margin:7px 0 0 0;
		padding:0px;
		font-family:Arial;
		font-size:11px;
		font-weight: normal;
		color:#464646;
	}
.more
	{
		font-family:Arial;
		font-size:11px;
		font-weight: normal;
		color:#a5122a;
		text-decoration:none;
	}
.more:hover
	{
		font-family:Arial;
		font-size:11px;
		font-weight: normal;
		color:#a5122a;
		text-decoration: underline;
	}
#leftnavheading
	{
		width:216px;
		float: left;
		margin:35px 0 0 0;
		padding:0px;
	font: normal 62.5% sans-serif;
		font-size:22px;
		color:#7e8901;
	}
#leftnavheading h4
	{
		width:216px;
		float: left;
		margin:0px;
		padding:0px;
	font: normal 62.5% sans-serif;
		font-size:22px;
		font-weight:normal;
		color:#FB8342;
	}
	
	
.leftnavheading h4
	{
		width:216px;
		float: left;
		margin:0px;
		padding:0px;
		font-family:Georgia;
		font-size:22px;
		font-weight:normal;
		color:#7e8901;
	}
	
	
/*#leftnav
	{
		width:194px;
		float: left;
		margin:0px;
		padding:0px;
	}*/
	
	
#leftnav
	{
	width:194px;
	float: left;
	BORDER-BOTTOM: #ededed 1px solid;
	BORDER-LEFT: #ededed 1px solid;
	PADDING-BOTTOM: 5px;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
	MARGIN-BOTTOM: 1em;
	margin-top: 10px;
	BACKGROUND: #fff;
	BORDER-TOP: #ededed 1px solid;
	BORDER-RIGHT: #ededed 1px solid;
	PADDING-TOP: 3px;
	border-radius: 5px	
	}	
	

	
	
#leftnav ul
	{
		width:194px;
		float: left;
		margin:0px;
		padding:0px;
		display:block;
	}
	
/*#leftnav ul li
	{
		width:194px;
		height:21px;
		float: left;
		margin:0px;
		padding:0px;
		display:block;		
	}*/
	
#leftnav ul li
	{
		width:194px;
		height:20px;
		float: left;
		display:block;
		
		BORDER-BOTTOM: #c9c9c9 1px dashed;
		PADDING-BOTTOM: 3px;
		PADDING-LEFT: 3px;
		PADDING-RIGHT: 0px;
		MARGIN-LEFT: -5px;
		PADDING-TOP: 5px		
	}	
	
	
#leftnav ul li a.leftnav
	{
		width:175px;
		height:18px;
		float: left;
		margin:0px;
		padding:3px 0 0 19px;
		font-family:Arial;
		font-size:12px;
		font-weight: normal;
		color:#464646;
		text-decoration:none;
/*		background-image:url(../images/leftnavactive.jpg);*/
		background-repeat:no-repeat;
	}
#leftnav ul li a.leftnav:hover
	{
		width:175px;
		height:18px;
		float: left;
		margin:0px;
		padding:3px 0 0 19px;
		font-family:Arial;
		font-size:12px;
		font-weight: bold;
		color:#693174;
		text-decoration:none;		
/*		background-image:url(../images/leftnavactive.jpg);*/
		background-repeat:no-repeat;
	}
#leftnav ul li a.leftnavbot
	{
		width:175px;
		height:18px;
		float: left;
		margin:0px;
		padding:3px 0 0 19px;
		font-family:Arial;
		font-size:12px;
		font-weight: normal;
		color:#464646;
		text-decoration:none;		
		background-image:url(../images/leftnavbot.jpg);
		background-repeat:no-repeat;
	}
#leftnav ul li a.leftnavbot:hover
	{
		width:175px;
		height:18px;
		float: left;
		margin:0px;
		padding:3px 0 0 19px;
		font-family:Arial;
		font-size:12px;
		font-weight: bold;
		color:#b22d00;
		text-decoration:none;		
		background-image:url(../images/leftnavbot.jpg);
		background-repeat:no-repeat;
	}
	
	
#superligalogo {
	margin-top: 10px;
	margin-bottom: 10px;
	}	
	
	
img {border:none;}		

.imagemInterna {
		margin:0px 10px 5px 3px;
	}	
	
/*-------------------------------------------------------------------------------------LEFTRPART----------------------------------------------------------------END--*/	



/*------------------------------------------------------------------
/*Copyright Fernando Oliveira*/
/*---------------------------------------------------------------------*/
