.menuventas{
background-color:#6D8ED2;
color:white;
height:30px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 20px;
}

.menuventas a{
color:white;
}

.tablaestudiantesencabezado
{
font-family:Verdana; 
background-color:#E9EAED; 
color:#3B5998; 
text-align:center; 
height:19px;
border:1px #555555;
}

.tablaestudiantesencabezadon2
{
font-family:Verdana; 
background-color:#E9EAED; 
color:#3B5998; 
text-align:center; 
 height:19px;
border:1px #555555;
}

.opclass{
color:#415E9B;
height:20px;

}

.opclass a{
font-family:Dosis,Arial;
font-size:17px;
color:#415E9B;
text-decoration:none;  
}
.opclass a:hover{
color:black;
cursor:pointer;cursor:hand;
}

.idtipserah{
color:gray; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

input[type="radio"] {
    -webkit-appearance: none;
    border: 0px solid #cacece;
    //box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 -15px 10px -12px rgba(0,0,0,0.05);
    display: inline-block;
    position: relative;
    top: 3px;
    margin: 0 10px;
    padding: 8px;
	width:10px;
	height:10px;
    -webkit-border-radius: 1px;
    -moz-border-radius:1px;
    -ms-border-radius:1px;
    -o-border-radius:1px;
    border-radius: 1px;
	text-decoration:none;  
}
 
input[type="radio"]:checked{
    background-color:red;
    border: 0px solid #ccc;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0 0 10px rgba(0,0,0,0.1);
	text-decoration:none;  
}