/*
 * Home
 */

#box1 {
	float: left;
	position: relative;
	width : 360px;
}
#box2 {
	float: right;
	position: relative;
	width : 360px;
}
.box h2 {
	margin-top   :  0px !important;
	z-index: 20;
}
.boxwhite {
	position: relative;
	width : 350px;
	height:  65px;
	margin :  0px;
	padding:  5px !important;
	z-index: 10;
}
.boxwhite p {
	position: relative;
	margin :  0px !important;
	font-size: 12px !important;
}
.boxwhite p.link {
	position: absolute;
	width : 125px;
	bottom: 5px;
	margin :  0px;
}

#list1 {
	float: left;
	position: relative;
	width: 360px;
}
#list2 {
	float: right;
	position: relative;
	width: 360px;
}

/*
 * Contenido
 */

#ilus {
	position: relative;
	height: 190px;
	padding:  5px;
	background: #E0E0E0;
}
#ilus #view {
	position: relative;
	width : 680px;
	height: 190px;
	margin :  0px auto;
	padding:  0px;
}

#prev {
	position: absolute;
	top  :   0px;
	left :   0px;
}
#next {
	position: absolute;
	top  :   0px;
	left : 662px;
}

#slide {
	position: absolute;
	top  :   0px;
	left :  17px;
	width : 640px;
	height: 190px;
	overflow: hidden;
}
#slide .img {

	position: absolute;
	top  :  0px;
	left :  0px;
	width : 200px;
	margin :  0px  5px  0px  0px;
	padding:  5px;
	background: #FFFFFF;
}
#slide .img p {
	margin :  6px  0px;
}