.rosa {
color: #520725;
}

.verde {
color: #45491B;  
}

/* enlaces  */
a:link {
color: #90560B;  
}
a:visited {
color: #90560B;  
}
a:active {
color: #90560B;  
}
a:hover {
color: #90560B;  
}



/* enlaces para el pie de la pagina */
a.enlacefoot:link {
color: #ffffff;  
}
a.enlacefoot:visited {
color: #ffffff;  
}
a.enlacefoot:active {
color: #ffffff;  
}
a.enlacefoot:hover {
color: #ffffff;  
}
/* texto del pie de la pagina */
.foot {
color: #ffffff;
}
/* enlace de los laterales */
a.enlacerosa:link {
color: #520725;  
}
a.enlacerosa:visited {
color: #520725;  
}
a.enlacerosa:active {
color: #520725;  
}
a.enlacerosa:hover {
color: #520725;  
}

a.enlaceverde:link {
color: #45491B;  
}
a.enlaceverde:visited {
color: #45491B;  
}
a.enlaceverde:active {
color: #45491B;  
}
a.enlaceverde:hover {
color: #45491B;  
}
/* boton volver */
a.volver:link {
color: #45491B;  
}
a.volver:visited {
color: #45491B;  
}
a.volver:active {
color: #45491B;  
}
a.volver:hover {
color: #45491B;  
}

/* links ruta */
a.rutaVerde:link {
color: #45491B;  
}
a.rutaVerde:visited {
color: #45491B;  
}
a.rutaVerde:active {
color: #45491B;  
}
a.rutaVerde:hover {
color: #45491B;  
}

/* links ruta */
a.rutaRosa:link {
color: #520725;  
}
a.rutaRosa:visited {
color: #520725;  
}
a.rutaRosa:active {
color: #520725;  
}
a.rutaRosa:hover {
color: #520725;  
}

/* links nodo */
a.nodoRosa:link {
color: #520725;
font-weight: bold; 
}
a.nodoRosa:visited {
color: #520725; 
font-weight: bold; 
}
a.nodoRosa:active {
color: #520725;
font-weight: bold;  
}
a.nodoRosa:hover {
color: #520725;
font-weight: bold;   
}
/* links nodo */
a.nodoVerde:link {
color: #45491B;
font-weight: bold;  
}
a.nodoVerde:visited {
color: #45491B;
font-weight: bold;   
}
a.nodoVerde:active {
color: #45491B;
font-weight: bold;   
}
a.nodoVerde:hover {
color: #45491B;
font-weight: bold; 
}
/* links elemento */
a.elementoRosa:link {
color: #520725;  
}
a.elementoRosa:visited {
color: #520725;  
}
a.elementoRosa:active {
color: #520725;  
}
a.elementoRosa:hover {
color: #520725;  
}
/* links elemento */
a.elementoVerde:link {
color: #45491B;  
}
a.elementoVerde:visited {
color: #45491B;  
}
a.elementoVerde:active {
color: #45491B;  
}
a.elementoVerde:hover {
color: #45491B;  
}






