body {
	margin: 0px;
	padding: 0px;
	background-color:#3d3d3d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; font-weight:bold;
	overflow: -moz-scrollbars-vertical;
}
/* Links */
a, a:active {
	text-decoration: none;
	color:#939191;
}
a:visited { 
	color:inherit;
	}
a:hover {
	text-decoration: underline;
	color:#ffffff;
}

a.espanol{ width:73px; height:15px; background:url(../img/spanish_btn.png) center top no-repeat; display:block; border:none; outline:none;}
a.english{ width:73px; height:15px; background:url(../img/english_btn.png) center top no-repeat; display:block; border:none; outline:none;}
a.espanol:hover, a.english:hover{ background-position:center -14px;}
a.espanol , a.english { text-indent:-9999px; font-weight:normal; color:#3d3d3d;}

p.idioma{ font-size:8px; color:#6d6d6d; line-height:12px;}
p.info{ font-size:8px; color:#9b9b9b; line-height:12px;}
/* hack para IE, no tocar ni alterar ==================================================== */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  