﻿/* ------------------------------------------------------------------ */
/* CLASES PARA TEXTO */
/* ------------------------------------------------------------------ */

.TextoGigante {
    font-family: Tahoma, Verdana, Arial;
	font-size: 26px;
	font-weight: bold;
}

.TextoGrande {
    font-family: Verdana, Arial, Tahoma;
	font-size: 18px;
}

.TextoMediano {
    font-family: Arial, Tahoma;
	font-size: 12px;
}

.TextoNormal {
	font-family: Arial, Tahoma;
	font-size: 11px;
}

.TextoPeke {
    font-family: Arial, Tahoma;
	font-size: 9px;
}

.TextoEmpresa {
	font-family: Comic Sans MS, Arial;
	font-size: 14px;
	font-weight: bold;
}

.CajaTexto {
	background-color: #e9f7fa;
}