.títulos {
	font-family: "Monotype Corsiva", Arial, "Times New Roman";
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	color: #000080;
}
.subtítulos {
	font-family: "Monotype Corsiva", Arial, "Times New Roman";
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #990000;
}
.textos {
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #000066;
}
.fundo {
	background-color: #A2D3FD;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: center center;



}
body{ scrollbar-face-color:#000080; scrollbar-arrow-color: #0581E4; scrollbar-base-color: #70BDFC; scrollbar-shadow-color: #70BDFC; scrollbar-darkshadow-color:#70BDFC; scrollbar-highlight-color: #70BDFC; scrollbar-3dlight-color: #70BDFC; scrollbar-track-color: #70BDFC; }
