body {
	text-align: center;
	Font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7E7E7E;
	background-color: #F6EED5;
	margin: 0px;
	padding: 0px;
}

#blanco {
	width: 610px;
	height: 586px;
	background-color: #FFFFFF;
	display: block;
	top: 5px;
	position: relative;
}

#flash {
	position: relative;
	top: 5px;
}

#texto {
	text-align: justify;
	position: relative;
	width: 594px;
	height: 96px;
	top: 10px;
	overflow: auto;
}

#scroll {
	text-align: justify;
	position: relative;
	width: 584px;
	height: 96px;
	top: 10px;
	overflow: auto;
	padding-right: 10px;
}

#menu_inf {
	position: relative;
	top: 8px;
	width: 600px;
}

#menu_inf a {
	text-decoration: none;
	color: #666666;
	border: none;
}

#menu_inf a:hover {
	text-decoration: underline;
}

#menu_inf table {
	width: 100%;
}

.dcha {
	text-align: right;
}

.izq {
	text-align: left;
}

.centro {
	text-align: center;
	font-size: 9px;
}

a {
	color: #7E7E7E;
	text-decoration: underline;
}

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

a: visited {
	color: #666666;
	text-decoration: underline;
}


