﻿/* ------------------------------------------------------------------ */
/* CLASES PARA TEXTO */
/* ------------------------------------------------------------------ */

.TextoGigante {
    font-family: Arial Black, Arial, Tahoma;
	font-size: 26px;
}

.TextoGrande {
    font-family: Arial, Tahoma;
	font-size: 18px;
}

.TextoMedianoRamon {
    font-family: Arial, Tahoma;
	font-size: 14px;
}

.TextoNormalRamon {
	font-family: Arial, Tahoma;
	font-size: 13px;
}

.TextoMediano {
    font-family: Arial, Tahoma;
	font-size: 12px;
}

.TextoNormal {
	font-family: Arial, Tahoma;
	font-size: 11px;
}

.TextoPeke {
    font-family: Arial, Tahoma;
	font-size: 9px;
}

.TextoVerMas 
{
	font-family: Tahoma, Arial;
	font-weight: bold;
	font-size: 8px;
	line-height: 1em;
}

.TextoAnuncioTitulo {
	font-family: Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #0000cc;
	text-decoration: underline;
	padding-top: 5px;
}
.TextoAnuncioLinea {
	font-family: Arial, Tahoma;
	font-size: 11px;
	color: #000000;
}
