UL {
    list-style-type: disc;
}

.boton {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : xx-small;
        color:black;
        background-color:#CECECE;
        border:black;
        border-style: groove;
        border-top-width:1px;
        border-bottom-width:1px;
        border-right-width:1px;
        border-left-width:1px;
        }

.cabecera {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #00287a;
        background-color: #c0cad6;
        text-align : center;
        }

.campo {

        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : xx-small;
        color:black;
        background-color:#EEEEEE;
        border:black;
        border-style: groove;
        border-top-width:1px;
        border-bottom-width:1px;
        border-right-width:1px;
        border-left-width:1px;
        }


.enlace {
        color:blue;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: x-small;
        text-decoration: none;
        }
.enlace:hover {
        text-decoration: underline;
        }

.enlacemini {
        color:blue;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: xx-small;
        text-decoration: none;
        }
.enlacemini:hover {
        text-decoration: underline;
        }


.enlacemensaje {
        color:blue;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: x-small;
        text-decoration: none;
        }

.enlacemensaje:visited {
        color:purple;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: x-small;
        text-decoration: none;
        }

.encabezado {
                color: black;
        background-color: #99CCCC;
        font-size: xx-small;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
                }

.error {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: large;
        color: red;
        background-color: #c0cad6;
        text-align : center;
        }

.formulario {
                font-family: Verdana, Arial, Helvetica, sans-serif;
                color:black;
                background-color:white;
                border:black;
                border-style:groove;
        }

.menu {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background-color:#EEEEEE;
        font-size: xx-small;
        text-align : center;
        }
.nuevo {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-style: normal;
        font-size: xx-small;
        background-color: #FF0000;
        color: #FFFFFF;
                }

.reciente {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-style: italic;
        font-weight: bold;
        font-size: xx-small;
        text-decoration: none;
                }
.resaltado {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-style: italic;
        font-weight: bold;
        font-size: x-small;
        text-decoration: none;
        color: green;
        }

.respuesta {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-style: normal;
        font-size: xx-small;
        background-color: #36FF36;
        color: #000000;
                }

.termino {
         color:black;
         background-color:#FFFF66;
         font-weight: bold;
         }

.texto {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight : normal;
        font-size : x-small;
        text-decoration : none;
        color : #000000;
        background-color : #EEEEEE;
        }

.textosuelto {

        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: xx-small;
        text-decoration: none;
        }