﻿body {
}

.titulo_colapsable{ /*Título del desplegable*/
cursor: hand;
cursor: pointer;
font: bold 11px Trebuchet MS;
margin: 10px 0;
}

.openlanguage{ /*Estilo del contenido cuando está abierto*/
color: green;
}

.closedlanguage{ /*Estilo del contenido cuando está cerrado*/
color: #005dc5;
}