a img	{
	border: 0px solid yellow;
}

html	{
	width: 100%;
}

html, body, h1, h2	{
	margin	: 0;
	padding	: 0;
}

body	{
	background-color: white;
	width: 100%;
}

#cabecera	{
	background: white url(../dibujos/prueba1.jpg) repeat-x left top;
	height: 100px;
}

h1, h2	{
	text-align: center;
}

/*
h1	{
	font-size: 50px;
}
*/

h2	{
	font-size: 30px;
	color: black;
}

h3	{
	text-align: right;
	margin	: 1em;
}

#cuerpo	{
	position: relative;
	padding: 0;
	width: 100%;
}


#contenido	{
	position: absolute;
	top: 10px;
	left: 155px;
	padding: 0 30px;
	margin: 0;
}

#contenido img	{
	padding: 0;
}

ul	{
	margin: 1em;
}

#listado	{
	padding-left: 3em;
}

.menu	{
	width: 150px;
	height: 40px;
	text-align: center;
	border: 1px solid gray;
	margin: 2px;
	background-color: red;
	color: white;
	font-family:'Lucida Handwrit', serif;
	font-size: 10pt;
}

#menu	{
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 150px;
	height: 100%;
	margin: 2px;
}

.menu a	{
/*
	font-family:'Lucida Handwrit', serif;
	font-size: 10pt;
*/
	color: white;
}

.on	{
	font-family:'Lucida Handwrit', serif;
	font-weight: bold;
	background-color: #ffeeee;
	color: red;
}

.off	{
/*
	background-color: #eeeeee;
*/
	color: red;
}

