/*#index
{
	background:							url(../images/BG-Index.png) no-repeat center center fixed; ;
	-webkit-background-size: 			cover;
  	-moz-background-size: 				cover;
  	-o-background-size: 				cover;
  	background-size: 					cover;
	height:100%;
	
	
	position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    overflow:hidden;
	
}*/

#bg
{
	position: 							fixed; 
	top: 								-50%; 
	left: 								-50%; 
	width: 								200%; 
	height: 							200%;	
}

#bg img {
  	position: 							absolute; 
  	top: 								0; 
 	left: 								0; 
  	right: 								0; 
  	bottom: 							0; 
  	margin: 							auto; 
  	min-width: 							50%;
  	min-height: 						50%;
}


#contenedor-principal
{
	position: 							absolute;
	left: 								50%;
	margin-left:						-635px;
}


div
{
	position:							absolute;
	
	
}


#rosa
{
	left:								100%;
	position:							aboslute;
	
}

#rosaimg
{
	height:								100%;
	max-width: 							400px;
	min-height:							1200px;
	margin-top:							-3px;
}

#Evo
{
	left:								98%;
	margin-top:							20px;	

}

#eventPhoto
{
	left:								98%;
	margin-top:							190px;
}





#promos
{
	left:								98%;
	margin-top:							330px;
}

.promoImg
{
	left:								36.2%;
	margin-top:							75px;
	visibility:							hidden;
	opacity:							0;
	filter:								alpha(opacity=0);					
}


#photobooth
{
	left:								98%;
	margin-top:							470px;
}


.boothImg
{
	left:								31%;
	margin-top:							75px;
	visibility:							hidden;
	opacity:							0;
	filter:								alpha(opacity=0);					
}

.EvoImg
{
	left:								32.4%;
	margin-top:							75px;
	visibility:							hidden;
	opacity:							0;
	filter:								alpha(opacity=0);					
}


#photobooth:hover + .boothImg, #promos:hover + .promoImg, #eventPhoto:hover + .promoImg, #Evo:hover + .EvoImg
{
	visibility:							visible;
	opacity: 							1;
	filter: 							alpha(opacity=100);
 	-webkit-transition: 				opacity 1s linear;
}


