@charset "utf-8";
/* CSS Document */
#carcasa_home{
	height:390px;
}
a{
	color:#FFFFFF;
	text-decoration:none;
}
a:hover{
	color:#FF9900;
}

#box1{
	position:relative;
	left:30px;
	top:30px;
	background: url(../images/box_index_1.jpg);
	width:497px;
	height:210px;
	float:left;
	padding: 0 0 0 0;
}
#box11{
	width:330px;
	padding: 90px 0 0 140px;
}
#box2{
	position:relative;
	right: 30px;
	top: 30px;
	background: #ce4d20;/* url(../images/box_index_2.jpg) no-repeat;*/
	width: 217px;
	height: 340px;
	float:right;
}

#box22{
	position:absolute;
	padding: 15px 0 0 60px;
	text-align: right;
}

#box_img{
	position:relative;
	left:40px;
	top:45px;
	width:497px;
	height:100px;
	float:left;
	padding: 10px 17px 0 0;
}

