<?php require_once('Connections/base_calificaciones.php'); ?>
body {
	font-size:92%;
	 font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#0054A5;}

#contendor {
	margin: 0px auto;
	padding: 0px;
	height: 450px;
	width: 600px;
	position: relative;
	top: 60px;
	box-shadow: 0px 2px 25px #999;
	-o-box-shadow: 0px 2px 25px #999;
	-moz-box-shadow: 0px 2px 25px #999;
	-webkit-box-shadow: 0px 2px 25px #999;
	background: url(../imagenes/fondo_consulta.png) no-repeat left top;
}

#btn_ {
	cursor:pointer;
	border:none;
	width:180px;
	height:30px;
	background:url(../imagenes/btn_consultar.png) top left no-repeat;
	
	}
	
#btn_:hover {
	background:url(../imagenes/btn_consultar.png) bottom left no-repeat;
	
}
	
#btn_ label {
	color:#FFF;
	cursor:pointer;
}
	
#logo {
	float: left;
	position: relative;
	left: 20px;
	top: 10px;
}
#titulo {
	font-size:23px;
	color:#00ADEE;
	text-align:center;
	margin:18px 0px 0px 10px;
	padding:0px;
	float: right;
	height: 68px;
	width: 390px;
}
#escudo {
	margin:0px;
	padding:0px;
	float: left;
	height: 130px;
	width: 110px;
	position: relative;
	left: 65px;
	top: 50px;
}
#institucio { /*css que controlan el nombre de la institucion */
	color:#5A9CFF; /* este color cambia el color del nombre de la institucion*/
	font-size:20px;
	text-align:center;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 60px;
	width: 420px;
	position: relative;
	top: 70px;
}
#formulario {
	text-align:center;
	clear:both;
	position:relative;
	top:75px;
	margin:0 auto;
	width:50%;
	height:130px;
}

.lista {
	margin:10px;
	text-align:right;
	list-style-type:none;}

input {
	width:auto;
	color:#FFF;
	background:url(../imagenes/back_imput.png) top left repeat-x;
}
input:focus {
	background:url(../imagenes/back_imput.png) bottom left repeat-x;}
	
	
label {
	font-weight:800;}
.estilo10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
