﻿body {
    overflow-x:hidden;
}

.noticias{
    overflow:hidden;
    width:100%;
    height:350px;
    /*text-align:center;*/  
}

.img_noticias{
    width:100%;    
}

.caja_noticias{
    background: rgba(25,74,156,0.8);
    text-align:center;    
    margin-top:20%;
    margin-left:10%;
    margin-right:10%;
    
    
     
    padding:20px;
    overflow:hidden;
    color:white;
    z-index:2000;
    position: absolute;
    /*-webkit-animation-name: noticias_movimiento;*/ /* Safari 4.0 - 8.0 */
    /*-webkit-animation-duration: 80s;*/ /* Safari 4.0 - 8.0 */
    /*animation-name: noticias_movimiento;*/
    /*animation-duration: 5s;*/   
    
}


/* Standard syntax */
@keyframes noticias_movimiento {
    0%   {left:-1500px; top:0px;}
    50%  {left:400px; top:0px;}    
    100% {left:0px; top:0px;}
}

.Eventos{
    font-size:larger;
    
}