/**** inicio estilos index.html login **/

body{
	/*background: #033860;*/
	background: url(../include/imagenes/banner1.jpg);
	
}

#cajaInicioSesion{
    width: 100%;
	height: auto;
	padding-top: 40px; 
}

#olvidastePassword{
  color: #CCCCCC;
}

ul>li{
  background: gold;
  border-radius: 10px 10px 10px 0px;
  margin-right:5px;
}


ul>li:hover{
  background: orange;
}

footer{
 position: relative;
 bottom: 0;
 width: 100%;
 height: 205px;
}

/** fin de estilos index.html Login**/
    

/** inicio estilos index.php alumnos***/

label{
      font-family: arial;
      padding: 5px;
}

label>h5{
      padding-right:5px;
      font-size: 21px;
      font-family: bold;
}

#tbl-fila:hover{
    background: rgba(0,0,0,.6);
    color: white;
}

#navTextBienvenido{
  padding-right: 10px;
}

/*** agregar color la fondo **/

#cajaMenu{ background: #000033;}
.cajaTrabajo{ background: #EBEBEB; }


#cajaHeader{ background: url(../include/imagenes/logo-header.jpg);
             background-repeat: no-repeat;
              height: 150px;
           }
#cajaTitulo{ background: #E98325;}
#datosAlumno{ background: #2A4F6E; height: auto;}
#datosPersonales{ background: #009574; height: auto;}
#infoSoporte{ background: #303D74; }

#cajaDatosAlumno {background: #EBEBEB;}
#cajaTablaAlumno{ background: #EBEBEB; }



/*** fin de agregar color la fondo **/


/*** tabla con scroll  ***/
#tabla-alumnos{
 
  height:350px;
  background: #EBEBEB;
  border:solid black 2px;
}

/** fin de tabla con scroll***/



/** fin de estilos index.php alumnos**/
