#content {
	margin :   0px   0px   0px  20px;
	padding:  10px  20px  10px 110px;
	background:  url(../images/icConejito.jpg) left bottom no-repeat;
}

#wrap {
	position: relative;
	width : 720px;
	height: 540px;
	margin:  0px auto;
}

#wrap #prev {
	position: absolute;
	top   : 15px;
	left  :  0px;
	z-index: 10;
}

#wrap #next {
	position: absolute;
	top   : 15px;
	right :  0px;
	z-index: 10;
}

#wrap #img {
	position: relative;
	z-index: 5;
}

#wrap p {
	position: absolute;
	bottom:  15px;
	left  :   0px;
	margin :  0px 15px;
	padding:  6px 12px;
	color : #000000;
	background: #FFFFFF;
	z-index: 10;
}
