/*

CSS - Folha de Estilo
COLÉGIO NOSSA SENHORA DE FÁTIMA - SACRAMENTINAS
NTS - Núcleo de Tecnologia Sacramentina
nts@colegiosacramentinas.com.br

/********************************************/
/*ESTRUTURA GERAL DO SITE */
/********************************************/
h1 {
	font-size:20px;
	margin:0px;
	margin-left:10px;
	padding:0px;
	display:inline;
	color:#0F92BD;
}

#corpo {
	overflow:auto;
	overflow:hidden;
	margin-top:3px;
	margin-left:5px;
	background:#FFF;
	font-family:"Trebuchet MS", "Arial";
	font-size:12px;
	width:700px;
}

#conteudo {
	float:left;
	width:700px;
	margin:0px;	
	margin-left:1px;
	display:inline;
}


/********************************************/

/*- - - - - - - - - - - - - - - - - - - - - - - - -*/
/* MENU PRINCIPAL VERTICAL*/
/*- - - - - - - - - - - - - - - - - - - - - - - - -*/



/*- - - - - - - - - - - - - - - - - - - - - - - - -*/
/*	LINKS */
/*- - - - - - - - - - - - - - - - - - - - - - - - -*/

a.LinkPrincipal {
color:#003366;
font-size: 13px;
line-height:15px;
}
a.LinkPrincipal:link {
text-decoration: none;
}
a.LinkPrincipal:hover {
text-decoration: underline; 
color: #119FD1;
}
/*- - - - - - - - - - - - - - - - - - - - - - - - -*/

a.LinkPrincipal2 {
color:#474C2D;
font-size:11px;
line-height:15px;
}
a.LinkPrincipal2:link {
text-decoration: none;
}
a.LinkPrincipal2:hover {
text-decoration: underline; 
color:#7D8550;
}
/*- - - - - - - - - - - - - - - - - - - - - - - - -*/

a.Link2 {
color:#ff3300;
font-size: 11px;
line-height:15px;
}
a.Link2:link {
text-decoration: none;
}
a.Link2:hover {
text-decoration: underline; 
color: #ff6600;
}
/*- - - - - - - - - - - - - - - - - - - - - - - - -*/

a.Link3 {
color:#003366;
font-weight:bold;
font-size: 13px;
line-height:15px;
}
a.Link3:link {
text-decoration: none;
}
a.Link3:hover {
text-decoration: underline; 
color: #ff6600;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - -*/

a.LinkImagem {
text-decoration:none;
}
a.LinkImagem:link {
text-decoration:none;
}
a.LinkImagem:hover {
text-decoration:none; 
}
a.LinkImagem:visited {
text-decoration:none; 
}


/*- - - - - - - - - - - - - - - - - - - - - - - - -*/
/* DIV informativos */
/*- - - - - - - - - - - - - - - - - - - - - - - - -*/

#CalendarioAgenda {
	float:right;
	margin-left:10px;
}


.Ocorrencia {
	padding:5px;
	margin:5px;
	background-color:#f4f4f4;
	border:1px solid #cccccc;
}

.DataOcorrencia {
	font-size:15px;
	font-weight:bold;
	color:#444444;
}

.Ocorrencia ul {
	padding:0;
	margin:0;
	margin:0 0 0 20px;
}

#player1 {
	margin-top:-5px;

}

/* example_3 css */  

#teste {
	width:700px;
	z-index:99;
	position:absolute;
	margin-top:206px;
	margin-left:45px;
	display:none;
}


#convite {
	width:290px;
	height:240px;
	}

#player1 {
	float:right;
	margin-right:20px;
}

#linksPlayer {
	width:200px;
	float:left;
}

#seguimentosDownloads {
	text-align:center;
}

#seguimentosDownloads ul li{
	display:inline;
	padding:5px;
}

#seguimentosDownloads li{
	background-color:#cccccc;
	border:3px solid white;
}