body {
	font-family: Verdana, Arial, helvetica, sans-serif, serif;
	text-align: center;
	width: 100%;
	height: 100%;
}
#contenido {
	position: absolute;
	padding: 10px;
	background-image: url(../imagenes/logo.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #FFE600;
	color: #817F84;
	width: 800px;
	height: 600px;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -400px;
}
#shadow1 {
	position: absolute;
	width: 809px;
	height: 610px;
	padding: 10px;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -400px;
	background-image: url(../imagenes/shadow_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#shadow2 {
	position: absolute;
	width: 809px;
	height: 610px;
	padding: 10px;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -400px;
	background-image: url(../imagenes/shadow_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

ul {
	margin-left: 50px;
	margin-top: 30px;
	list-style-image: url(../imagenes/bullet.gif);
}
#texto {
	padding-left: 315px;
	padding-top: 60px;
	font-size: 20px;
	text-align: left;
}
#cys {
	position: absolute;
	left: 10px;
	bottom: 10px;
}
img {
	vertical-align: middle;
}