﻿body
{
	background-color: #FFEEAA;
	margin: 0px;
	padding: 0px;
}
#fundoCabecalho
{
	border-color: #666666;
	background: url("fundoCabecalho.png") repeat-x;
	width: 100%;
	margin: 0px;
	height: 201px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
html
{
	margin:auto;
	width:100%;
}
#pagina
{
	
	margin:auto;
	background: url(fundo.png) repeat;
}
a
{
	color: #333333;
	font-family: verdana;
	font-weight: 500;
	cursor: pointer;
	text-decoration: underline;
}

/*divs dentro do cabecalho*/
#cabecalho
{
	width: 900px;
	height: 199px;
	margin: 0px auto 0px auto;
	
}
#logo
{
	width: 175px;
	height: 180px;
	background: url("logo.png") no-repeat;
	margin:15px auto auto 20px;
}
#imagemCabecalho
{
	float: right;
	width: 600px;
	height: 165px;
	background: url("cabecalho.png") no-repeat;
	margin:25px 30px auto auto;
}


/*dentro do menu superior*/
#fundoMenuSuperior
{
	width: 100%;
	height: 29px;
	background: url(fundoMenuSuperior.png) repeat-x;
}

#menuSuperior
{
	height: 27px;
	width: 908px;
	margin: 0px auto 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: 12px;
	padding-left: 150px;
	padding-top:4px;
}
#iconesMenuSuperior
{
	margin:0px auto 0px auto;
	width:800px;
	height:30px;	
}
.IMS
{
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}
.IMS a:hover
{	
	color: #FFFFFF;
}

/*dentro do corpo */
#corpo
{
	border: 3px solid #999999;
	width: 904px;
	height: 768px;
	margin: auto;
	min-height: 738px;
	background-color: #FAFAFA;
}
#slideShow
{
	width: 900px;
	height: 230px;
	margin: 1px auto auto 2px;
	background-color: #FFFFFF;
	position:absolute;
	padding-left:2px;
}


#corpoBarra span
{
	color: #FF0000;
	font-weight: bold;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
}
#corpoBarra a
{
	border: 1px solid #DADADA;
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	text-transform: capitalize;
	font-size: 12px;
	background-color: #F5F5F5;
}
#corpoBarra a:hover
{
	border: 1px solid #C0C0C0;
	color: #339933;
	text-decoration: underline;
	background-color: #FFFFFF;
}
#iconeBarraLateral
{
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right:5px;
	height: 500px;
	padding: auto;
	text-align:justify;
}
#corpoBarra
{
	border-width: 1px 2px 1px 2px;
	border-color: #E9E9E9;
	width: 230px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0px 2px auto auto;
	margin: auto;
	height: 535px;
	float: right;
	border-right-style: solid;
	border-left-style: solid;
	background-color: #FFFFC4;
}
#corpoBarraLateral
{
	width: 640px;
	height: 470px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 4px;
	
}
#corpoConteudo
{
	width: 904px;
	min-height:500px;
	position:absolute;
	margin-top:233px;
}


/*dentro do rodape*/
#rodape
{
	border-width: 3px;
	border-color: #808080;
	
	width: 100%;
	height: 120px;
	margin-bottom: 0px;
	border-top-style: solid;
	background-color: #666666;
	margin:0px;
	padding:0px;
	
}
#conteudoRodape
{
	height: 60px;
	margin: 0px auto auto auto;
	width: 900px;	
}
#cop
{
	margin: 0px auto auto auto;
	height: 14px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: 200;
}
#menuRodape
{
	text-align: center;
	width: 900px;
	margin: 0px auto;
	padding-left: 120px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


/*dentro barra Patrocinadores*/
#barraPatrocinadores
{
	width: 100%;
	background-color: #666666;
	height: 160px;
}
#patrocinadores
{
	margin:auto;
	width:900px;
	height:150px;
	padding-top:3px;
	text-align:center;
}

/*css paginas que são carregadas com ajax*/
.ajaxText
{
	font-family: arial, Helvetica, sans-serif;
	color: #006600;
	font-size: 13px;
	text-align: center;
	padding: 10px;
	font-weight: 500;
	text-transform: none;
	font-variant: normal;
}

.paginaAjax
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #666666;
	text-align:center;
}

/*dentro da pagina contato*/
#contato
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding:10px;
}
.linkEmail
{
	border: 1px solid #999999;
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 13px;
	background-color: #E4E4E4;
}
.linkEmail:hover
{
	border: 1px solid #C0C0C0;
	color: #FF0000;
	text-decoration: underline;
	background-color: #FFFFFF;
}

/*onde abre o conteudo do site
o que esta dentro de corpo que está dentro corpoBarraLateral*/
.conteudoBarraInferior
{
	border-width: 2px;
	border-color: #666666;
	font-family: arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #FF0000;
	text-align: center;
	height: 18px;
	padding-top: 3px;
	border-top-style: solid;
	width:280px;
	margin:auto;
	
}
#principal1
{
	height: 470px;
	float: right;
	width: 280px;
	padding:10px;
	
}
#principal2
{
	border-color: #666666;
	border-width: 2px;
	height: 470px;
	width: 330px;
	margin-left: 2px;
	border-right-style: solid;
	padding-top: 12px;
	
}

.principal2b1
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #666666;
	border-top-style: solid;
	border-color: #666666;
	border-width: 2px;
	margin: auto;
	padding: 5px;
	width: 270px;
	text-align: left justify;
}

/*pagina de videos*/
#videos
{
	border: 2px solid #CCCCCC;
	width: 908px;
	height: 1250px;
	margin: auto;
	min-height: 730px;
	background-color: #FAFAFA;
}