/*Paisaje Natural */
* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg/background.gif);
	background-position: top left;
	background-attachment: fixed;
}

body, html, table, tr, td {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
h1 {
	font-family: arial, verdana;
	font-size: 18px;
	font-weight: bold;
	color: #627300;
	text-align: left;
	background: url(images/ico/h1.gif) no-repeat top left;
	padding-left: 55px;
	padding-top: 11px;
	height: 40px;
}
h2 {
	font-size: 12px;
	margin-top: 7px;
}
/* Link Genericos */
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #6d8a20;
	text-decoration: underline;
}
a:hover, a:active {
	font-weight: bold;
	text-decoration: none;
	Color: #333333;
}

/* Contenedor */
#contenedor {
	position: relative;
	top: 0px;
	left: 50%;
	width: 760px;
	margin-left: -380px;
	z-index: 1 !important;
}
#contenido {
	position: absolute;
	top: 89px;
	left: 255px;
	margin: 0px;
	padding: 0px;
	width: 486px;
}
#contenidosup {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 18px;
	background: url(images/bg/contenido-arriba.gif) no-repeat;
}
#contenidocentro {
	width: 466px;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background: url(images/bg/contenido-centro.gif) repeat-y top left;
}
#contenidocentro ul {
	margin-left: 20px;
}
#contenidocentro li {
	margin-left: 20px;
}
#contenidocentro ol {
	margin-left: 20px;
}
#contenidocentro img {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}
#contenidocentro ul {
	margin-left: 20px;
}
#contenidocentro ol {
	margin-left: 20px;
}
#contenidoabajo {
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 21px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background: url(images/bg/contenido-abajo.gif) no-repeat;
}
#pie {
	margin-top: 15px;
	font-size: 11px;
	text-align: center;
	width: 100%;
}
