html, body {
	height: 100%;
}

body.alumnos {
	background: #D3CDC5;
	margin: 0;
}

table.container {
	background: url(../imagenes/bgr.jpg) no-repeat #F6F5F3;
	width: 770px;
	height: 100%;
	margin: 0 auto;
}

table.content {
/*	background: #FFF;*/
	width: 100%;
/*	height: 250px;*/
	margin-bottom: 40px;
	border-collapse: separate;
	border-bottom: 3px solid #FF9600;
}


.al-menu {
/*	background-color: #FF9600;*/
	padding-bottom: 50px;
	background-color: #FFFFFF;
}

.al-menu-head {
	height: 60px;
	
	background-color: #FF9600;
}

.al-menu-head p {
	padding: 30px 0 0 15px;
	font-size: 1.3em;
	color: #FFFFFF;
}

.al-cont {
	width: 500px;
	background-color: #FFF;
}

.main {
	width: 480px;
	background-color: #FFF;
	padding-bottom: 50px;
	padding: 0 35px 50px 30px;
}


p.copete {
	border-bottom: 1px solid #998A77;
	background: url(../imagenes/p_flechita_gris.png) no-repeat;
	font-size: 1.2em;
	padding-left: 15px;
}

form {
	padding: 20px 0 15px;
	background: url(../imagenes/head_flechitas.png) top right no-repeat;
}

form input {
	border-color: #998A77;
}

body.alumnos ul#static-menu li {
	background: url(../imagenes/fl_left-li_static.png) no-repeat;
}

body.alumnos ul#dinamic-menu li {
	background: url(../imagenes/fl_left-li_dinamic.png) no-repeat;
}

body.alumnos ul#dinamic-menu li:hover, body.alumnos ul#static-menu li:hover {
	background-color: #F8F8F7;
}

body.alumnos ul li.selected a {
	color: #D96600;
}

.al-modulo td {
	padding: 0 100px 0 0;
}

.al-modulo h4, .al-modulo h4 a, .al-modulo h4 a:visited {
	color: #D96600;
}

.al-modulo p {
	color: #777;
}

.al-pdf-modulo {
	margin-bottom: 25px;
}

.al-pdf-modulo td {
	border-bottom: 1px dashed #D96600;
	vertical-align: middle;
	padding: 7px 0;
}

.al-pdf-modulo td.item {
	font-size: 1.1em;
	width: 370px;
}

.al-pdf-modulo td {
/*	padding-left: 15px;*/
}

.boton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-transform: capitalize;
	height: 20px;
	width: 80px;
}

