@charset "utf-8";
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.celeste {
	color: 00AAFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.link_pagina{
	color: 000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;		
}


.link_pagina:hover{
	color: 00AAFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;	
}

.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.borde {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

.titulo_grande {
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	color: #000000;
	text-decoration: none;	
}

.titulo_grande_link {
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	color: #000;
	text-decoration: none;	

}
.titulo_grande_link:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	color: #FFF;
	text-decoration: none;	
	background-color: #00AAFF;	
}

.titulo_grande_link_hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	color: #FFF;
	text-decoration: none;	
	background-color: #00AAFF;	
}


.link_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.link_mail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00AAFF;
	text-decoration: none;
}

.link_mail:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00AAFF;
	text-decoration: underline;
}


.link_mail2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00AAFF;
	text-decoration: none;
}

.link_mail2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00AAFF;
	text-decoration: underline;
}


.link_menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}


.link_menu_hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
