.wrap{	
	width:630px;
	height:320px;	
	background-color:#fff;
	float:left;
}

.bullets{	
	position:absolute;
	left:50%;
	margin:320px 0 0 395px;
	z-index:2;
}
.bullet{
	background:url(../images/home/bullet.png) center center no-repeat;
	font-size:35px;
	text-decoration:none;
	color:#ffffff;
}
.bullet.activo{
	color:#016194;
	text-shadow:0 1px 2px #000;
}

#flecha-izq,#flecha-der{	
	padding:45px 0 0 0;
	position:absolute;
	z-index:1000;
}
#flecha-izq{
}

#flecha-der{
	margin-left:585px;	
}

#flecha-izq a{
	width:42px;
	height:60px;
	background:url(../images/home/flechas.png) no-repeat top left;
	text-indent:-9999px;
	display:block;
}
#flecha-izq a:hover{
	background-position:bottom left;
}

#slide{
	float:left;
}

#slide img{
	display:none;
	position:absolute;
}

#flecha-der a{
	width:42px;
	height:60px;
	background:url(../images/home/flechas.png) no-repeat top right;
	text-indent:-9999px;
	display:block;		
}

#flecha-der a:hover{
	background-position:bottom right;
}



