.wrap{	
	width:650px;
	height:400px;
	margin-top:70px;
	
}

.bullets{
	
	padding:335px 0 0 0;
	position:absolute;
	z-index:1000;
	margin-left:65px;
	
	/*position:absolute;
	left:37%;
	z-index:2;
	margin-top: 370px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 50px;*/
}
.bullet{
	font-size:30px;
	text-decoration:none;
	color:#23297d;
	background-image: url(../images/home/bullet.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.bullet.activo{
	color:#FFF;
	text-shadow:0 1px 2px #000;
}

#flecha-izq,#flecha-der{	
	padding:330px 0 0 0;
	position:absolute;
	z-index:1000;
}
#flecha-izq{
	margin-left:15px;
}
#flecha-der{
	margin-left:595px;
	
}
#flecha-izq a{
	width:31px;
	height:51px;
	background:url(../images/home/flechas.png) no-repeat top left;
	text-indent:-9999px;
	display:block;
	outline:none;
}
#flecha-izq a:hover{
	background-position:bottom left;
}

#slide{
	float:left;

}

#slide img{
	display:none;
	position:absolute;
	margin:14px 0 0 13px;
}

#flecha-der a{
	width:31px;
	height:51px;
	background:url(../images/home/flechas.png) no-repeat top right;
	text-indent:-9999px;
	display:block;
	outline:none;
}

#flecha-der a:hover{
	background-position:bottom right;
}

.fotos_container{
	height: 400px;
	margin:10px 0 0 -5px;
}
.foto{
	float:left;
	background:#fff;
	margin:0 3px 10px 5px;
	padding:8px 8px 28px 8px;
}





