body {
	margin-top: 50px;
	background-image: url(images/rayas.gif);
	background-color: #E5D7C6;
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}
#cuadro02 {
	position: absolute;
	height: 90px;
	width: 150px;
	left: 150px;
	bottom: 0px;
}
#texto_cuadro01 {
	position: absolute;
	height: 20px;
	width: 100px;
	right: 15px;
	bottom: 0px;
}
.boton {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F0F;
	text-decoration: none;
	text-align: right;
}
.boton a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F0F;
	text-decoration: none;
	text-align: right;
}
.boton a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F0F;
	text-decoration: none;
	text-align: right;
}
.boton  a:visited{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F0F;
	text-decoration: none;
	text-align: right;
}
#cuadro01 {
	position: absolute;
	height: 90px;
	width: 150px;
	left: 0px;
	bottom: 0px;
}
#cuadro03 {
	position: absolute;
	height: 90px;
	width: 150px;
	bottom: 0px;
	right: 150px;
}
#cuadro04 {
	position: absolute;
	height: 90px;
	width: 150px;
	bottom: 0px;
	right: 0px;
}
#contenedor {
	position: absolute;
	height: 490px;
	width: 600px;
	top: 50px;
	text-align: center;
}

html {
	margin: 0px;
	height: 100%;
	width: 100%;
}

