 html, body   { 
	height: 100%;
	margin:0;
}

body {background:url(images/bg.gif) repeat #16858c;}

.texto {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
}
.texto2 {
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
}
.texto_bold {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}
.link {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
.link:hover {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

