/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #ffffff;
	margin:0;
}
a:link {
	color: #330099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #330099;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #330099;
}

#contener {
	position:absolute;
	top:50%;left:50%;
	margin-top:-300px;margin-left:-450px;
	width:935px;height:600px;
}

#LayScroll {
	position:absolute;
	top:190px;left:150px;
	width:520px;height:425px;
	overflow:auto;
	z-index:100;
}
