@charset "utf-8";
/* CSS Document */
#titulo{
   
   width: 645px;
   margin: 20px;
}
#wrapper {
    margin: 0 auto;
    width: 670px;
  padding-bottom: 20px;
  
  
}
#emergente{
  
    color: #333333;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    line-height: 19px;
    padding: 20px;
        
    width: 630px;
    height: auto;
    background-color: #F2F2F2;
    
    margin: 0 auto;
}
#emergente a{
  
    color: #ff7700;
    text-decoration: none;
    
}
#nombre_comp {
    color: #333333;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;  
}
#otros_datos {
    color: #333333;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 17px;
    line-height: 16px;
    margin-bottom: 10px;  
}
.rank2 {
   color: #ff9933;
   font-size: 30px;
   float: left;   
   padding: 0;
   margin-right: 15px;
   margin-bottom: 10px;
   margin-top: 15px;
   width: 57px;
   height: 46px;
   background-image: url("../images/quotes.png");
   background-repeat: no-repeat;
}