.textos {
	font-family: "Comic Sans MS";
	font-size: 10px;
	color: #000066;
}
.titulos {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;
}
.contorno {
	border: medium dotted #000066;
}
.minusculas {
	text-transform: lowercase;
	color: #000066;
	font-size: 10px;
	font-family: "Comic Sans MS";


}
.link_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
.link_2:hover {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.textos2 {

	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #FFFFFF;
}
.titulosAzuBIG {
	font-family: "Comic Sans MS";
	font-size: 18px;
	color: #000066;
	font-weight: bold;
	border: thin dotted #000066;
	margin: 10px;
	text-align: center;
	background-color: #FF9900;
}
