@charset "UTF-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	background-color:#000000;
	line-height:16px;
}

.legales{
	font-size:11px;
}

a{
	color:#666666;
	text-decoration:none;
	padding-right:8px;
	}

a:visited{
	color:#666666;	
	}

a:hover{
	color:#FFFFFF;
	text-decoration:none;
	}

a:active{
	color:#666666;
	}
	
#footer{
	margin:auto;
	width:960px;
	margin-top: 30px;

	}
	
#logo{
	height:50px;
	width:150px;
	float:left;
	background-image:url(/ar/tools/img/logo2009.gif);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	}
	
#textos{
	float:left;
	}
	