/* css   */
/* USO_ junio 2005 */


/* hoja de estilos para índice de contenidos de asignatura virtual */

#contenedor {
	background-color: #FFFFFF;
	width: 100%;

}

body {
	margin: 0;
	padding: 0;
	font: normal 1.0em bookman old style;
	background-color: #FFFFFF;

}
#cabecera {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}

#indice {
	color: #99cc00;
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;


}
#indice a:link{
	font-family: bookman old style;
	font-size: 1em;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-weight: bold; 
}
#indice a:visited{
	font-family: bookman old style;
	font-size: 1em;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}

#indice a:hover{
	font-family: bookman old style;
	font-size: 1em;
	color: #99cc00;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	font-weight: bold;
	background-color: #ededed;
}

#contenedor {
	width:100%;
	background-position: center;
	background-color: #FFFFFF;

}
#navegador {
	background-color: #0000FF;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	height: 25px;
	padding-right: 25px;
	float: right;
}

#navegador a.nav:link {
	color: #fff;
	float: right;
	padding: 1px 5px 3px;
	font-family: bookman old style;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
	display: block;
}

#navegador a.nav:visited {
	color: #fff;
	float: right;
	padding: 1px 5px 3px;
	font-family: bookman old style;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
	display: block;
}


#navegador a.nav:hover {
	color: #FF3333;
	background-color: #66CCFF;
	font-family: bookman old style;
	font-size: 11px;
	font-weight: bold;
	display: block;
}

#listaenlaces{
	background-color: #0000FF;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	height: 25px;
	color: #FFFFFF;

}

#listaenlaces a:link, #listaenlaces a:visited {
	display: block;
	float: right;
	padding: 1px 9px 3px 6px;
	margin: 0 6px;
	font-family: bookman old style;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;

}

#listaenlaces a:hover {
	color: #FF3333;
	background-color: #66CCFF;
	font-family: bookman old style;
	font-size: 11px;
	font-weight: bold;
}

#pie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: center;
	padding-right: 0;
	padding-bottom: 5px;
	padding-top: 20px;
	background-color: #CCCCCC;
	border-top: 1px dashed #999999;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-size: 1.5em;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #99cc00;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #99cc00;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: italic;
	color: #333333;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #0000FF;
}

p {
	text-align: center;
	color:#333333;
}

ul {
	list-style-position: outside;
	list-style-image: url(../imagenes/cuadradopequeno.gif);

}

.sangrado1 {
	margin-left: 25px;
}

.sangrado2 {
	margin-left: 50px;
}

.sangrado3 {
	margin-left: 75px;
}


li {
	line-height: 2.1em;
	color:#333333;

}
