.títulos {
	font-family: "Copperplate Gothic Bold", "Copperplate Gothic Light", Arial;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.subtítulos {
	font-family: "Copperplate Gothic Bold", "Copperplate Gothic Light", Arial;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #3300CC;
}
.textos {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.fundo {
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: center center;
; background-color: #FFFFFF

}
body{ scrollbar-face-color:#0000CC; scrollbar-arrow-color: #D7D9E3; scrollbar-base-color: #D7D9E3; scrollbar-shadow-color: #D7D9E3; scrollbar-darkshadow-color:#D7D9E3; scrollbar-highlight-color: #D7D9E3; scrollbar-3dlight-color: #D7D9E3; scrollbar-track-color: #D7D9E3; }
