.row {
	margin-top:10px;
}
.box{
    float:left;
}
.box_text_title {
    background-color:#d3d3d3;
    overflow:  hidden;
}
.box_text_title h2 {
    color:#898989;
    font-size:30px;
    padding: 10px 10px 20px 10px;
    margin: 0px;
    width: 70%;
}
.box_text_title h2  a{
    color:#898989;
}
.box_text {
    padding: 0 10px 20px 10px;
    color:#8c8c8c;
    font-size:12px;
}
.box_text a{
    color:#8c8c8c;
}
.box_title {
    color:#353535;
    background-color:#dedede;
    height:19px;
    padding:6px 10px 0;
    font-size:11px;
}
.box_title_left {
    float:left;
}
.box_title_left img {
    vertical-align:middle;
}
.box_title_right {
    float:right;
}
.box_title_right a{
    color:#353535;
}
.img_home {
    display:block;
}

/* parte 1 */
#art1 {
	margin-left:0px;
    width:490px;
    float:left;
}
#art1 .img_home, #art1 .box_text_title{
	width:490px;
	height:515px;
}
#art2 {
	margin-left:10px;
	padding-top:100px;
    width:240px;
    float:left;
}
#art2 .img_home, #art2 .box_text_title{
	width:240px;
	height:415px;
}
#art3 {
	margin-left:10px;
    width:240px;
    float:left;
    padding-top: 100px;
}
#art3 .img_home, #art3 .box_text_title{
	width:240px;
	height:415px;
}
#art4 {
    width:240px;
    float:left;
}
#art4 .img_home, #art4 .box_text_title{
	width:240px;
	height:115px;
}
#art5 {
	margin-left:10px;
    width:240px;
    float:left;
}
#art5 .img_home, #art5 .box_text_title{
	width:240px;
	height:115px;
}
#art6 {
	margin-left:10px;
    width:240px;
    float:left;
}
#art6 .img_home, #art6 .box_text_title{
	width:240px;
	height:115px;
}


