body {
	margin: 0px;
	background-image: url(fondo.jpg);
}

body, html
{
	width:100%;
	height:100%;
}
* {
	font-family: Verdana;
	font-size: 10px;
	color: #083b2f;
}
img
{
	behavior:url('pngbehavior.htc');
}
.blanco, .blanco a:hover, .blanco a:active, .blanco a:visited, .blanco a:link {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration:none;
}
.menuinf, .menuinf a:link, .menuinf a:active, .menuinf a:visited, .menuinf a:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: #083b2f;
	text-decoration:none;
}
.subtitulo {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}
.comentario {
	height: 185px;
	width: 225px;
}
.botonenviar {
	background-image: url(gfx/botonenviar.jpg);
	height: 35px;
	width: 90px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#texto {
	font-size:9px;
	position:absolute;
	text-align:justify;
	width:450px;
}