﻿/*Menu*/
.noticiaImg{
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}

.noticiaLi{
    width: 25%;
    padding: 10px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.noticiaDiv{
    position: relative;
    margin: 0 auto;
    width: 1250px;
    background-color: #fff;
    /*background: rgba(247,247,247,0.65);
    -webkit-box-shadow: 0 20px 30px 0 rgba(50,50,50,0.4);
    -moz-box-shadow: 0 20px 30px 0 rgba(50,50,50,0.4);
    box-shadow: 0 20px 30px 0 rgba(50,50,50,0.4);*/
    z-index: 1;
}
