*{
	font-family: "Century Gothic";
}

.a {
margin: 0px;
padding: 0px;
}

img {
	text-decoration: none;
	border: none;
	}

body {
	margin: 0px;
	padding: 0px;

	}
	
div#principal {
	max-width: 100%;
	height: 470px;
	background-repeat: repeat;
	background-image:url(_img/fondo.gif);
	margin-top: 30px;
	display: block;
	}
	
div#cabecera {
	top: 0px;
	width: 1024px;
	
	height: 410px;
	border: 0px solid blue;
	background-image: url(_img/logo.gif);
	background-repeat: no-repeat;

	}

div#menu {
	width: 900px;
	height: 25px;
	padding-top: 70px;
	margin-left: 180px;
	}

div#menua {
	width: 900px;
	height: 25px;
	padding-top: 35px;
	margin-left: 180px;
	}

div#contenido {
	width: 830px;
	height: 300px;
	margin-left: 190px;
	}
	
div#pie {
	width: 530px;
	height: 30px;
	margin-left: 20px;
	text-align: right;

}

div#pie table{
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
}

div#logo {
	width: 604px;
	height: 259px;
	margin: 0 auto;
	margin-top: 10%;
}
.Estilo1 {color: #3D5F23}
.Estilo2 {color: #476F29}
.Estilo3 {color: #476F29}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

