@charset "utf-8";
/* CSS Document */
#carrusel{
	width:1920px;
	float:left;
	position:relative;
	margin-left:-480px;
	}
.home{
	float:left;
	margin-top:30px;
	}
.home ul li{
	width:378px;
	height:183px;
	float:left;
	position:relative;
	margin-left:10px;
	margin-right:40px;	
	}
#barra{
	width:1920px;
	height:190px;
	position:absolute;
	top:0px;
	background-image:url(../img/frame.png);
	}
#barra-b{
	width:1920px;
	height:145px;
	top:190px;
	position:absolute;
	background:url(../img/white.jpg) repeat-x center #fff;
	}