
*{ padding:0px; margin:0px; }
h1{ margin: 10px 10px 0 10px; color:#FFF; font:35pt Arial, sans-serif; letter-spacing:-1px; font-weight: bold; text-align: center; }
/*#header{
	width: 850px;
	height: 210px;
	/*background-color: rgba(151, 24, 7, 1);*/
	/*margin-left: 10%;
	margin-right: 10%;
	border-radius: 10px 10px 10px 10px;
}

#container{
	width: 960px;
	/*margin-left: 10%;
	margin-right: 10%;

}*/

#header{
	/*background-color: red;*/
	box-shadow: 5px 5px gray;
	border-radius: 10px 10px 10px 10px;
}
#footer{
/*background-color: gray;
color:white;
padding: 14px;
height: 50px;
border-radius: 10px 10px 10px 10px;
 position: absolute;
    bottom: 0;
    left: 0;*/
    height: 5em;
   background: gray;
  /* border-top: 3px solid #DBDBDB;*/
   color: white;
   /*margin-top: 1.5em;*/
   padding: .6em 0;
   text-shadow: 1px 1px 0 black;
   border-radius: 10px 10px 10px 10px;


}
#footer p{
	float: right;
}
body{

}


.formulario{
	border: 2px solid gray;
	
	/*background-color: rgba(37, 123, 236, 0.5);*/
	
	margin-bottom:10px;
	margin-top: 20px;
	
	background-color: rgba(37, 123, 236, 0.5);
	
	border-radius: 10px 10px 10px 10px;
	text-align: left;

	/*GRADIENTE */

}
.formulario input{
	height: 25px;
     width: 30%;
	padding: 1px;
	border-radius: 5px 5px 5px 5px;
	margin-top: 5px;



}
.selectOp{
	height: 135px;
	width: 140px;
}
#enviar{
	margin-left: 30%;
	margin-right: 30%;
	text-align: center;
}
#dniAlumno{
	width: 15%;
}
#datosAlumno{
	border: 2px solid;
	border-radius: 5px 5px 5px 5px;
}
#datosAlumno input{
	height: 45px;
	width: 40%;
	padding: 1px;
	margin-top: 2%;
	border-radius: 5px 5px 5px 5px;
}
#dniAlumno{
	width: 15%;
}
.errorVacio{
	color:red;
}
.alert-error {
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
}
.titulos{
border: 2px solid gray;
border-radius: 5px 5px 5px 5px;
text-align: center;
}
#boton{
	margin-left: 40%;
	margin-right: 40%;
	height: 40px;
}
.padresCeldas:hover{
	background-color: #D8D8D8;

}
#menuTut ul li{
	display: inline;
	text-decoration: none;
	padding: 5px;
	border: 1px solid;
	border-radius: 5px 5px 5px 5px;
}
#menuTut ul li:hover{
 background-color: #D8D8D8;
}
#envioEmail{
	font-color:red;
}
#info{
	float: left;
	color:white;
	text-shadow: 3px 3px black;
	margin-right: 20%;
}
.tablaDatos{
	font-size: 8pt;
}