* {
	margin: 0px;
	padding: 0px;
}

html body {
	height: 100%;
	width: 100%;
}

header {
	color: #FFF;
	background-image: url(../logos/encabezado.png);
	font-family: "Times New Roman";
	font-size: 3em;
	height: 125px;
	line-height: 125px;
	text-align: center;
	width: 100%;
}

#contenedor {
	height: 70%;
	margin: auto;
	width: 80%;
}

#encabezado {
	height: 20%;
	padding-top: 10px;
	position: absolute;
	text-align: center;
	width: 80%;
}

#encabezado .colegio {
	color: #003366;
	font-family: "Times New Roman";
	font-size: 250%;
}

#encabezado img {
	height: 125px;
	width: 125px;
}

#contenido {
	color: #990000;
	font-family: arial;
	font-size: 0.9em;
	height: 90%;
	margin-top: 12%;
	padding-top: 20px;
	position: absolute;
	text-align: center;
	overflow: auto;
	width: 80%;
}

#contenido h2 {
	font-size: 22px;
}

button {
	color: #003366;
	box-shadow: 3px 3px 10px #000;
	font-size: 1.1em;
	height: 32px;  
	width: 150px; 
}

button:hover {
	box-shadow: 3px 3px 10px red;
	color: #69F;
	cursor: pointer;
	cursor: hand;
}

table button {
	color: #003366;
	box-shadow: 3px 3px 10px #000;
	font-size: 0.9em;
	height: 28px;  
	width: 165px; 
}

table button:hover {
	box-shadow: 3px 3px 10px red;
	color: #69F;
	cursor: pointer;
	cursor: hand;
}

#contenido button:hover {
	color: #69F;
	cursor: pointer;
	cursor: hand;
}

select { 
  border-radius:3px;
  -moz-border-radius:3px;
  background-color:#FFFFFF;
  color: #990000;
  font-family: tahoma;
  font-size: 18px;
  margin:0;
  text-align: center;
  width: 92%;
}

option {  
  color: #990000;
  margin:5px;
  font-family: tahoma;
  font-size: 18px;
  text-align: center;
}

/*inicio*/

#loginForm {
	background:#d2e0ea;
    border:1px solid #899caa;
    border-radius:3px 0 3px 3px;
    -moz-border-radius:3px 0 3px 3px;
    margin-top:-1px;
	min-width: 23%;
	width:23%; 
    padding:6px;
}

#loginForm fieldset {
    margin:0 0 12px 0;
    display:block;
    border:0;
    padding:0;
}

fieldset#body {
    background:#ffffff;
    border-radius:3px;
    -moz-border-radius:3px;
    padding:10px 13px;
    margin:0;
}

#loginForm #checkbox {
    width:auto;
    margin:1px 9px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}

#body label {
    color:#3a454d;
    margin:9px 0 0 0;
    display:block;
    float:left;
}

#loginForm #body fieldset label {
    display:block;
    float:none;
    margin:0 0 6px 0;
}

/* Default Input */
#loginForm input {
    width:92%;
    border:1px solid #899caa;
    border-radius:3px;
    -moz-border-radius:3px;
    color:#3a454d;
    font-weight:bold;
    padding:8px 8px;
    box-shadow:inset 0px 1px 3px #bbb;
    -webkit-box-shadow:inset 0px 1px 3px #bbb;
    -moz-box-shadow:inset 0px 1px 3px #bbb;
    font-size:12px;
}

/* Sign In Button */
#loginForm #login {
    width:auto;
    float:left;
    background:#339cdf url(../img/loginbuttonbg.png) repeat-x;
    color:#ffffff;
    padding:7px 10px 8px 10px;
    text-shadow:0px -1px #278db8;
    border:1px solid #339cdf;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    margin:0 12px 0 0;
    cursor:pointer;
    *padding:7px 2px 8px 2px; /* IE7 Fix */
}

/* Forgot your password */
#loginForm span {
    text-align:center;
    display:block;
    padding:7px 0 4px 0;
}

#loginForm span a {
    color:#3a454d;
    text-shadow:1px 1px #fff;
    font-size:12px;
}

input:focus {
    outline:none;
}

#bienvenidos{
	width:550px;
	height:500px;
	margin-left:100px;
	margin-top:50px;
	font-family:"Comic Sans Ms";
	font-size:30px;
	text-align:center;
	box-shadow:5px 5px 10px #000;
	border-radius: 15px 0px 15px 0px;
	
background: #a7c7dc;
background: -moz-linear-gradient(top,  #a7c7dc 0%, #85b2d3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7c7dc), color-stop(100%,#85b2d3));
background: -webkit-linear-gradient(top,  #a7c7dc 0%,#85b2d3 100%);
background: -o-linear-gradient(top,  #a7c7dc 0%,#85b2d3 100%);
background: -ms-linear-gradient(top,  #a7c7dc 0%,#85b2d3 100%);
background: linear-gradient(to bottom,  #a7c7dc 0%,#85b2d3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7c7dc', endColorstr='#85b2d3',GradientType=0 );


}

/* fin */

footer {
	color: #FFFFF;
	background: #212121 url(../img/fondo.jpg); 
	font-family: "Times New Roman";
	font-size: 1.2em;
	height: 11%;
	line-height: 65px;
	margin-top: 80%;
	text-align: center;
	position: absolute;
	width: 100%;
}

footer a {
	color: #FFFFFF;
	font-family: "Times New Roman";
	font-size: 1em;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

