/* PAGE / GENERAL */
*
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a
{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a:link
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

p a:hover
{
	border-bottom: 1px #656565 dotted;
}


body
{
	background-image: url(../imgs/index_bg.png);
	background-color: #CECBBA;
	background-position: top center;
	color: #666666;
	line-height: normal;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	overflow-x: hidden;
}

#page
{
	position:absolute;
	width: 778px;
	margin-left: -389px;
	left: 50%;
}

/* HEADER */

#header
{
	height: 320px;
}

/* CONTENT */
#box
{
	background-image: url(../imgs/index_body.png);
}

#left
{
	clear: left;
	float: left;
	margin-left: 12px;
	width: 280px;
	display: inline;
}

#right
{
	clear: right;
	float: right;
	margin-right: 22px;
	margin-top: 10px;
	width: 455px;
	display: inline;
}

/* /BOXES */
#login
{
	background-image: url(../imgs/box_login.png);
	width: 265px;
	height: 125px;
	margin-left: 6px;
	margin-top: 8px;
}

#sponsor
{
	background-image: url(../associados/associados_bg.jpg);
	width: 264px;
	height: 124px;
	margin-left: 6px;
	margin-top: 15px;
}

#sponsor #banner
{
	float: right;
	margin-top: 5px;
}

#calendar
{
	width: 260px;
	margin-left: 10px;
	margin-top: 12px;
}

#calendar p
{
	padding-top: 14px;
}

#title
{
	display: block;
	text-align: right;
}

#revista
{
	background-image: url(../imgs/revista_bg.gif);
	background-repeat: no-repeat;
	width: 457px;
	height: 99px;
	float: none;
	display: block;
	margin-top: 5px;
	margin-left: -2px;
}

#revista table
{
	float: right;
}

#contato
{
	background-repeat: no-repeat;
	width: 457px;
	float: none;
	display: block;
	/*margin-top: 5px;
	margin-left: -2px;*/
}

/*#contato table
{
	float: right;
}*/

#contato .conteudo
{
	float: left;
	width: 200px;
}

#divisor
{
	background-image: url(../imgs/index_line.gif);
	height: 30px;
	clear: both;
	display: block;
}

/* FOOTER */
#clear
{
	clear: both;
	display: block;
	height: 10px;
}

#footer
{
	clear: both;
	display: block;
	width: 100%;
	height: 115px;
}

/* CLASS */
ul {
	list-style: none;
}

.borderright
{
	background-image: url(../imgs/page_border.gif);
	background-repeat:no-repeat;
	width: 200px;
	height: 130px;
	display: block;
	float: right;
	margin-top: -4px;
	margin-right: -10px;
}

 .borderright img
{
	margin-left: 15px;
	margin-top: 10px;
}


.borderleft
{
	background-image: url(../imgs/page_border.gif);
	background-repeat:no-repeat;
	width: 200px;
	height: 130px;
	display: block;
	float: left;
	margin-top: -4px;
	margin-left: -10px;
}

 .borderleft img
{
	margin-left: 15px;
	margin-top: 10px;
}

.border
{
	background-image: url(../imgs/index_border.gif);
	background-repeat:no-repeat;
	width: 78px;
	height: 64px;
	display:block;
	float:left;
	margin-right: 6px;
	margin-left: -2px;
}

 .border img
{
	margin-left: 7px;
	margin-top: 7px;
}

.field
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-left: 5px;
	background-color: transparent;
}

.red
{
	color: #CC0000;
	background-color: transparent;
}

.darkblue
{
	color: #525D66;
	background-color: transparent;
}
.brown
{
	color: #AAA799;
	background-color: transparent;
}

.tip
{
	color: #F8F8F6;
	background-color: #F8F8F6;
	display: block;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	margin-top: 10px;
}

h1
{
	font-variant: small-caps;
	color: #656565;
	font-weight: bold;
	font-size: 14px;
}

h1:hover
{
	color: #656565;
	background-color: #F8F8F6;
	border-left: 2px solid #CC0000;
	margin-left: -5px;
	padding-left: 3px;
	
}

h2
{
	font-variant: small-caps;
	color: #CC0000;
	font-weight: bold;
	font-size: 12px;
}

h3
{
	color: #AAA799;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

h4
{
	color: #CC0000;
	font-weight: bold;
	font-size: 10px;
}