/* Estilos para tipografías */
.titulo {font-family: Verdana; font-size: 13px; color :#d20000; font-weight : bold; text-decoration: none;}
.txt {font-family: Verdana; font-size: 12px; color :#5A5959; font-weight : normal; text-decoration: none;}


A:link {font-family:Arial; font-size:12px;color:#5656C7;font-weight:bold;text-decoration:underline}
A:visited {font-family:Arial; font-size:12px;color:#5656C7;font-weight:bold;text-decoration:underline}
A:active {font-family:Arial; font-size:12px;color:#5656C7;font-weight:bold;text-decoration:underline}
A:hover{font-family:Arial; font-size:12px;color:#e15560;font-weight:bold;text-decoration:none}


A.sencillo:link {font-family:Arial; font-size:12px;color:#5656C7;font-weight:normal;text-decoration:underline}
A.sencillo:visited {font-family:Arial; font-size:12px;color:#5656C7;font-weight:normal;text-decoration:underline}
A.sencillo:active {font-family:Arial; font-size:12px;color:#5656C7;font-weight:normal;text-decoration:underline}
A.sencillo:hover{font-family:Arial; font-size:12px;color:#e15560;font-weight:normal;text-decoration:none}

/* Modificadores */
#bold {font-weight: bold}
#subra {text-decoration:underline}
#rojo{color:#A63626}
#peque{font-size:11px}
#peque2{font-size:12px}