div#empresa p{
    font-size: 12px;
    text-align: justify;
    }
    
div#empresa span.flecha{
    background: url('../images/bkg_p_first.png') no-repeat #fff;
    background-position: 0px 4px;
    width: 18px;
    padding-right: 7px;
    }
    
div#empresa p strong{
    color: #000;    
    }
    
div#empresa img{
    float: right;
    margin: 8px;
    }
    
div#empresa h2{
    color: #afba18;    
    font-size: 14px;
    }
    
div#empresa p a{
    font-weight: bold;
    border-bottom: 1px dotted #575656;
    }
    
div#empresa p a:hover{
    font-weight: bold;
    border-bottom: 1px solid #575656;
    }