div.destacadosHome {
  /*border-bottom: 1px solid #a1a3a7;*/ }

div.destacadosHome.carouselStyle {
  border-bottom: 0; }

div.destacadosHome ul {
  list-style-type: none;
  margin: 0;
  width: 980px; }

div.destacadosHome .jcarousel-container {
  position: relative;
  overflow: hidden;
  width: 980px;
  text-align: center;
  /*borar en caso de no sacarlo*/
  margin-left: -330px;
  width: 1460px; }

div.destacadosHome:after {
  content: " ";
  clear: both;
  display: block; }

div.destacadosHome .tabulado {
  padding-left: 20px;
  padding-right: 20px; }

div.destacadosHome .title {
  padding: 20px 20px 23px 20px;
  border-top: 1px solid #a1a3a7;
  border-bottom: 1px solid #a1a3a7; }

div.destacadosHome .title > h3 {
  font-family: roboto condensed regular;
  font-size: 16px;
  color: #aa0d0f;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.02em; }

div.destacadosHome .destacado, div.destacadosHome li {
  width: 320px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  float: left;
  border-left: 1px solid #a1a3a7;
  padding-bottom: 15px; }

.safari div.destacadosHome .destacado, div.destacadosHome li {
  border-left: 2px solid #a1a3a7; }

/*div.destacadosHome .destacado:after{
	content: " ";
	display: block;
	height: 20px;
	width: 1px;
}*/
div.destacadosHome .destacado.first {
  margin-left: 10px; }

div.destacadosHome .destacado.last {
  border-right: 1px solid #a1a3a7; }

div.destacadosHome .destacado > * {
  margin-left: 10px;
  margin-right: 10px; }

div.destacadosHome .destacado img.imagenDestacado {
  display: block;
  margin-left: 0;
  margin-right: 0; }

div.destacadosHome .destacado .antetitulo, div.destacadosHome .destacado .titulo {
  font-family: roboto light;
  font-size: 15px;
  color: #9c9e9f;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px; }

div.destacadosHome .destacado .titulo {
  font-size: 21px;
  line-height: 21px;
  color: #3e3d40;
  text-transform: uppercase;
  display: inline;
  letter-spacing: -0.02em; }

div.destacadosHome .destacado a.enlaceTitulo, div.destacadosHome .destacado a.enlaceDescripcion {
  text-decoration: none;
  display: inline; }

div.destacadosHome .destacado a.enlaceTitulo:HOVER, div.destacadosHome .destacado a.enlaceDescripcion:HOVER {
  border-bottom: 1px dotted #3e3d40; }

div.destacadosHome .destacado .descripcion, div.destacadosHome .destacado .descripcion p, div.destacadosHome .destacado .descripcion span {
  font-family: arial;
  font-size: 13px;
  line-height: 13px;
  line-height: 16px;
  color: #3e3d40;
  display: inline; }

div.destacadosHome div.enlaceFondo {
  display: table-cell;
  vertical-align: middle; }

div.destacadosHome div.enlaceFondo:HOVER {
  cursor: pointer; }

div.destacadosHome div.enlaceFondo .antetitulo {
  color: white; }

div.destacadosHome div.enlaceFondo .titulo {
  font-size: 27px;
  line-height: 27px;
  color: white; }

div.destacadosHome div.enlaceFondo .enlaceTitulo:HOVER {
  border-color: white; }

div.destacadosHome .jcarousel-prev {
  width: 22px;
  height: 29px;
  background-image: url("/UNAVThemev2-theme/images/ico/izactivo.png");
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top; }

div.destacadosHome .jcarousel-prev.jcarousel-prev-disabled {
  background-image: url("/UNAVThemev2-theme/images/ico/izdisabled.png"); }

div.destacadosHome .jcarousel-next {
  width: 22px;
  height: 29px;
  background-repeat: no-repeat;
  background-image: url("/UNAVThemev2-theme/images/ico/dactivo.png");
  display: inline-block;
  vertical-align: top; }

div.destacadosHome .jcarousel-next:HOVER, div.destacadosHome .jcarousel-prev:HOVER {
  cursor: pointer; }

div.destacadosHome .jcarousel-next.jcarousel-next-disabled {
  background-image: url("/UNAVThemev2-theme/images/ico/drdisabled.png"); }

div.destacadosHome .shadow {
  position: absolute;
  top: 66px;
  width: 150px;
  /*background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);*/
  	/* opacity : 0.3;
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
      filter: alpha(opacity=30);*/
  /* works for IE 5+. */
  filter: alpha(opacity=50);
  /* works for IE 8. */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* works for old school versions of the Mozilla browsers like Netscape Navigator. */
  -moz-opacity: 0.5;
  /* This is for old versions of Safari (1.x) with KHTML rendering engine */
  -khtml-opacity: 0.5;
  /* This is the "most important" one because it's the current standard in CSS. This will work in most versions of Firefox, Safari, and Opera. */
  opacity: 0.5;
  background-color: black; }

div.destacadosHome .shadow.left {
  left: -150px; }

div.destacadosHome .shadow.right {
  right: -150px; }

div.destacadosHome .jcarousel-container li.destacado.first {
  margin-left: 0; }

div.destacadosHome .jcarousel-container li.destacado.last {
  margin-right: 0; }

div.destacadosHome .jcarousel-container li {
  width: 325px; }

div.destacadosHome .jcarousel-container ul {
  left: 330px; }

div.destacadosHome .jcarousel-container:after {
  content: " ";
  display: block;
  clear: both; }

div.destacadosHome .controls {
  width: 980px;
  text-align: center;
  /*border-bottom: 1px solid #a1a3a7;*/
  border-top: 1px solid #a1a3a7; }

/*Sin esta linea, el resto de portlets se van al traste... parchazo inside*/
div#wrapper .portlet-boundary {
  width: 980px; }