@charset "utf-8";
/* CSS Document */
:focus {
	outline:0;
}
img {border:none;}
body, html { overflow: hidden }
html, body, #contenedor { height:100%; margin: 0px}
body {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-repeat: repeat-x;
	background-image: url(../ar/menu_top_bg.gif);
	background-color: #626462;
	overflow: hidden;
}
#todo{
	background-color: #626462;
}
#menu_top { 
position: relative; 
z-index: 500; 
top: 4px; 
width: 940px; 
margin: 0px auto; 
height: 47px;
}
a:link{
	color:  #CCCCCC;
	text-decoration: none;
}
a:visited{
	color:  #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #993300;
	text-decoration: none;
}






