 body{
	
	margin:0; /*********ESTO ES PARA QUE NO TENGA MARGENES TODO EL DOCUMENTO****/
	background-color:#dad9cd;

	}
	
	#contenedor {
	
  
width:100%;
background-color:white;	
	
}

#bar {
	
  
width:100%;
background-color:black;	

	
}





/* My Comment */
	
	
	
.estilo_imagen1{  /* USO EN EL index.html EJ:<img src="imag/primera-parte.jpg" alt="tragos" class="estilo_imagen1">*/
	
width:100%;
display:block;



		 
}




#bot1 {
	
   position:relative;
	margin-left:75px;
	margin-top:30px;
	
	
} 

#bot2 {
	
   position:absolute;
	margin-left:75px;
	margin-top:152px;
	
	
} 