/********************************************
   AUTHOR:  			Dian Lourenço
   WEBSITE:   			http://www.torneiodeverao.com/
         	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #CCCCCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
}

/* links */
.a, a:visited {
	text-decoration: none;
	color: #FFFFFF; 
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	background: inherit;
}
.destaques {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E67817;
}
.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.a_active {
	text-decoration: none;
	color: #F58735; 
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	background: inherit;
}
.a_active_lingua {
	text-decoration: none;
	color: #000000; 
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	background: inherit;
}
.rodape{
	text-decoration: none;
	color: #cccccc; 
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	background: inherit;
}
.a:hover {
	color: #FFFFFF;
	background: inherit;
	text-decoration: underline;
}
#header {
	width: 980;
	position: relative;
	height: 150px;
	background: #CCC url(header_980.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#note {
	width: 250px;
	position: relative;
	height: 256px;
	background: #CCC url(note.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#note_peq {
	width: 200px;
	position: relative;
	height: 185px;
	background: #CCC url(note_peq.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#note_missao {
	width: 400px;
	position: relative;
	height: 400px;
	background: #CCC url(note_2.jpg) no-repeat center top;
	padding: 0;
	color: #FFF;
}
#footer {
	width: 980;
	position: relative;
	height: 50px;
	background: #CCC url(bottom.jpg) no-repeat center bottom;
}
.border_esq{
	width: 30px;
	height:100%;
	background: #CCC url(border_esq.jpg) repeat-y left bottom;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
.border_drta{
	width: 30px;
	position: relative;
	background: #CCC url(border_drta.jpg) repeat-y left bottom;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
.linha_fundo{
	position: relative;
	background: #4376D1;
	padding: 0;
	color: #4376D1;
}

.menu_bottom{
	width: 120px;
	position: relative;
	background: #CCC url(menu_fundo.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
.menu_esq{
	background: #294e9f;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #FFFFFF; 
	text-align: center;
}
.menu_drta{
	background: #CCCCCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #FFFFFF; 
	text-align: center;
}
.txt_lingua {
	text-decoration: none;
	color: #FFFFFF; 
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	background: inherit;
}
.txt_link {
	text-decoration: none;
	color: #20428a; 
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: inherit;
}
.txt {
	text-decoration: none;
	color: #000000; 
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	height:auto;
	background: inherit;
}
.txt_titulo {
	text-decoration: none;
	color: #F58735; 
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	background: inherit;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E67817;
	margin-top: 20px;
	margin-bottom: 20px;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;

}
.linha{
	background: #FFFFFF;
}

#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }
