 body{
 	
 	background: #66A3D2;
    font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-top: 0px; 
    margin-bottom: 0px;
    margin-left:0px;
 }


#formlogin{
	  
	background: #FFFFFF;
  border:medium none;
-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 58, 0.4);
-moz-box-shadow:    0px 3px 6px rgba(0, 0, 58, 0.4);
box-shadow:         0px 3px 6px rgba(0, 0, 58, 0.4);
  
-moz-border-radius-topleft: 20px;
-webkit-border-top-left-radius: 20px;
 border-top-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
border-bottom-right-radius: 20px;
  
  
background: #b5d576; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #b5d576 1%, #8aa354 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#b5d576), color-stop(100%,#8aa354)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #b5d576 1%,#8aa354 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #b5d576 1%,#8aa354 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #b5d576 1%,#8aa354 100%); /* IE10+ */
background: radial-gradient(center, ellipse cover,  #b5d576 1%,#8aa354 100%); /* W3C */

 
  color:#333333;

  margin: 0 auto 0 auto;
  padding:0 0 0 50px;
  top: 10px;
  width:515px;
	
}

#nuevoprofesor{
	  
	background: #E8F2D9;
  border:medium none;
-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 58, 0.4);
-moz-box-shadow:    0px 3px 6px rgba(0, 0, 58, 0.4);
box-shadow:         0px 3px 6px rgba(0, 0, 58, 0.4);
  
-moz-border-radius-topleft: 20px;
-webkit-border-top-left-radius: 20px;
 border-top-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
border-bottom-right-radius: 20px;
  
  
background: #b5d576; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #b5d576 1%, #8aa354 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#b5d576), color-stop(100%,#8aa354)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #b5d576 1%,#8aa354 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #b5d576 1%,#8aa354 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #b5d576 1%,#8aa354 100%); /* IE10+ */
background: radial-gradient(center, ellipse cover,  #b5d576 1%,#8aa354 100%); /* W3C */

 
  color:#333333;

  margin: 0 auto 0 auto;
  padding:0 0 0 50px;
  top: 10px;
  width:515px;
	
}



.formularios_val .text-input {
  background:#FFFFFF;
border:medium none !important;
color:#666666;
font-size:12px;
height:24px;
padding-bottom:0;
padding-left:5px;
padding-top:5px;
width:454px;
height:30px;
font-family:arial,sans-serif;
}

.formularios_val .select{
  background: #FFFFFF;
border:medium none !important;
color:#666666;
font-size:12px;
height:24px;
padding-bottom:0;
padding-left:5px;
padding-top:5px;
width:454px;
font-family:arial,sans-serif;
}



.formularios_val .select-min{
  background:#FFFFFF;
border:medium none !important;
color:#666666;
font-size:12px;
height:24px;
padding-bottom:0;
padding-left:5px;
padding-top:5px;
width:120px;
font-family:arial,sans-serif;
}
#boton-buscar{
	width:26px;
	height: 26px;
    background-image:url(../img/buscar.png);
    background-repeat:no-repeat;
	cursor: pointer;
}


#boton-buscar:hover{
	width:32px;
	height: 32px;
	background-image:url(../img/buscar1.png);
    background-repeat:no-repeat;
	cursor: pointer;
}

#botonmas{
	width:32px;
	height: 32px;
	max-width: 32px;
    max-height: 32px;
    background-image:url(../img/mas.png);
    background-repeat:no-repeat;
	cursor: pointer;
}


#contenedor-sombra{
	box-shadow: 2px 2px 30px 0 #006400;
	border-radius: 10px 10px 10px 10px;
	color:#333333;
	margin: 0 auto 0 auto;
	max-width: 995px; 
	max-height: 610px; 
	
	
}

#frame-notas{
	margin: 0 auto 0 auto;
	width: 980px; 
	height: 600px; 
	overflow: scroll; 

}

#frame-notas .table{
	margin: 0 auto 0 auto;
	max-width: 900px; 

	
}

#frame-notas table tr:hover{
	background-color: #80ff80;	
}

#registrousuario {

  background: transparent;
  border: none;
 }


#registrousuario legend {

color:#333333;
font-family:arial;
font-size:21px;
letter-spacing:-1px;
padding-bottom:20px;
padding-top:8px;
text-transform:capitalize;
}

#registrousuario input.texto {
background:#FFFFFF;
border:medium none !important;


color:#666666;
font-size:12px;
height:24px;
padding-bottom:0;
padding-left:5px;
padding-top:5px;
width:454px;
font-family:arial,sans-serif;
}


#registrousuario .text-input {
background:#FFFFFF;
border:medium none !important;
box-shadow: 2px 2px 3px 0 #999999;
color:#666666;
font-size:12px;
height:35px;
padding-bottom:0;
padding-left:5px;
padding-top:5px;
width:454px;
font-family:arial,sans-serif;
}

.registrousuario .text-input2{
	width:20px;

}




#registrousuario label {
display:block;
font-family:arial,sans-serif;
font-size:14px;
padding:10px 0 3px;
}

#registrousuario input.botonenviar {
background: #000099;
border:medium none !important;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
 border-top-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;

color:#FFFFFF;

-webkit-box-shadow: 0px 4px 8px rgba(50, 50, 50, 0.45);
-moz-box-shadow:    0px 4px 8px rgba(50, 50, 50, 0.45);
box-shadow:         0px 4px 8px rgba(50, 50, 50, 0.45);

display:block;
float:left;
font-family:arial,sans-serif;
height:30px;
margin-left:360px;
margin-top:20px;
text-align:center;
width:99px;
}

#registrousuario input.botonenviar:hover {
	height:33px;
	width: 102px;
	cursor: pointer;
	
}



.menuprincipal{
	margin:30px 0 10px auto;
	height: 46px;
	background: #313131;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius:10px 10px;
width: 900px

  /*padding:50px*/
}

.menuprincipal ul{
	list-style: none;
}
.menuprincipal li{
	float: left;
	list-style: none;
}
.menuprincipal li a{
	padding: 10px 15px;
	line-height: 16px;
	color: #FFF;
	margin: 5px 5px;
	display: block;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.menuprincipal li a:hover{
	background: #616161;
	text-decoration: none;
}
.menuprincipal li.first a{
}

#div-centro{
	
	width: 990px;
	margin: 0 auto;
	
	
	
}
#grados-show{
   background: #A3BF86;
   text-align: center;
   height: 30px;
   text-transform:uppercase;
   margin-top:10px;
   color: #000000;
   -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	-webkit-box-shadow: 3px 2px 4px #006400;
	-moz-box-shadow:    3px 2px 4px #006400;
	box-shadow:         3px 2px 4px #006400;
 
	cursor: pointer;
	
}
#grados-show:hover{
   background: #99b78e;
   -webkit-box-shadow: 7px 7px 5px #c0c0c0;
-moz-box-shadow:    7px 7px 5px #c0c0c0;
box-shadow:         7px 7px 5px #c0c0c0;
	color:#ffffff;
	
}
#select-grupo-boton{
	background:#F4FFB3;
	width: 890px;
	height: 20px;
	border:0px;
	border-radius: 10px;
    cursor: pointer;
    text-transform:uppercase;
    margin: 0 auto;
    margin-left: 50px;

}

#select-grupo-boton:hover{
	background:#fefef1;
	width: 990px;
	 margin-left: 0px;
	color:#000000;
	box-shadow: 2px 2px 30px 0 #6CA632;

}

#logors-boton{
	background:#F4FFB3;
	width: 900px;
	height:75px;
	border:0px;
	box-shadow: 2px 2px 5px 0 #006400;
	border-radius: 10px;
    cursor: pointer;
    text-transform:uppercase;
    text-align:center;
    margin:0 auto;
}

#logors-boton:hover{
	background:#fefef1;
	width: 995px;
	height:75px;
	
}

#logros{
	background:#A3BF86;
	width: 100px;
	height: 25px;
	box-shadow: 2px 2px 5px 0 #006400;
	border-radius: 10px;
	color: #ffffff;
	text-align:center;
	
}



#mostrarestudiantes-table, #mostrarestudiantes-table-general {

  background: transparent;
   border-collapse: collapse;
   
   
-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 58, 0.4);
-moz-box-shadow:    0px 3px 6px rgba(0, 0, 58, 0.4);
box-shadow:         0px 3px 6px rgba(0, 0, 58, 0.4);
  
  
  

  
  background: #bcce98; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #bcce98 95%, #b0d16e 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(95%,#bcce98), color-stop(100%,#b0d16e)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #bcce98 95%,#b0d16e 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #bcce98 95%,#b0d16e 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #bcce98 95%,#b0d16e 100%); /* IE10+ */
background: radial-gradient(center, ellipse cover,  #bcce98 95%,#b0d16e 100%); /* W3C */

   
   

 /* border-radius: 10px 10px 10px 10px;*/
  color:#333333;
  height:20px;
  width:990px;
  margin: 0 auto 0 auto;
  padding:0 0 0 50px;
  top: 10px;
 

}




#mostrarestudiantes-table-general tr th{
 text-transform:uppercase;
 background: #bcce98;

}

#mostrarestudiantes-table-general tr td{
 text-transform:uppercase;

}

#mostrarestudiantes-table-general tr:hover{
  background: #F1FF99; 
  border-radius: 10px 10px 10px 10px;

}


#mostrarestudiantes-table tr th{
 text-transform:uppercase;
 background: #bcce98;

}

#mostrarestudiantes-table tr td{
 text-transform:uppercase;

}

#mostrarestudiantes-table tr:hover{
  background: #F1FF99; 
  border-radius: 10px 10px 10px 10px;

}

#mostrarestudiantes-table input{
height: 55px;
width: 50px;
font-size: 25px;



}

#mostrarestudiantes-table input:focus{
background: #fbffff;
box-shadow:  1px 1px 3px #dadada;

}

#mostrarestudiantes-table textarea:focus{
background: #ffffff;
width:300px;
height:110px;
box-shadow:  1px 1px 3px #dadada;

}


.menu-datos{
	width:50px;
	height: 50px;
	max-width: 50px;
    max-height: 50px;
   
	
}
.menu-datos ul{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}


#buscar-dato{
	width:32px;
	height: 32px;
	max-width: 32px;
    max-height: 32px;
    background-image:url(../img/buscar.png);
    background-repeat:no-repeat;
	cursor: pointer;
	
}

#limpiar-campos{
	width:32px;
	height: 32px;
	max-width: 32px;
    max-height: 32px;
    background-image:url(../img/clear2.png);
    background-repeat:no-repeat;
	cursor: pointer;
	
}


.tab-estilo1{
	margin: 0 auto;
	text-transform:capitalize;
	
}




#paginacion_asignacion{
	max-width: 600px;
	background-color: #ebfcda;
	
}

#paginacion_asignacion .p_grad{
	
	background-color:#99b78e;
	text-align: left;
	
}

#paginacion_asignacion .p_grup{
	
	background-color:#fefef1;
	width:450px;
	text-align: left;
	
}
#paginacion_asignacion .p_asig{
	
	
	width:300px;
	text-align: left;
	
}
#paginacion_asignacion .p_eliminar{
	
	
	 padding-left:0px;
	
	background-repeat: no-repeat;

	
}

#paginacion_asignacion .p_eliminar input{
	
	
	background-image:url(../img/eliminar.png);
    background-repeat:no-repeat;
    width:25px;
    height:22px;
	cursor: pointer;

	
}




.select-logro-adm{
   background: #ffffcc;
   border-radius: 5px;
 height: 70px;
 box-shadow: 2px 2px 2px;
text-transform: uppercase;
  
}

.select-logro-adm:hover{
    background:#cccc00;
    cursor: pointer;
 
  
}