.textoNuesProd{
    color: #FFF;
    font-weight: bolder;
    display: block;
    width: 195px;
    margin:0 auto;
    font-size:19px;


}
.servicio {
    
    float: left;
    height: 166px;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    width: 187px;

}
.foto-servicio {
    bottom: 0;
    height: 137px;
    position: absolute;
    width: 187px;
}
.titulo {
    background-image: url("../img/fondoTitulo.png");
    background-repeat: no-repeat;
    height: 31px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 187px;
  
}
.titulo h3 {
    color: #fff;
    font-family: "Segoe UI";
    font-size: 13px;
    font-weight: normal;
    margin-top: 8px;
    text-transform: uppercase;
}
.hover-servicio {
    background-image: url("../img/FAEM.jpg");
    background-repeat: no-repeat;
    bottom: 0;
    height: 135px;
    position: absolute;
    width: 187px;
    opacity: 0.7;
    /*transition: 800ms all ease;*/

}

.hover-servicio2 {
	border: 1px solid #1B47CB;
    float: left;
    height: 25px;
    left: 50px;
    position: absolute;
    top: 78px;
    width: 80px;
 
    
}


.hover-servicio2 p {
    color: #1B47CB;
    font-family: "Segoe UI";
    font-size: 11px;
    margin-left: 16px;
    margin-top: 5px;

}




#carrusel{
    min-width: 200px;
   
    margin-left:280px;
    
    float:left;
    width:795px;
    overflow:hidden;
    height:205px;
    position:relative;
    
}
.izquierda_flecha{

    position:relative;
    left:-828px;
    z-index:1;
    top:90px;
    margin-top:-9px;
}
.derecha_flecha{

    position:relative;
    left:-30px;
    z-index:1;
    top:90px;
    margin-top:-9px;
}
.flecha{
    width: 30px;
}
.carrusel{
    width:4000px;
    left:0px;
    position:absolute;
    z-index:0
}
aside{
    padding: 40px 0px; 
   /* background: linear-gradient(to bottom, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%);*/
   background: linear-gradient(to bottom, rgba(130,214,224,1) 0%,rgba(107,214,224,1) 43%,rgba(107,214,224,1) 45%,rgba(107,214,224,1) 47%,rgba(55,193,206,1) 100%);

}