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

body{
    height: 100%;
	width: 100%;
    margin: 0;
    font-family: Calibri, Arial, sans-serif;
    font-size: 18px;
}


/*** Encabezado ***/
.encabezado {
 	width: 100%;
	height: 55px;
	/* Color Tema*/
    border-bottom: 4px solid #CC0000;
}

.logo{
	width: 20%;
	height: 100%;
	float: left;
}

.logo-sised{
	position: absolute;
	margin-top: 5px;
	margin-left: 15px;
	width: 102px;
	height: 44px;
	background-image: url(../imagenes/logo-sised.png);
	background-size: 102px 44px;
}

.info-colegio{
	float: right;
	padding-right: 20px;
	padding-top: 27px;
	font-size: 16px;
	color: #808080;
}

/*** Pie de Pagina ***/
footer{
	width: 100%;
	height: 50px;
	border-top: 2px solid #CC0000;
	position: absolute;
	bottom: 0;
    background: -ms-linear-gradient(#2b2f3a, #2b2f3a);
    background: -moz-linear-gradient(#2b2f3a, #2b2f3a);
    background: -webkit-linear-gradient(#2b2f3a, #2b2f3a);
    background: linear-gradient(#2b2f3a, #2b2f3a);
}

.soporte{
	width: 60%;
	padding-top: 10px;
	padding-left: 15px;
	font-size: 16px;
	color: #fff;
	text-align: left;
	float: left;
}

.version{
	width: 30%;
	padding-top: 10px;
	padding-right: 15px;
	font-size: 16px;
	color: #fff;
	text-align: right;
	float: right;
}

.area-documento{
	padding-top: 25px;
	text-align: center;
}

.documento input{
	height: 50px;
	text-align: center;
	font-size: 25px;
	background-color: #EEEEEE;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 3px 3px 3px 3px;
	border: none;
	color: #000;
	box-shadow: 0 6px 10px -2px #3f4143;
}

/*** Pagina Principal Modulos***/
.escudo{
	width: 100%;
	padding-top: 50px;
}

.categoria{
	width: 100%;
	padding-top: 5px;
	text-align: center; 
	font-size: 25px;
	color: #808080;
}

.colegio{
	width: 100%;
	margin-top: -5px;
	text-align: center; 
	font-size: 30px;
	color: #333333;
}

.modulo{
	width: 100%;
	margin-top: 0px;
	text-align: center; 
	font-size: 16px;
	color: #808080;
}

/*** Botones ***/
.area-botones{
	margin-top: 40px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.boton{
	/* Color del tema */
    background-image: -webkit-linear-gradient(top,#CC0000,#800000);
    background-image: -moz-linear-gradient(top,#CC0000,#800000);
    background-image: -o-linear-gradient(top,#CC0000,#800000);  
    background-image: linear-gradient(to bottom,#CC0000,#800000);   
    border: 1px solid #663300;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;  
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #71C0FD inset;
    -webkit-box-shadow: 0 1px 1px #71C0FD inset;
    -o-box-shadow: 0 1px 1px #71C0FD inset; 
    box-shadow: 0 1px 1px #71C0FD inset;
    padding: .2em 1em;
    color: white;
    font-weight:normal;
    text-decoration:none;
    font-family: Calibri, Arial, sans-serif;
    font-size: 20px;
    //margin-left: 5px;
}

.boton:hover {
	/* Color del tema */
    background-image: -webkit-linear-gradient(bottom,#CC0000,#800000);
    background-image: -moz-linear-gradient(bottom,#CC0000,#800000);
    background-image: -o-linear-gradient(bottom,#CC0000,#800000);   
    background-image: linear-gradient(to top,#CC0000,#800000);
    cursor: pointer;
}

table.formatoHTML5 {
	width: 80%;
    border-collapse: collapse;
    text-align: left;
    color: #606060;
	margin: 15px auto;
	border-top: 1px solid #C0C0C0;
	padding-bottom: 20px;
    box-shadow: 0 6px 10px -2px #3f4143;
    border-radius: 0 0 3px 3px;
}

table.formatoHTML5 thead tr td  {
    background-color: fff;
    vertical-align: middle;
    padding: 5px;
    font-size: 12px;
    text-aling: center;
}

table.formatoHTML5 thead tr th {
    padding: 5px;
    background-color: #808080;
    background: -webkit-gradient(linear, left top, left bottom, from(#606060), to(#909090));
    background: -moz-linear-gradient(top, #606060, #909090);
    color: #dadada;
    text-aling: center;
} 

table.formatoHTML5 tbody tr:nth-child(odd) {
   background-color: #fafafa;
}

table.formatoHTML5 tbody tr:nth-child(odd):hover {
    background-color: #808080;
	/* Color del tema */
    background: -webkit-gradient(linear, left top, left bottom, from(#FF9900), to(#CC6600));
    background: -moz-linear-gradient(top, #FF9900, #CC6600);
    color: #dadada;
}
 
table.formatoHTML5 tbody tr:nth-child(even) {
    background-color: #efefef;
}
 
table.formatoHTML5 tbody tr:nth-child(even):hover
{
    background-color: #808080;
    background: -webkit-gradient(linear, left top, left bottom, from(#FF9900), to(#CC6600));
    background: -moz-linear-gradient(top, #FF9900, #CC6600);
    color: #dadada;
}
 
table.formatoHTML5 tbody tr:last-child {
     border-bottom: solid 1px #404040;
}
  
table.formatoHTML5 td {
	font-size: 14px;
	vertical-align: middle;
	padding: 2px;
	padding-left: 10px;
}
 
table.formatoHTML5 tfoot{
	font-size: 12px;
    text-align: left;
    color: #303030;
    text-shadow: 0 1px 1px rgba(255,255,255,0.3);
    background-color: #808080;
}