@charset "utf-8";
/* CSS Document */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bg-prods-home {
	width:100%;
	height:auto;
	background-image:url(../img/bg-scroll-prods.jpg);
	padding:50px 0px;
}
.homeSlideTall {
    padding-bottom: 50px;
}

.row>h5 {
    width: 100%;
    text-align: center;
    font-family: 'HelveticaNeue-Bold';
    font-size: 22px;
    color: #FFF;
    line-height: normal;
	padding-bottom:20px;
}

.noticias{margin-bottom: 25px; float: left;}
.noticias>.foto-noticia{float: left; width: 100%; position: relative; background: #FFF; border-top-left-radius:8px; border-top-right-radius:8px; padding: 10px;}
.noticias>.foto-noticia>img{width: 100%; height: auto; position: relative; top: 0; left: 0;}

.noticias>.detalle-not{float: left; padding:5px; width: 100%; line-height: 40px;  background-color:#2B5893; color:#FFF; text-align:center; border-bottom-left-radius:8px; border-bottom-right-radius:8px;}

.noticias>.detalle-not>a{color:#FFF;font-size: 15px; }
.noticias>.detalle-not>h5>a:hover{color: #32A557;}
.noticias>.detalle-not>p{font-family:'opensans-light', Arial, Helvetica, sans-serif; font-size: 14px; color: #323232;float: left; text-align: justify; clear: both; margin-top:10px;}


