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

html {
	min-height:100%;
	font-size: larger;
	
}

body {
	text-align:center;
	background: url(fondo_verde.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#439A25;
	margin: 0px  0 auto;
	padding: 0px;
}


img{border:none;}
a{text-decoration:none;}
a:hover{text-decoration:none;}
a:focus{outline:none;}


a:link {
	text-decoration: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #666;
	text-align: left;	
}

#contenedor {
	width: 780px;
	margin: 0px;
	padding: 0px;
	text-align:left;
