﻿html {
    min-height: 100%;
    position: relative;
}
body 
{
  height: 100%;
  font-family:Arial;	
  margin-bottom: 60px;
 /* background-image:url('../img/logo-positivo.png');*/
  background-size:100px;
}

#topEmpleados
{
	background-image:url('../img/bg-head-empleados.jpg');
	height: 100px;	
	border-bottom:3px solid #94a981;
	margin-bottom: 18px;
	min-width:900px;
}
#topAspirantes
{
	background-image:url('../img/bg-head-aspirantes.jpg');
	height: 100px;	
	border-bottom:3px solid #379aa4;
	margin-bottom: 18px;
	min-width:900px;
}
#topEgresados
{
	background-image:url('../img/bg-head-egresados.jpg');
	height: 100px;	
	border-bottom:3px solid #D1AABF;
	margin-bottom: 18px;
	min-width:900px;
}
#topComunidad
{
	background-image:url('../img/bg-head-comunidad.jpg');
	height: 100px;	
	border-bottom:3px solid #F1D4B2;
	margin-bottom: 18px;
	min-width:900px;
}
#topEmpesas
{
	background-image:url('../img/bg-head-empresas.jpg');
	height: 140px;	
	border-bottom:3px solid #C6C4AB;
	margin-bottom: 18px;
	min-width:900px;
}
#topAlumnos
{
	background-image:url('../img/bg-head-empresas.jpg');
	height: 100px;	
	border-bottom:3px solid #DCDEAF;
	margin-bottom: 18px;
	min-width:900px;
}
#logo-comun {
    height: 155px;
    left: 50px;
    overflow: hidden;   
    top: 0;
    width: 90px;
    text-align:left;
}


.footer {
    background-color: #000000;
    bottom: 0;
    height: 100px;
    position: absolute;
    width: 100%;
    /*background-image:url('../img/bg-footer.jpg');
    background-size:20px auto;*/
    color:#ffffff;
    
}
.footer .text-muted
{
    color:#ffffff;
}

th
{
    font-weight: normal;
}

.userActive
{
    float:right;
    font-size: 9pt;
    padding-left: 10px;
}


.rotate{

-webkit-transition-duration: 0.8s;

-moz-transition-duration: 0.8s;

-o-transition-duration: 0.8s;

transition-duration: 0.8s;

-webkit-transition-property: -webkit-transform;

-moz-transition-property: -moz-transform;

-o-transition-property: -o-transform;

transition-property: transform;

overflow:hidden;

} 

.rotate:hover 

{

-webkit-transform:rotate(360deg);

-moz-transform:rotate(360deg);

-o-transform:rotate(360deg);

} 

.imgNav

{

cursor: inter;

}

.botonesGrid
{
    float:right;
}