@charset "utf-8";


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B5B59;
}



#line_top {
	position: absolute;
	height: 6px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-image: url(img/top.gif);
	background-repeat: repeat-x;
	z-index: 1;
}
#logo {
	float: left;
}

#content {
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding-top:0px;
	width:560px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	z-index: 1000;
}


#badges {
	left: 0px;
	top: 279px;
	background-image: url(img/badges.gif);
	background-repeat: no-repeat;
	width: 560px;
	height: 149px;
	margin-top: 120px;
	
}
#content #top_links {
	padding-bottom: 5px;
}




.relleno {
	height: 500px;
}


.txt{
	text-align: justify;
	width:560px;
	color: #D7D7D9;
	font-size: 10px;
	font-family: Arial;
}





#footer_wrap {
	position: absolute;
	top: 0px;
	width: 560px;
	z-index: 1;
	height: 100%;
	min-height: 600px; 		
}


#footer {
	max-height: 600px; 		
	position: absolute;
	height: 68px;
	bottom: 15px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}



a {
	z-index: 2000;
}


#badge a {
	font-size: 9px;
	color: #FA8511;
	text-decoration: none;
	top: 10px;
	position: relative;
}
#badge  a:hover {
	color: #5B5B59;
}


#content #badges .txt_caja a {
	font-size: 11px;
	color: #FA8511;
	text-decoration: none;
	float: left;
	padding-top: 11px;
}
#content #badges .txt_caja a:hover {
	color: #5B5B59;
	text-decoration: none;
	padding-top:11px;
	float: left;
}


.highlight {
	color: #FEC58B;
}

.txt_caja {
	color: #666664;
	font-size: 12px;
	font-family: Arial;
	text-align: left;
}


#content #top_links a {
	color: #5B5B59;
	text-decoration: none;
}
#content #top_links a:hover {
	color: #FA8511;
	text-decoration: none;
}
