@charset "utf-8";
/* CSS Document */
{
margin:0px;
padding:0px;
}

div#general{
	margin:auto;
	margin-top:5px;
	width:802px;
	height:600px;
	/*background-color:#C03;*/
	}
	
div#titulo{
	margin:auto;
	right:0px;
	width:802px;
	height:178px;
	/*background-color:#00C*/
	}
div#imagen{
	margin:auto;
	margin-top:10px;
	width:802px;
	height:300px;
	/*background-color:#63C	*/
	}

div#entrada{
	margin:auto;
	
	width:802px;
	height:122px;
	/*background-color:#9FF*/	
	}
	
div#boton1{
	
	float:left;
	margin:auto;
	left:0px;
	margin-top:20px;
	width:351px;
	height:94px;
	/*background-color:#9FF*/	
	}
div#boton2{
	margin:auto;
	right:0px;
	width:80px;
	height:94px;
	/*background-color:#9FF*/	
	}
div#boton3{
	float:right;
	margin:auto;
	margin-top:20px;
	width:351px;
	height:94px;
	/*background-color:#9FF*/	
	}