.detail_content{
    color: #555555;
}
.detail_content .title{
    background-color: #f8f8f8;
    padding: 15px 10px 15px 10px;
    color: #555555;
    font-size: 20px;
}
.detail_content .feature{
    margin-bottom: 15px;
}
.detail_content .feature:first-child{
    margin-top: 10px;
}
.detail_content .feature.calendar{
    background: url(/img/ficha_calendar.png) 11px -3px no-repeat;
    padding-left: 37px;
}
.detail_content .feature.compass{
    background: url(/img/ficha_compass.png) 11px -3px no-repeat;
    padding-left: 37px;
}
.detail_content .feature.tag{
    background: url(/img/ficha_tag.png) 11px -3px no-repeat;
    padding-left: 37px;
}
.detail_content .feature.user{
    background: url(/img/ficha_user.png) 11px -3px no-repeat;
    padding-left: 37px;
}
.detail_content .feature label{
    display: inline-block;
    font-family: 'allerregular';
    width: 120px;
}
.detail_content .description{
    /*font-size: 12px;*/
    color: #777777;
    padding-left: 13px;
}

.detail_content .requirements{
    color: #777777;
}
.detail_content .requirements label{
    font-family: 'allerregular';
    display: inline-block;
    color: #555555;
    margin-left: 12px;
    margin-bottom: 15px;
}
.detail_content .requirements:first-child{
    margin-top: 10px;
}
.detail_content .actions{
    background-color: #f8f8f8;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.detail_content .actions .links{
    text-align: center
}
.detail_content .actions .links a{
    color: #555555;
    font-size: 20px;
    font-family: 'allerregular';
}
.detail_content .actions .links a:hover{
    color: #555555;
    text-decoration: underline;
}
.detail_content .actions .small,
.detail_content .actions a.small{
    display: block;
    text-decoration: underline;
    margin-top: 10px;
    font-family: 'Arial';
    font-size: 12px;
}
.detail_content .actions .small:hover,
.detail_content .actions a.small:hover{
    text-decoration: none;
}

/* Buttons */
a.ficha_btn,
.ficha_btn {
    display: inline-block;
    width: 272px;
    border: none;
    height: 53px;
    background-color: transparent;
    background-position: 0 0;
    background-image: url(/img/ficha_btn.png);
    color: white;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    text-decoration: none !important;
    margin-left: 17%;
}
/*a.ficha_btn span,*/
/*.ficha_btn span {*/
/*    display: none*/
/*}*/
a.ficha_btn:hover,
.ficha_btn:hover {
    text-decoration: none;
    background-position: 0 -63px;
}

a.ficha_btn_red,
.ficha_btn_red {
    display: inline-block;
    width: 272px;
    border: none;
    height: 53px;
    background-color: transparent;
    background-position: 0 0;
    background-image: url(/img/ficha_btn_red.png);
    color: white;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: white;
    margin-left: 17%;
}
a.ficha_btn_red span,
.ficha_btn_red span {
    display: none
}
a.ficha_btn_red:hover,
.ficha_btn_red:hover {
    text-decoration: none;
    background-position: 0 -63px;
}

/**
 * SIDEBAR
 */

.detail_sidebar{
    width: 120px;
    margin-left: 40px;
}

/**
 * Logo empresa
 */
.company_picture{
    width: 190px;
    height: 145px;
    border: 1px solid #D6D6D6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
}
.company_picture span{
    display: none;
}
