h2 {
     font-family: verdana,helvetica;
    font-size: 18px;
    font-weight: bold;
    color: darkorange;
 align:center;
}
h3 {
     font-family: verdana,helvetica;
    font-size: 14px;
    font-weight: bold;
    color: orange;
 align:center;
}
    
body {
    color: black;
    background-color: white;
}

td {
    font-family: verdana,helvetica;
    font-size: 11px;
}


a { color:black; text-decoration:none;}

a:hover { color:black; text-decoration:underline;}


td.tab_style_inactive { 
text-align:center;
border-style: none solid solid none;
border-color: orange gold gold orange ;
border-width: 0 1 1 0;
background-color:orange;
}

td.tab_style_inactive:hover { 
border-style: solid none none solid;
border-color: gold orange orange gold ;
border-width: 1 0 0 1 ;
background-color:orange;
}

td.tab_style_active { 
text-align:center;
border-style: solid;
border-color: gold;
border-width: 1px; 
background-color:gold;
}

td.menu_style_inactive{
padding:5px;
text-decoration:bold;
}

td.menu_style_inactive:hover{ background-color:orange; }

td.menu_style_active{
padding:5px;
text-decoration:bold;
background-color:gold;
}

td.shorttalk{ color:rgb(40,0,0); background-color:rgb(255,180,30);}
td.maintalk{  font-size:10pt;  text-align:center; color:rgb(40,0,00); background-color:rgb(250,140,10);}

td.horas{background-color:darkorange;}

td.social{background-color:rgb(255,210,0); text-decoration:bold;}

