/* CSS Document */
body {
 
  background-color: #ebe288;  
  font-family: Arial, Helvetica, sans-serif;

  }
  
  
  
  
#wrapper {
	width: 400px;
	height: 300px;
	text-align: center;
	position: relative;
	left: 20%;
	top: 20%;
	font-size: 10px;
	background: #ffffff; 
	}
	
#imagen {
	width: 630px;
	margin: 0 auto;
	}
	
#footer {
	widht: 400px;
	height: 200px;
		font-size: 70%;
	

	}

	  
	
	/* Default links 	*/

a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #555;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #555;
	background: #f1e800; 
	}

a:active {
	font-weight : bold; 
	text-decoration: none;
	color: #555;
	background: transparent;  
	}
		


#textoes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #555;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	white-space: normal;
}
#textoin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #99CC33;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	white-space: normal;
}

