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

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

#menu nav a {
	color:#13A785;
	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:#16a085;
	color:#FFFFFF;
}

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

tr {
	border:#13A785 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:#00A781;
}

.contenedorNoticiasDestacada {
  background:#2EF3C6;
}

.textoCentrado {
  text-align:center;
}

#imagenCarrera {
  width:90%;
  height:auto;
}

#imagenCarrera1 {
  width:80%;
  height:auto;
}

#imagenCarrera {
  margin-right:25px;
  margin-bottom:25px;
}

#imagenCarrera1 {
  margin-top:25px;
  margin-bottom:25px;
  margin-left:50px;
}

#imagenCarrera2 {
  margin-top:25px;
  width:90%;
  height:auto;
  margin-bottom:25px;
}

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

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

#descripcion {
  margin-top:190px;
}

#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:#FFFFFF;
  font-size:100%;
}

#correoElectronico:hover {
  color:#D8D8D8;
}

#conocimientos {
  margin-top:25px;
}

#empleos {
  margin-top:35px;
}

#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;
  }
}

img:hover{}

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