/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25-07-2017, 12:52:55
    Author     : placoste
*/

.col-centrada{
    float: none;
    margin: 0 auto;
}

td {
    font-size: 10px;
}

li {
    list-style:none;
}


a.asignacion:link {
    color: red;
}

/* visited link */
a.asignacion:visited {
    color: red;
}

/* mouse over link */
a.asignacion:hover {
    color: red;
}

/* selected link */
a.asignacion:active {
    color: red;
}