	*{
	    padding: 0;
	    margin: 0;
	    font-weight : bold;
	    font-size : 12px;
	    font-family : tahoma;
	}
    .titulo{
        font-size : 18px;
        width : 100%;
        color : white;
		display: flex;
        border-left : 1px solid white;
        padding : 6px;
        
        
    }
	.evento{
	    font-size:12px;
		color: white;
		width: 18px;
		padding: 4px;
		border-top: 10px;
		border-bottom: 1px;


	
	}
	.noticia{
	    font-size:12px;
		color: white;
		width: 18px;
		background-color: #5cb85c;
		padding: 4px;
		border-radius: 4px;
		border-top: 10px;
		border-bottom: 1px;
		border : 1.4px solid black;

	}
	.update{
	    font-size:12px;
		color: white;
		width: 10px;
		background-color: #5cb85c;
		padding: 4px;
		border-radius: 4px;
		border-top: 10px;
		border-bottom: 1px;
		border : 1.4px solid black;
	}