.group_resources {
    width: 1000px;
    height: auto;
    margin: auto
}

.group_resources h2{
    font-family: arial;
    font-size: 20px;
    color: #4a4a4a;
    padding-top: 30px;
    padding-bottom: 20px;
}

.list_resources {
    width: 1000px;
    height: auto;
}

.name_list_resources {
    width: 1000px;
    height: 38px;
    border: 1px solid #dedede;
}

.list_type_resources {
    width: 95px;
    height: 38px;
    float: left;
    border-right: 1px solid #dedede;
}

.list_type_resources p{
    text-align: center;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #72b13c;
    line-height: 25px;
}

.list_name_resources {
    width: 760px;
    height: 38px;
    float: left;
    border-right: 1px solid #dedede;
}

.list_name_resources p{
    padding-left: 15px;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #72b13c;
    line-height: 25px;
}

.list_link_download_resources {
    width: 143px;
    height: 38px;
    float: left;
}

.list_link_download_resources p{
    padding-left: 15px;
    font-family: arial;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #72b13c;
    line-height: 25px;
}

.resources {
    width: 1000px;
    height: auto;
    margin-top: -1px;
}

.name_details_resources {
    width: 1000px;
    height: 150px;
    border: 1px solid #dedede;
}

.name_resources {
    width: 1000px;
    height: 150px;
}

.type_resources {
    width: 95px;
    height: 150px;
    float: left;
    border-right: 1px solid #dedede;
}

.type_resources p{
    text-align: center;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    line-height: 25px;
    padding-top: 50%;
    text-transform: uppercase;
}

.name_resources {
    width: 760px;
    height: 150px;
    float: left;
    border-right: 1px solid #dedede;
}

.pic_name_resources {
    width: 95px;
    border: 1px solid #dedede;
    float: left;
    margin-top: 13px;
    margin-left: 10px;
}

.pic_name_resources img{
    width: 95px;
}

.text_name_resources {
    float: left;
    width: 625px;
    height: 80px;
    padding-top: 10px;
    padding-left: 15px;
}

.text_name_resources h4 a{
    color: #2e99da;
    font-weight: bold;
    font-family: arial;
    font-size: 14px;
}

.text_name_resources p {
    color: #666666;
    font-size: 12px;
    font-family: arial;
    text-align: justify;
}

.link_download_resources {
    width: 143px;
    height: 150px;
    float: left;
}

.link_download_resources img {
    width: 38px;
    height: 38px;
    margin-top: 35px;
    margin-left: 60px;
}