header {
	background-color:#3E3E3E;
	color:#FFFFFF;
}

#menu {
  padding-top:10px;
	text-align:center;
  padding-bottom:25px;
}

#menu nav a {
	color:#FD3737;
	text-decoration:none;
	font:bold 16px verdana;
	margin-right:25px;
	padding:10px;
	transition:border-bottom .5s;
}

#menu nav a:hover {
	border-bottom:5px solid #6e6e6e;
}

footer {
	background:#3E3E3E;
	color:#FD3737;
}

.textoo {
	color:#FD3737;
	text-align:left;
}

tr {
	border:#FD3737 3px solid;
}

.contenedorNoticias, .contenedorNoticiasDestacada {
	text-align:left;
	padding-top:25px;
  padding-left:45px;
  padding-right:45px;
  font:bold 15px verdana;
  padding-bottom:11px;
}

.contenedorNoticias {
	background:#FD3737;
}

.contenedorNoticiasDestacada {
	background:#9C2626;
}

#tfc {
	text-align:right; 
}

.textoCentrado {
	text-align:center;
}

#imagenCarrera, #imagenCarrera2 {
  width:75%;
  height:auto;
}

#imagenCarrera {
  margin-bottom:15px;
}

#imagenCarrera1 {
  width:85%;
  height:auto;
  margin-top:50px;
  margin-left:25px;
  margin-bottom:25px;
}

#imagenCarrera2 {
   margin-bottom:15px;
}

.imagenNoticias {
  width:50%;
  height:auto;
  margin-top:20px;
  margin-bottom:20px;
}

tr [colspan="4"] {
  text-align:center;
}

#descripcion {
  margin-top:175px;
}

#listadoEmpleos {
  margin-top:35px;
}

#curricula {
  font-size:255%;
}

caption {
  padding-top:1px;
  padding-bottom:1px;
}

#planEstudios {
  margin-top:0px;
}

#listaConocimientos, #listaEmpleos {
  font-size:125%;
}

#listaConocimientos {
  list-style-type:none;
}

#listaEmpleos {
  list-style-type:square;
}

.tab {
  padding-right:10px;
}

#correoElectronico {
  color:#FD3737;
  font-size:100%;
}

#correoElectronico:hover {
  color:#D8D8D8;
}

#conocimientos {
  margin-top:10px;
}

#empleos {
  margin-top:100px;
}

#inscripcion {
  background-image:url(http://noticias.universidadean.edu.co/images/universidad-ean/inscripciones-abiertas-universidad-ean.jpg);
  background-size: cover;
  background-position: cover;
  height:287px;
}

@media (max-width: @screen-sm-max) {
    #inscripcion {
        background-image:url(http://noticias.universidadean.edu.co/images/universidad-ean/inscripciones-abiertas-universidad-ean.jpg);
        background-size: cover;
        background-position: 45%;
        height: 200px;
    }
}

@media (max-width: @screen-xs-max) {
    #inscripcion {
        background-image:url(http://noticias.universidadean.edu.co/images/universidad-ean/inscripciones-abiertas-universidad-ean.jpg);
        background-size: cover;
        background-position: 60%;
        height: 130px;
    }
}

@media (max-width: 768px){
  img:hover {
    -webkit-transform: scale(2,2);
  }
}
