@charset "utf-8";

body{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	background: #dcdcdc url(../imagenes/degradado.jpg) repeat-x;
	color: #333;
	padding: 0;
	margin: 0;
}
#keys{
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(imagenes/keys.jpgs) center no-repeat;
}
#contenido{
	min-width: 545px;
	max-width: 545px;
	width: 545px;
	margin: auto;
}
.campocorto{
	width: 150px;
}
.campolargo{
	width: 410px;
}
.areatexto{
	width: 475px;
}