#titulo {
	font-size: 48px;
	margin: 10px;
	text-align: center;
	font-weight: bold;
	background-image: url(imagenes/fondotitulo.gif);
	color: #FFFF00;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
	background-color: #990000;
	color: #FFFF00;
}

#menu {
	width: 15%;
	float: left;
}
#contenido {
	width: 85%;
	float: right;
	height: 100%;
}
html, body, iframe { 
	margin: 0;
	padding: 0;
	height:95%;
}
iframe {
	display:block;
	width:98%;
} 
body {
	background-color: #0099FF;
}
a:link, a:visited {
	text-decoration: none;
	color: #FFFF00;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: #000000;
}
li {
	list-style-type: none;
}
table, td, th {
	border: 1px;
	border-style: solid;
}
th {
	background-color: #666666
}
img {
	border-width: 2px;
	border-style: dashed;
}
