/* CSS Document - DMM2 */
body {
	margin: 0px;
	padding: 0px;
	background: 0px 88px #CFD6C2 repeat-x url(../imagenes/fondos/banda.gif);
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
 	color: #333333;
}
#todo {
	text-align: left;
	width: 780px;
}
#cabeza {
	position: relative;
}
#logo {
	background: no-repeat url(../imagenes/logo.gif);
	width: 285px;
	height: 88px;
	margin-left: 18px;
	cursor: hand;
}
#colores-arriba {
	background-image: url(../imagenes/fondos/banda-colores-arriba.gif);
	height: 9px;
}
#foto{
	background-image: url(../imagenes/fondos/foto1.jpg);
	height: 121px;
}
#colores-abajo {
	background-image: url(../imagenes/fondos/banda-colores-abajo.gif);
	height: 4px;
}

#caja-fotos {
	border: 1px solid #BBC5A9;
	background-color: #ebebeb;
	padding: 5px;
}
h2 {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}
h3 {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: inline;
}
a:link, a:visited {
	color: #993300;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.verde:link, a.verde:visited {
	color: #999966;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.verde:hover {
	text-decoration: underline;
}

/* CONTENIDO */

#contenido {
	margin-top: 30px;
	position: relative;
}
#izq {
	position: absolute;
	left: 20px;
	width: 255px;
	top: 30px;
}
#derecha {
	position: relative;
	left: 290px;
	width: 470px;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 15px;
}
#destacados {
	background: #BBC5A9 no-repeat 5px 5px url(../imagenes/titulos/destacados.gif);
	padding-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#contenido-destacados {
	height: 150px;
	padding: 5px;
	overflow: auto;
}
.fecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666633;
}

/* TITULOS DE ZONA */

.titulo-zona {
	border-bottom: 1px solid #FFFFFF;
	display: block;
	height: 30px;
}
#presentacion {
	background: no-repeat url(../imagenes/titulos/presentacion.gif);

}
#info-curso {
	background: no-repeat url(../imagenes/titulos/info-curso.gif);
}
#control {
	background: no-repeat url(../imagenes/titulos/control.gif);
}
#cortes{
	background: no-repeat url(../imagenes/titulos/cortes.gif);
}
#evento{
	background: no-repeat url(../imagenes/titulos/evento.gif);
}

/* NAVEGACION PRINCIPAL */
.menu-inicio:link, .menu-inicio:visited {
	width: 41px;
	height: 88px;
	position: absolute;
	left: 415px;
	top: 0px;
	background: no-repeat 100% 0px url(../imagenes/fondos/00-no.gif);
}
.menu-inicio:hover {
	background-color: #DDE2D4;
}
.menu-info:link, .menu-info:visited {
	width: 78px;
	height: 88px;
	position: absolute;
	left: 457px;
	top: 0px;
	background: no-repeat 100% 0px url(../imagenes/fondos/01-no.gif);
	text-align: center;
}
.menu-info:hover {
	background: #CFD6A3 no-repeat url(../imagenes/fondos/01.gif);
}
#menu-info-seleccionado {
	width: 78px;
	height: 88px;
	position: absolute;
	left: 457px;
	top: 0px;
	background: #CFD6A3 no-repeat url(../imagenes/fondos/01.gif);
	text-align: center;
}
.menu-control:link, .menu-control:visited {
	width: 99px;
	height: 88px;
	position: absolute;
	left: 536px;
	top: 0px;
	background: no-repeat 100% 0px url(../imagenes/fondos/02-no.gif);
}
.menu-control:hover {
	background: #AEC8C2 no-repeat url(../imagenes/fondos/02.gif);
}
#menu-control-seleccionado {
	width: 99px;
	height: 88px;
	position: absolute;
	left: 536px;
	top: 0px;
	background: #AEC8C2 no-repeat url(../imagenes/fondos/02.gif);
}
.menu-alumnos:link, .menu-alumnos:visited {
	width: 61px;
	height: 88px;
	position: absolute;
	left: 636px;
	top: 0px;
	background: no-repeat 100% 0px url(../imagenes/fondos/03-no.gif);
}
.menu-alumnos:hover {
	background: #C2B4A3 no-repeat url(../imagenes/fondos/03.gif);
}
.menu-recursos:link, .menu-recursos:visited {
	width: 65px;
	height: 88px;
	position: absolute;
	left: 697px;
	top: 0px;
	background: no-repeat url(../imagenes/fondos/04-no.gif);
}
.menu-recursos:hover {
	background: #C2B4C2 no-repeat url(../imagenes/fondos/04.gif);
}

/* NAVEGACIN SECUNDARIA */
#sub-1 {
	width: 95px;
	float: left;
}
#sub-2 {
	width: 150px;
	float: left;
	margin-left: 5px;
}

#izq a:link, #izq a:visited {
	color: #333333;
	text-decoration: none;
	font: 9px Arial, Helvetica, sans-serif;
	display: block;
	padding-left: 7px;
}
#izq a:hover {
	color: #990000;
}
.secundario-seleccionado {
	color: #990000;
	text-decoration: none;
	font: 9px Arial, Helvetica, sans-serif;
	display: block;
	background-image: url(../imagenes/graficas/senala.gif);
	background-repeat: no-repeat;
	padding-left: 7px;
	background-position: 0px 3px;
}

/* FOOT  */
#foot {
	color: #9AA28A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	margin-top: 30px;
}


#horas-creditos {
	position: absolute;
	top: 45px;
	right: 10px;
}
.blanco {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#datos-curso {
	border-top: 1px solid #E7EBE1;
	border-bottom: 1px solid #E7EBE1;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}