/****************************************/
/*************** General ****************/
/****************************************/

/* NOTA, Guardar el CSS en UTF-8 */
/* Posibles errores en I.E.6 */

body {
	background: #d9e0ea url('../img/fnd01.jpg') repeat-x top;
	font-size: 0.90em;
}

/* NOTA, la classe .dimmed que pone en gris los links ocultos ya viene con el tema standard */
/* El subrayado del hover también */

a:link, a:visited, a:hover {
  color: #102172;
}

#page {
	width:95%;
	border-left:solid 1px #c0c0c0;
	border-right:solid 1px #c0c0c0;
}

/****************************************/
/******* Elementos de formulario ********/
/****************************************/

.button2, .submit2, button {
	background: #2c3e8e url('../img/btn01.gif') repeat-x top;
	border: none;
	color: #fff;
	padding:1px;
}

.text2, .password2, select {
background-color: #fff;
padding:1px;
}


/***************************************/
/*************** Banda 1 ***************/
/***************************************/

/* En este caso no existe */

/****************************************/
/************* Cabecera *****************/
/****************************************/

#header {
	background: #fff;
	height: 87px;
	margin:0;
}

#header .headermain img {
	margin: 0;
	padding:0;
}

/* Textos de la cabecera */

div.headermenu {
	padding: 20px 25px 0 0;
}

div.logininfo {
	margin: 0 0 10px 0;
}

#chooselang_jump {
	margin: 0 0 0 10px;
}

/****************************************/
/*************** Navegador **************/
/****************************************/

/* flecha de separación del navegador */

.breadcrumb .sep, #admin-report-simpletest-index .sep {
	color: #2d488e;
}

/* Textos del navegador */

div.navbar a, div.navbar a:link, div.navbar a:visited {
	color: #000f52;
}

div.navbar a:hover {
	color: #000f52;
}

div.navbar {     
	background: #bdbdbd url('../img/nav01.gif') repeat-x top;
	color: #000f52;
	height: 25px;
	text-transform: uppercase;
	padding-top:4px;
}

/****************************************/
/*************** Columna ****************/
/****************************************/

/* Cabeceras de las columnas */

div.header {
	background: #2b468d url('../img/cab01.gif') repeat-x top;
	color: #fff;
}

/* Cabecera central */

th.header, td.header, h1.header, h2.header, h3.header {
	background: #8d8d8d url('../img/cab02.gif') repeat-x top;
	color: #fff;
	text-transform: uppercase
}

/* Cabecera de tabla en calificaciones */

.grade-report-grader table#user-grades .catlevel1 {
	background-color: #e1e1df;
}

/* Remarco el fondo del día de hoy del calendario */

#calendar .today, .minicalendar .today {
	background-color:#ffeacf;
}

/****************************************/
/********** Contenido central ***********/
/****************************************/

/* Día actual dentro del diagrama semanal */

#course-view .weekscss .current,
#course-view .current td.side {
	background: #dbe3ef;
}

/* Título dentro de un fieldset */

legend {
	background: #848484;
	color: #fff;
} 

/****************************************/
/********** Banda 2 y/o Pie *************/
/****************************************/

#footer {
	background: #bdbdbd url('../img/nav01.gif') repeat-x top;
	color: #000f52;
	padding: 8px 0 1px 0;
}

#footer, #footer a:link, #footer a:visited, #footer a:hover {
	color: #000f52;
}