@charset "utf-8";
/* CSS Document */
#Contenido {
	float:right;
	width:700px;
	height:422px;
/*	height:900px;*/
	background-image:url(../images/botones/Contenido_1.png);
	background-repeat:no-repeat;
	background-color:#8A8160;
}
#img001 {
	float: right;
	margin-right: 2em;
}
.opciones{
	height: 10em;
}
.elemlista{
	font-size: 1.1em;
	color: #99FFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-decoration: none;
	list-style-image:url(../images/listamenu1.png);
	list-style-position: outside;
}
.elemlista a {
text-decoration:none;
color: #99FFCC;


}
.elemlista:hover {
    list-style-image:url(../images/listamenu.png);
	line-height:1.5em;
	font-size:1.2em;
	font-weight:bold;
}