/*Accesibilidad*/
/*autoridad-investigadora*/
#iconoPP a{
    color: #79787a;
    text-decoration: none !important;
}
	#iconoPP a:focus{
    text-decoration: underline !important;
}
#iconoPP a:hover{
    color: #79787a;
    text-decoration: underline !important;
}
/* underline en index */
a {
    text-decoration: none !important;
}
a:hover, a:focus{
text-decoration:underline !important;
}
/*Tags*/
.buttonSimple{
    margin: auto;
    border: none;
    background: none;
}