div#folleto1
{
	position: absolute;
	top: 70px;
	left: 30px;
	
	width:320px;
	height: 288px;
}

img.f1
{
	position: absolute;
	top:0px;
	left: 0px;
}

div.parte1, div.parte2
{
	position: absolute;
	background: #b8519e;
	
	width: 100px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	
	border: 2px solid white;
	
	padding: 2px;
	
	color: white !important;
	text-align:center;
	cursor: pointer;	
	font-size:16px;
}

div#ai
{
	top:10px;
	left: 30px;
}

div#ac
{
	top: 340px;
	left: 140px;
}

div#ad
{
	top:10px;
	left:245px;
}


div#si
{
	bottom:30px;
	right:245px;
}

div#dorso
{
	bottom:390px;
	right:140px;
}

div#frente
{
	bottom:30px;
	right:30px;
}


div#folleto2
{
	position: absolute;
	bottom: 90px;
	right: 30px;
	
	width:320px;
	height: 288px;
}

div#textoF1
{
	position:absolute;
	top: 20px;
	right: 20px;
	width: 350px; 
}


div.textoFolleto, div.textoFolleto2
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 330px;
	padding: 10px;
	color: white !important;
	font-size: 16px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background: #8a54a2;
	border:2px solid white;
}

div#textoF2
{
	position: absolute;
	bottom: 130px;
	left: 20px;
	width: 350px;
}
