body {
	margin: 0px;
	padding: 0px;
	background-image: url(../imagenes/fondo_degradado.jpg);
	background-repeat: repeat-x;
	background-color: #232020;
	font-size: 11px;
	font-family: Arial, helvetica, sans-serif;
	text-align: left;
	position: absolute;
	z-index: 0;
}

object, embed {
	margin-bottom: 10px;
}

.titulo_principal {
	position: absolute;
	top: 75px;
	left: 143px;
	z-index: 2;
}


img, a {
	border: 0px;
}

img.png, div.png {
	/*{ behavior: url(http://www.futurlink.com/css/iepngfix.htc) }
	* { behavior: url(http://www.futurlink.com/css/iepngfix.htc) }*/
	behavior: url('estilos/pngbehavior.htc');
}

#fondo {
	position: absolute;
	top: 10px;
	left: 0px;
	margin: 0;
	z-index: -1;
	/*background-image: url(../imagenes/fondo_arboles.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 1078px;*/
	/*position: static;
	margin: 0px;
	padding: 0px;
	
	width: 1078px;*/
}

#menu_secundario {
	position: relative;
	top: 25px;
	left: 150px;
	z-index: 2;
}

#menu_principal {
	position: relative;
	top: 31px;
	left: 150px;
	z-index: 2;
}

#logo {
	position: absolute;
	top: 75px;
	left: 0px;
	z-index: 3;
}

.verde {
	color: #b2bb1c;
}

.gris {
	color: #c0b7b7;
}

.separador {
	clear: both;
	width: 465px;
	height: 4px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	border: 0px;
	background-image: url(../imagenes/separador.gif);
	background-repeat: repeat-x;
	background-position: left;
	
}

.separador2 {
	clear: both;
	height: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
	font-size: 1px;
}