@charset "ISO-8859-1";
/* CSS Document */

html,body {
	height:99%;
	}
	
a:link {
	color:#5A5A5A;
	text-decoration: none
	}
	
a:visited {
	color:#555555;
	text-decoration: none
	}
	
a:hover {
	color:#AAAAAA;
	text-decoration: none
	}
	
#contenedor {
	min-height:100%;
	height:auto!important;
	height:100%;
	position:relative;
	margin: 0 auto;
	width: 1000px;
	}
	
#footer {
	position:absolute;
	_position:relative;
	*position:relative;
	bottom:0;
	height:20px;
	width: 1000px;
	color:#737373; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#footer .footerizq {
	text-align:left;
	width:500px;
	float:left;
	}
	
#footer .footerder {
	text-align:right;
	}
