@charset "UTF-8";
.bloque {
	background-color: #FFF;
	background-image: url(fondogris_03.png);
	position: relative;
	top: 220px;
	right: 200px;
	bottom: 200px;
	height: 550px;
	width: 580px;
	left: 20px;
	background-repeat: no-repeat;
}
.logo {
	background-color: #FFF;
	background-image: url(logo_03.png);
	background-repeat: no-repeat;
	position: relative;
	top: 10px;
	left: 175px;
	height: 110px;
	width: 110px;
}
.bienvenido {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999;
	height: 20px;
	width: 50px;
}
