.wrap{	
	width:840px;
	height:280px;
	background-image:url(../images/home/rotador_bg.jpg);
	background-repeat:no-repeat;
}

.bullets{	
	float:left;
	width:2px;
	margin:110px 0 0 12px;
}
.bullet{
	background:url(../images/home/bullet.png) center center no-repeat;
	font-size:30px;
	text-decoration:none;
	color:#ffffff;
	line-height:12px;
	display:inline-block;
}
.bullet.activo{
	color:#ff8100;
	text-shadow:0 1px 2px #000;
}

#flecha-izq,#flecha-der{
	width:36px;
	height:172px;
	float:left;
	padding:118px 0 0 0;
}
#flecha-izq{
	margin-left:0;
}
#flecha-der{
	margin-right:0;
}
#flecha-izq a{
	width:36px;
	height:42px;
	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;
	width:768px;
	height:264px;
	margin:8px 0 8px 0px;
}

#slide img{
	display:none;
	position:absolute;
	margin:0;
}

#flecha-der a{
	width:36px;
	height:42px;
	background:url(../images/home/flechas.png) no-repeat top right;
	text-indent:-9999px;
	display:block;
}
#flecha-der a:hover{
	background-position:bottom right;
}

.fotos_container{
	height: 280px;
	margin:0;
}
.foto{
	float:left;
	background:#fff;
}


