body
{
	color: #E6E6FA;
}
img{
	border:0px;
}
h1
{
	float:right;
	font: italic normal bold;
	margin: 0;
}
a
{
	color: #E6E6FA;
	text-decoration: none;
}
a:visited
{
	color: #B0E0E6;
}
a:hover
{
	text-decoration: underline;
}
input
{
	border:thin solid black;
}
textarea
{
	border:thin solid black;
}
ul
{
	list-style: none;
}
label
{
	display:block;
	width: 100px;
	position:relative;
}
#logo
{
	top: 0px;
	left: 0px;
	position: absolute;
	background: url("../img/logo.png");
	width: 355px;
	height: 150px;
	z-index:-1;
}

#wrapper
{
	margin-top:15%;
	margin-left: auto;
	margin-right: auto;
	height: 350px;
	background-color: black;
	width: 650px;
	z-index:10;
}
/* #E6E6FA = lavender */
#menu
{
	float:left;
	border-right: solid thin #E6E6FA;
	width: 200px;
	height: 350px;
	position: relative;
	font:Verdana, Arial, Helvetica, sans-serif;
}
#menu ul
{
	padding-left:10px;
}

#contenido
{
	position:relative;
	float:left;
	width:445px;
	overflow:auto;
	padding-left: 2px;
}
.submit
{
	float:right;
}

#imagen li
{
	display: inline;
}
#imagen img
{
	position: absolute;
}
#imagen img:hover
{
	left: -15%;
	top: 10%;
	width: 124px;
	height: 112px;
	position: absolute;
	z-index: 100;
}
#superior
{
	float:right;
	border-bottom:thin solid white;
}
#superior ul
{
	padding:1px;
	list-style:none;
}
#superior li
{
	padding-left:0px;
	padding-left:0px;
	display:inline;
}
.taeditar{
	width:100%;
	height: 80%;
}
.oculto {
	display:none;
}

.album h3{
	margin-bottom:0px;
	margin-top:14px;
}