﻿.turno
{
    border-style: solid;
    border-width: 1px;
    margin: 1px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #009D76;
    background-color: #009D76;
    text-indent: -9999px;
    vertical-align: bottom;

}

.turno:hover
{
    color: #00644B;
    background-color: #00644B;
}

.turnomedioant
{
    border-style: solid;
    border-width: 1px;
    margin: 1px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #009D76;
    background-color: #009D76;
    vertical-align: bottom;
    
}

.turnomedioant:hover
{
    color: #00644B;
    background-color: #00644B;
}