/******************************************
Enlaces*/

.linkGeneral{
	color: #164494;
    text-decoration: underline;
}


.linkDestacado{
	color: #af0101;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}


/******************************************
Listas*/

.listaDestacada{
	color: #074404;
    list-style-type: square;
}


.listaGeneral{
    color: #565555;
    list-style-type: circle;
}

/******************************************
Tipos de texto*/



.texto1{
    color: #09813a;
}

.texto2{
    color: #1c6c90;
}

.texto3{
    color: #af0101;
}

.texto4{
    color: #12b6de;
}

.texto5{
    color: #7e9ba9;
}
