* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #000000;
}
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

/*fin reseteado*/

/* CENTRO*/
#centro {
	width: 400px;
	height: 420px;
	top: 50%;
	left: 50%;
	position: absolute;
	overflow: hidden;
	z-index: 50;
	margin-top: -210px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -200px;
}
h1{
	font-size: 1.7em;
	display: inline;
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
}
h2{
	font-size: 1.1em;
	display: inline;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 50px;
}
h3 {
	font-size: 0.8em;
	display: inline;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}

#head {
	width: 400px;
	height: 100px;
	padding-bottom: 15px;
	background-color: #000000;
}
#conte {
	width: auto;
	text-align: center;
	background-color: #000000;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
}
#ingresar {
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#ingresar a{
	color: #FFCC00;
	text-decoration: none;
}
#ingresar a:hover{
	color: #FFCC00;
	text-decoration: underline;
}

#foot {
	width: auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #333333;
	font-size: 9px;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFCC00;
	border-bottom-color: #FFCC00;
}

#foot a { 
	color: #FFCC00; 
	text-decoration: none; 
}
#foot a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
#hr{
	width: 100%;
	height: 20px;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFCC00;
	margin-top: 30px;
}
#bgIz{
	width: 400px;
	height:800px;
	float:left;
	background-position: left top;
	z-index: 15;
	background-repeat: no-repeat;
	background-color: #993399;
	background-image: url(bg-lat-izq-floresta.jpg);
}

#bgDe{
	width: 400px;
	height:800px;
	float:right;
	background-position: right top;
	z-index: 5;
	background-repeat: no-repeat;
	background-color: #00FF33;
	clear: none;
	background-image: url(bg-lat-der-ramos.jpg);
}
#total{ width:100%; height:800px;}

