@charset "utf-8";
/* CSS Document */

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color:#1EB0BC
}


h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}


.texto{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}


.textoPeque{
	font-family:verdana;
	font-size: 10px;
}



.color_gris{color: #333;}

.color_azul{color: #014284;}