/*Gerais*/
body {
	margin: 0px 0px 0px 0px;

	}

/* tabela */

.box{
	border : 1px solid #EEEFF0;
	background-color: #ffffff;
}

/*Links */
a:link {text-decoration: none; color: #707070;}
a:visited {text-decoration: none; color: #707070}
a:active {text-decoration: none; color: #707070}
a:hover {text-decoration: none;	color: #707070;}

a.link-marron:link {text-decoration: none; color: #8c6e10}
a.link-marron:visited {text-decoration: none; color: #8c6e10}
a.link-marron:active {text-decoration: none; color: #8c6e10}
a.link-marron:hover {text-decoration: none; color: #e6ad19}

a.link-cinza:link {text-decoration: none; color: #707070}
a.link-cinza:visited {text-decoration: none; color: #707070}
a.link-cinza:active {text-decoration: none; color: #707070}
a.link-cinza:hover {text-decoration: none; color: #9FA0A1}

/* Formulários */
input, select, textarea  {
	border-color: #c4c4c4; border-width: 1px; border-style: solid;
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #374958;}


/* Fonts 406A76 */

.azul10   {font-family : "Trebuchet MS"; font-size : 10px; color : #729197; line-height:13px}
.azul10b  {font-family : "Trebuchet MS"; font-size : 10px;  font-weight : bold; color : #729197; line-height:13px}

.azulclaro10   {font-family : "Trebuchet MS"; font-size : 10px; color : #8db5cd; line-height:13px}
.azulclaro10b  {font-family : "Trebuchet MS"; font-size : 10px;  font-weight : bold; color : #8db5cd; line-height:13px}

.amarelo10   {font-family : "Trebuchet MS"; font-size : 10px; color : #f15d22; line-height:13px}
.amarelo10b  {font-family : "Trebuchet MS"; font-size : 10px;  font-weight : bold; color : #f15d22; line-height:13px}
.amarelo11   {font-family : "Trebuchet MS"; font-size : 11px; color : #f15d22; line-height:14px}
.amarelo11b  {font-family : "Trebuchet MS"; font-size : 11px;  font-weight : bold; color : #f15d22; line-height:14px}
.amarelo12b  {font-family : "Trebuchet MS"; font-size : 14px;  font-weight : bold; color : #f15d22; line-height:14px}
.amarelo13b  {font-family : "Trebuchet MS"; font-size : 18px;  font-weight : bold; color : #f15d22; line-height:20px}

.marron10   {font-family : "Trebuchet MS"; font-size : 10px; color : #00539c; line-height:13px}
.marron10b  {font-family : "Trebuchet MS"; font-size : 10px;  font-weight : bold; color : #00539c; line-height:13px}
.marron11   {font-family : "Trebuchet MS"; font-size : 11px; color : #00539c; line-height:14px}
.marron11b  {font-family : "Trebuchet MS"; font-size : 11px;  font-weight : bold; color : #00539c; line-height:14px}
.marron12b  {font-family : "Trebuchet MS"; font-size : 14px;  font-weight : bold; color : #00539c; line-height:14px}
.marron13b  {font-family : "Trebuchet MS"; font-size : 18px;  font-weight : bold; color : #00539c; line-height:20px}
.marron15b  {font-family : "Trebuchet MS"; font-size : 15px;  font-weight : bold; color : #00539c; line-height:14px}

.cinza10   {font-family : "Trebuchet MS"; font-size : 10px; color : #707070; line-height:13px}
.cinza10b  {font-family : "Trebuchet MS"; font-size : 10px;  font-weight : bold; color : #707070; line-height:13px}
.cinza11   {font-family : "Trebuchet MS"; font-size : 11px; color : #707070; line-height:17px}
.cinza11b  {font-family : "Trebuchet MS"; font-size : 11px;  font-weight : bold; color : #707070; line-height:14px}
.cinza12  {font-family : "Trebuchet MS"; font-size : 12px;  color : #707070; line-height:16px}
.cinza12b  {font-family : "Trebuchet MS"; font-size : 12px;  font-weight : bold; color : #707070; line-height:16px}
.cinza13  {font-family : "Trebuchet MS"; font-size : 11px;  font-weight : bold; color : #707070; line-height:16px}
.cinza13b  {font-family : "Trebuchet MS"; font-size : 11px;  font-weight : bold; color : #707070; line-height:16px}

.branco9   {font-family : "Trebuchet MS"; font-size : 9px; color : #FFFFFF; line-height:12px}
.branco9b  {font-family : "Trebuchet MS"; font-size : 9px;  font-weight : bold; color : #FFFFFF; line-height:14px}
.branco10   {font-family : "Trebuchet MS"; font-size : 10px; color : #FFFFFF; line-height:14px}
.branco10b  {font-family : "Trebuchet MS"; font-size : 10px;  font-weight : bold; color : #FFFFFF; line-height:14px}
.branco11   {font-family : "Trebuchet MS"; font-size : 11px; color : #FFFFFF; line-height:16px}
.branco11b  {font-family : "Trebuchet MS"; font-size : 11px;  font-weight : bold; color : #FFFFFF; line-height:16px}


/* divs */

.bgcoluna{
    background:url(img/bg_sobra_cabecalho.gif);
	background-repeat:repeat-x;
}

#complemento_marca{
	position: absolute;
	top: 10px;
    background-image:url(img/complemento_marca.gif);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	width:150px;
	height:227px;
    overflow:hidden;
    z-index: 2;
}

#cabecalho{
	position: absolute;
	top: 0px;
    background-image:url(img/bg_cabecalho_2.gif);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	width:685px;
	height:198px;
    overflow:hidden;
}
#linguas{
	position: absolute;
	top: 0px;
    display:block;
	width:75px;
	align:right;
	height:18px;
	z-index: 1;
	font-family : "Trebuchet MS"; 
	font-size : 11px;  
	font-weight : bold; 
	color : #707070; 
}
#casinhaHome{
	position: absolute;
	top: 0px;
    display:block;
	width:75px;
	align:right;
	height:18px;
	z-index: 1;
	font-family : "Trebuchet MS"; 
	font-size : 10px;  
	font-weight : bold; 
	color : #707070; 
}

#menu{
	position: absolute;
	top: 198px;
	float:right;
	margin-left:150px;
	background-color:#00539c;
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	width:535px;
	height:29px;
    overflow:hidden;
}
#limpar{
	postion:clear;
}
#conteudo{
	postion:relative;
	margin-top:50px;
	width:640px;
	padding-left:10px;
	padding-top:30px;
	border : 0px solid #EEEFF0;
}

.calendarioCorpo{
	font-family : "Trebuchet MS"; font-size : 11px;  font-weight : bold; color : #000000; line-height:16px;border : 1px solid #EEEFF0;
}
.calendario{
	font-family : "Trebuchet MS"; font-size : 11px;  font-weight : bold; color : #000000; line-height:16px
}
.calendarioSemana{
	font-family : "Trebuchet MS"; font-size : 11px;  font-weight : bold; color : #FFFFFF; line-height:16px;	background-color:#00AEEF;
}
.calendarioDia{
	font-family : "Trebuchet MS"; font-size : 11px;  font-weight : bold; color : #FFFFFF; line-height:16px;	background-color:#F15D22;
}
.calendarioOutrosDias{
	font-family : "Trebuchet MS"; font-size : 11px;  font-weight : bold; color : #00539C; line-height:16px;	background-color:#CBE4EE;
}
.calendarioOff{
	font-family : "Trebuchet MS"; font-size : 11px;  font-weight : bold; color : #B5B3B3; line-height:16px;	background-color:#EBEBEB;
}
.calendarioTemEvento{
	font-family : "Trebuchet MS"; font-size : 11px;  font-weight : bold; color : #00539C; line-height:16px;	background-color:#97CBE1;
}