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


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/_layout/back.jpg);
	background-repeat: repeat-x;
	background-position: 0px 1px;
}


#todoMundo {
}

.texto {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color:#999;
	cursor: default;
}

.texto a:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color:#999;
	cursor: default;
	text-decoration: none;
}

.texto a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color:#999;
	cursor: pointer;
	text-decoration: underline;
}

.texto a:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color:#999;
	cursor: default;
	text-decoration: none;
}
