body{
	font-family: Verdana;
	color: #888;
	font-size: 12px;
}

a {
	color: #333;
}
#fondo{
	background-image: url(fondo.jpg);
	width: 900px;
	height: 695px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	top: 50%;
	margin-top: -350px;
}

#contenedor{
	width: 700px;
	height: 495px;
	background: #fff;
	margin-left: 100px;
	margin-top: 100px;
	background-image: url(bichito.png);
	background-repeat: no-repeat;
	background-position: 76% 20%;
}

#logo{
	background-image: url(rosina-nabazas.png);
	margin-left: 25px;
	margin-top: 30px;
	position: absolute;
	width: 215px;
	height: 20px;
}

#contenido{
	position: absolute;
	margin-left: 25px;
	margin-top: 100px;
	border-style: solid;
	border-color: #aaa;
	border-width: 2px;
	padding: 20px;
	width: 380px;
	height: 280px;
}

#botonera{
	width:135px;
	position: absolute;
	right: 100px;
	margin-top: 70px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	
}

#acercade{
	height: 24px;
	background-image: url(acerca-de-a.png);
	padding-top: 2px;
}
