html{
	margin: 0;
	padding: 0;
}
body{
	background-color: InactiveCaptionText;
	width: 800px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 5%;
	padding: 0.1em 0.3em;
}
h1 {
	font-size: 130%;
	color: Blue;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5%;
}
h2 {
	font-size: 110%;
	color: #FF7B64;
}
h3 {
	font-size: 105%;
}

p {
	font: 83%/150% Verdana, Geneva, Arial;
	text-indent: 5%;
	line-height: 1.8;
}
li {
	list-style-position: inside;
}
#cab{
	height: 10em;
}
#cuerpo {
	line-height: 150%;
	background-color: White;
	padding: 0.5em;
	margin-left: 5em;
	margin-right: 3em;
}
#pie {
	/* background-color: #EFB140; */
	font-weight: bolder;
	font-size: 75%;
	color: #990000;
	margin: 0.5em 3em;
	padding-top: 1em;
}
/* Menu lateral. Fuente: http://www.spanish-translator-services.com/espanol/t/007/menus.html */
div.menu {
	margin: 0; /*smaller*/
	font-size: 80%;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	position: absolute; /* Abajo se cambia a fixed para evitar un bug de IE5 */
	top: 12em;
	left: 1em;
	width: 8.5em;
	right: 2em;
}
div.menu p {
	margin: 0;
	padding: 0.3em 0.4em;
	font-family: Arial, sans-serif;
	background: InfoBackground;
	border: thin outset #900;
}
div.menu a { 
	display: block; 
	margin: 0 0.5em;
	border-top: 2px groove #900;
}
div.menu a:first-child { border-top: none }
div.menu a:link {
	text-decoration: none;
	color: Navy;
}
div.menu a:visited {
	text-decoration: none;
	color: #B22222;
}
div.menu a:hover { background: black; color: white }
body>div.menu {position: fixed} /* Esto lo interpreta correctamente Firefox pero no IE5 */
/* Fin estilos menu */
a:hover {
	color: #CC0033;
	background-color: #33CCFF;
	text-decoration: none;
}
a:link {
	text-decoration: overline;
	background-color: transparent;
}
a:active {
	color: #FF0000;
	background-color: #0000CC;
}
a:link {
	color: #3366FF;
	text-decoration: underline;
}
a:visited {
	color: #CC33FF;
}
.tit {
	background-color : #365E98;
	color : Red;
	font-weight : bold;
	font-size : 145%;
	padding-left : 0.5em;
	padding-top : 0.3em;
	padding-bottom : 0.3em;
}

div.color {
    background: #0099FF;
    padding: 0.5em;
    border: none;
}
.apdo {
	background-color : #E0F206;
	font-size : medium;
	font-weight : 400;
	padding-left : 0.5em;
	vertical-align: middle;
	text-align: left;
	position: relative;
}
.bloque {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 0.70em;
	font-weight: bold;
	font-size : 0.95em;
	text-indent: 1.25em;
	text-align: left;
	vertical-align: baseline;
	float: none;
	width: 25em;

}
td {
	height: 30px;
	vertical-align: middle;
}
.lado {
	font-size: x-small;
	float: right;
	width: 40px;
	list-style-type: none;
	left: auto;
	list-style-image: none;
	clear: left;
}
#cuerpo ul.listprof {
	font-size: 80%;
	list-style-image: url(../imagenes/capbul1a.gif);
	list-style-position: inside;
	margin-top: 1em;
	color: #DAA520;
}
ul.listprof>ul {
	list-style: none;
	color: Black;
}

