.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:#ffffff;
    background-color:#baaca0;
    height:19px;
    padding:6px 10px 0;
    font-size:12px;
}
.box_title_left {
    float:left;
}
.box_title_left img {
    vertical-align:middle;
}
.box_title_right {
    float:right;
}
.box_title_right a{
    color:#ffffff;
}
.img_home {
    display:block;
}

/* parte 1 */
#art1 {
	margin-left:0px;
    width:991px;
    float:left;
}
#art1 .img_home, #art1 .box_text_title{
	width:990px;
	height:315px;
}
#art2 {
	margin-left:0px;
    width:390px;
    float:left;
}
#art2 .img_home, #art2 .box_text_title{
	width:390px;
	height:165px;
}
#art3 {
    margin-left:10px;
    width:390px;
    float:left;
}
#art3 .img_home, #art3 .box_text_title{
	width:390px;
	height:165px;
}
#art4 {
	margin-left:400px;
    width:190px;
    float:left;
}
#art4 .img_home, #art4 .box_text_title{
	width:190px;
	height:115px;
}
#art5 {
	margin-left:10px;
    width:190px;
    float:left;
}
#art5 .img_home, #art5 .box_text_title{
	width:190px;
	height:115px;
}
#art6 {
	margin-left:10px;
    width:190px;
    float:left;
}
#art6 .img_home, #art6 .box_text_title{
    background-color:#E3DED9;
    height:75px;
    padding:20px 2px 20px 18px;
    width:170px;
}
#art6 select{
    width: 150px;
    font-size:11px;
    color:#a49c93;
}
#art6 input[type=text]{
    width: 124px;
    font-size:11px;
    color:#a49c93;
}



