@charset "utf-8";
/* CSS Document */


body {

		margin:0;
		padding:0;
		background-color:#FF9900;  
  
  }
  
  
  
#contenedor .style1 

	{
		color: #FF9900

	}  


	
#contenedor .style2 

	{
		width:400px;
		height:400px;
    	position:absolute;
		top:50%;
		left: 50%;
		margin-top: -200px;
		margin-left: -200px;

	}
	
	
#contenedor .style3 

	{
		width:780px;
		height:600px;
    	position:absolute;
		top:50%;
		left: 50%;
		margin-top: -300px;
		margin-left: -390px;

	}	
	
	
	

	
		




