/**Escaparates**/
.showcaseslist{
  height:100%;
  overflow:hidden;
}
.showcaseslist h2{
  background:transparent url(img/fondoh2.jpg) no-repeat scroll left bottom;
  color:#44596C;
  font-size:1em !important;
  font-weight:bold;
  line-height:1.5em;
  margin-bottom:0.5em;
  margin-top:0.3em;
}
.showcaseslist ul{
 width:100%;
 margin:0;
 margin-top:1em;
 list-style-type:none;
}
.showcaseslist li{
  background:none;
  margin:0;
  padding:0;
  width:46%;
  float:left;
  margin-right:3.5%;
  min-height:11em;
  height:11em;
  overflow:hidden;
}
.showcaseslist li div{
 height:7.5em;
 overflow:hidden;
 margin-bottom:0.2em;
}


.showcaseslist p.masinformacion a:hover{
 color:#fee3e1;
}
/**Escaparates Simples**/
.showcaseslistsimple ul{
 margin:0;
 margin-top:1em;
 padding:1em 1em 0em 2em;
 list-style-type:none;
 height:100%;
 width:100%;
 background:#f7f9fa;
 overflow:hidden;
 font-size:0.8em;
}

.showcaseslistsimple ul li{
    width:190px !important;
    border:1px solid #cecece;
    border-left:3px solid #991d15;
    padding:0.2em;
    margin-right:8px;
    margin-bottom:2px;
    float:left;
    background:#fff;
    overflow:hidden;
}

.showcaseslistsimple ul li a {
    font-size: 1.3em;
}


