
#content_block {
    border: 0px;
}

#content_block .l {background: url('images/metal_border_l.png') repeat-y  0       0; width:100%; height:100%;}
#content_block .r {background: url('images/metal_border_r.png') repeat-y  100%    0; width:100%; height:100%;}
#content_block .t {background: url('images/metal_border_u.png') repeat-x  0       0; width:100%; height:100%;}
#content_block .b {background: url('images/metal_border_d.png') repeat-x  0    100%; width:100%; height:100%;}

#content_block .t_l {background: url('images/metal_border_u_l.png') no-repeat 0       0; width:100%; height:100%;}
#content_block .b_l {background: url('images/metal_border_d_l.png') no-repeat 0    100%; width:100%; height:100%;}
#content_block .t_r {background: url('images/metal_border_u_r.png') no-repeat 100%    0; width:100%; height:100%;}
#content_block .b_r {background: url('images/metal_border_d_r.png') no-repeat 100% 100%; width:100%; height:100%;}



.section .photo {
    display:block;
    float:left;
    width:240px;
    /*border: 1px solid green;*/
}


.section .description {
    float:left;
    clear:right;
    width:240px;
    padding:4px;
    /*border: 1px solid blue;*/
}



.section .comentarios {
    float:left;
    clear:right;
    width:98%;
    padding:4px;
    /*border: 1px solid blue;*/
}


.section .title {
    float:left;
    width:90%;
    /*border: 1px solid red;*/
}


.section p {
    float:left;
    width:90%;
    /*border: 1px solid blue;*/
}


.section a {
    float:left;
    clear:none;
    /*border: 1px solid blue;*/
}



