﻿@charset "UTF-8";
/* CSS Document */

/*CB = Color Base, A1 = Apoyo1, A2 = Apoyo2, C1 = Contraste1, C2 = Contraste2, B = Cantidad % de negro, W = Cantidad % Blanco
Ej. #1B7F03
*/

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;	vertical-align: baseline; background: transparent;}
a img { border:none; }
body {line-height: 1;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';	content: none;}
caption, th, td { text-align:left; font-weight:normal;}
:focus {outline:none;}
table {border-collapse: collapse; border-spacing: 0;}
/********************************************************/
/* Columnas */
/*.showgrid { background: url(interface//blueprint_grid_60+20x18.png) 10px; }*/
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12 {
	float:left;
	margin-right: 20px;
}
.span-1 {
	width: 60px;
}
.span-2 {
	width: 140px;
}
.span-3 {
	width: 220px;
}
.span-4 {
	width: 300px;
}
.span-5 {
	width: 380px;
}
.span-6 {
	width: 460px;
}
.span-7 {
	width: 540px;
}
.span-8 {
	width: 620px;
}
.span-9 {
	width: 700px;
}
.span-10 {
	width: 780px;
}
.span-11 {
	width: 860px;
}
.span-12, div.span-12 {
	width: 940px;
	margin: 0;
}
div.last {
	margin-right:0;
}
div.first {
}
hr {
	background:#ddd;
	color:#ddd;
	clear:both;
	float:none;
	width:100%;
	height:1px;
	margin:20px 0 20px;
	border:none;
}
/* clearfix */
.clearfix:after
{
		content: "\0020";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
}

.clearfix
{
		display: inline-block;
}

html[xmlns] .clearfix
{
		display: block;
}

* html .clearfix
{
		height: 1%;
		overflow: visible;
}

.cerrado{
	color:#AAA;
	}

/******************************/
.clear {
	clear:both;
}
.division {
	margin-right:10px;
	padding-right:9px;
	border-right:dotted 1px #ccc;
}
.bigcontent {
	overflow:auto;
}
/********************************************************/
/* Tipografia */
html, body {
	font-size:12px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	line-height:100%;
}
h1 {
	font-size:2.62em;
}
h2 {
	font-size:1.81em;
	margin:0 0 5px 0;
	padding: 4px;
}
h3, h4, h5, h6 {
	font-size:1.40em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
p {
	margin:0 0 10px;
}
blockquote {
	margin:10px;
	color:#999;
	font-style:italic;
}
strong {
	font-weight:bold;
}
em, dfn {
	font-style:italic;
}
dfn {
	font-weight:bold;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom:1px dotted #666;
}
address {
	margin:0 0 10px;
	font-style:italic;
}
del {
	color:#666;
	text-decoration:line-through
}
pre {
	padding:10px 0;
	white-space:pre;
	background-color:#9CC;
	color:#033
}
pre, code, tt {
	font:1em 'andale mono', 'lucida console', monospace;
	line-height:1.5;
}
li ul, li ol {
	margin:0 10px;
}
ul, ol {
	margin:0 10px 10px 20px;
}
ul {
	list-style-type:disc;
}
ol {
	list-style-type:decimal;
}
table {
	width:100%;
}
th, td, caption {
	padding:2px;
	border-bottom:solid 1px #ddd;
}
tfoot {
	font-style:italic;
	font-size:10px;
}
caption {
	font-size: 110%;
	font-style: italic;
	text-align: center;
	font-weight: bolder;
}
/*************************************/

/************ Design ****************/

/* Generalidades  */
html {
	background:#CCC url("custom/background.png") repeat top left;
	min-height:100%;

}
body {
	width:100%;
	height:100%;
}
::selection {
	background:#1B7F03;
	color:#FFF;
}
::-moz-selection {
	background:#1B7F03;
	color:#FFF;
}

h1 {
	color:#1B7F03;
	text-shadow: 0px -1px 0px #666;
}
h2 {
	background-color:#1B7F03;
	color:#FFF;
	text-shadow: 0px -1px 0px #666;
}
h3, h4, h5, h6 {
	color:#1B7F03
}
*:link, *:visited, *:hover, *:active, *:focus {
	-webkit-transition: color .25s linear, background-color .5s linear, border-color .25s linear;
	-moz-transition: color .25s linear, background-color .5s linear, border-color .25s linear;
	transition: color .25s linear, background-color .25s linear, border-color .25s linear;
}
a:link {
	color:#0D3F01;
	text-decoration:underline;
}
a:visited {
	color:#73034F;
	text-decoration:underline;
}
a:hover, a:active {
	color:#026050;
	text-decoration:none;
}
a.formUrl {
	padding-left:10px;
	color:#910314;
}
a.formUrl:hover {
	padding-left:10px;
	color:#910314;
}
a.tabDiv {
	padding:5px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	background-color:#E9F2E6;
}
/*************************************/
/* Formas y formularios */
.span-4 form {
	border: 1px solid #1B7F03;
	padding: 10px;
}
.span-4 input, .widget input.text, .span-4 textarea {
	width: 190px;
	padding:2px;
}
.span-4 textarea {
	height: 140px;
}
div.form {
	float:left;
	width:100%;
}
form.basic {
	float:left;
	margin:0;
	padding:10px;
	text-align:left;
	width:680px;
}
form.basic img{
	margin-left:10px;
}
form.basic span.line {
	display:block;
	float:left;
	width:100%;
	margin-bottom:2px;
}
form.basic span.label {
	margin:5px;
	display:block;
	background-color:#E9F2E6;
	height:25px;
	vertical-align:middle;
}
form.basic input.submit {
	background-color:#FFF;
	background-image:none;
	color:#333;
	float:right;
	margin-right:7%;
	height:25px;
	padding:0px 7px 0px 25px;
	width:auto;
}
form.basic input[type=button], form.basic input.button {
	color: #FFF;
	background-color: #1B7F03;
	background:url(interface/tiny/accept.png) no-repeat 5px 5px, -webkit-gradient(linear, 0% 30%, 0% 70%, from(#76B268), to(#1B7F03));
	background:url(interface/tiny/accept.png) no-repeat 5px 5px, -moz-linear-gradient(30% 70% 90deg, #1B7F03, #76B268);
	border:solid 1px #328C1D;
	border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow:0px 0px 4px #666;
	-moz-box-shadow:0px 0px 4px #666;
	float:right;
	height:25px;
	margin-right:4%;
	padding: 0 5px 3px 30px;
	text-shadow:0px -1px 0 #666;
	width:auto;
}
form.basic input[type=button]:hover, form.basic input.button:hover {
	box-shadow:0px -1px 2px #666;
	-moz-box-shadow:0px -1px 2px #666;
	cursor:pointer;
}
form.basic input[type=button].cancelar, form.basic input.cancelar {
	color:#333;
	background-color:#CCC;
	background-image:url(interface/tiny/close.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	background:url(interface/tiny/close.png) no-repeat 5px 5px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCC), to(#FFF));
	background:url(interface/tiny/close.png) no-repeat 5px 5px, -moz-linear-gradient(0% 0% 270deg, #CCC, #FFF);
	border-color:#666;
	float:right;
	height:25px;
	margin-right:7%;
	padding:0px 7px 0px 25px;
	text-shadow:0px -1px 0px #FFF;
	width:auto;
}
form.basic input.filter {
	color:#333;
	background-color:#FFF;
	background-image:none;
	float:right;
	height:25px;
	margin-right:7%;
	padding:0px 7px 0px 25px;
	width:auto;
}
form.basic input.filterdel {
	color:#000;
	background-color:#FFF;
	background-image:none;
	float:right;
	height:25px;
	margin-right:7%;
	padding:0px 7px 0px 25px;
	width:auto;
}
form.basic input.delete {
	float:right;
	margin-right:7%;
	height:25px;
	background: url() no-repeat #FFF;
	padding:0px 7px 0px 25px;
	color:#000;
	width:auto;
}
form.basic span label.radio {
	width:auto;
	color:#000;
	float:none;
	font-size:.8em;
	vertical-align:middle;
	padding-right:10px;
}
form.basic input.calendar {
	width:65%;
}
form.basic input.radio, form.basic input.check {
	width:auto;
	border:0px;
	vertical-align:middle;
}
form.basic div.alert {
	background: url() no-repeat;
	padding-left:50px;
	height:50px;
	vertical-align:middle;
	color:#910314;
	font-size:1.2em;
	font-weight:bold;
}
form.basic div.delete {
	background: url() no-repeat;
	padding-left:50px;
	height:50px;
	vertical-align:middle;
	color:#910314;
	font-size:1.2em;
	font-weight:bold;
}
form.basic div.info {
	background: url() no-repeat;
	padding-left:50px;
	height:50px;
	vertical-align:middle;
	color:#1B7F03;
	font-size:1.2em;
	font-weight:bold;
}
form.basic div.alert, form.basic div.info span, form.basic div.delete span {
	display:block;
	padding-top:15px;
}
form.basic div.hr {
	border-bottom:1px solid #F4F4F4;
	border-top:1px solid #E2E2E2;
	margin:7px;
	width:97%;
	height:0px;
	float:left;
	display:block;
}
form.basic h2 {
	font-size:1em;
	width:100%;
	font-weight:normal;
	background-color:#E9F2E6;
	padding-bottom:5px;
}
form.basic h3 {
	font-size:1em;
	width:100%;
	padding:3px;
	color:#57020C;
}
form.basic span label {
	color:#939598;
	float:left;
	margin:0 0 10px 0;
	padding:2px 0 0 5px;
	width:20%;
}
form.basic label span {
	display:inline;
	float:none;
	width:20%;
}
form.formt span label {
	float:left;
	width:25%;
	color:#104C02;
	padding-left:5px;
	padding-top:2px;
}
form.basic span.required {
	color:#910314;
	float:left;
	padding:3px;
}
form.basic span.legendChar {
	color:#910314;
	padding:2px;
}
form.basic span.legendTitle {
	color:#CCC;
	padding:2px;
}
label {
	display: block;
	margin: 5px 0;
}
label span {
	display: block;
	float: left;
	width: 80px;
	padding: 2px 2px 2px 0;
	margin: 0;
	text-align:right;
}
fieldset {
	padding:10px;
	margin:0 0 10px 0;
	border:1px solid #ccc;
}
legend {
	font-weight:bold;
	font-size:15px;
}
input[type=text], input.text, textarea {
	background-color:#FFF;
	border:1px solid #bbb;
	padding:1px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#333;
}
input[type=text]:focus, input.text:focus, textarea:focus {
	border-color: #187203;
}
input[type=text], input.text, input.title, textarea, select {
	margin: 0;
	max-width: 500px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;
	top:.25em;
}
form p {
	text-align: right;
	word-spacing: 20px;
}
form.basic div.line p {
	text-align: left;
}
form button {
	padding: 2px 20px;
}
div.filter {
	padding-bottom: 5px;
	text-align: right;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
/*************************************/
/* Elementos más significativos evolucionados de las columnas */
#main {
	background: url("custom/pg_main.png") repeat-y scroll top center;
	width:100%;
	height:100%;
}
#page {
	width:100%;
	height:100%;
	text-align:left;
	background:url(custom/bg-page.png) left top repeat-x;
}
#header, #content, #footer {
	margin: 0 auto;
}
#header {
	width: 980px;
	height:100px;
	background:url(custom/pg_header.png) center top no-repeat;
}
#content {
	padding: 20px;
	width: 940px;
}
#footer {
	clear: both;
	text-align: center;
	color: #999;
	padding:10px;
	width: 960px;
}
/*
.identifier {
	clear:both;
	float:left;
	background-image: url(custom/logo.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin:0 0 0 20px;
	width: 300px;
	height: 100px;
	text-indent: -999px;
}
*/
.hdMenu {
	float:left;
	margin-left:90px;
}
.menu-user, .menu-options {
	float:left;
}
.menu-user li, .menu-options li {
	color: #FFF;
	display: inline;
	list-style:none;
	font-size: 12.5px;
}
.menu-user {
	margin:10px 0 0 0;
	padding:0;
	text-align: right;
}

.menu-options {
	background-color:#026050;
	border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	height:30px;
	margin: 0 0 0 100px;
	padding:10px 0 0 0;
	width:180px;
}
.menu-options li {
	margin:0 0 0 12px;
	padding:0;
	text-shadow: #666 0px -1px 0px;
}
.menu-user li a:link, .menu-options li a:link,.menu-user li a:visited, .menu-options li a:visited {
	color: #FFF;
	font-size: 12.5px;
}
.menu {
	clear: both;
	margin:22px 0 0 0;
	padding:0;
	float:right;
}
.menu li {
	float:left;
	display: block;
	margin:0 10px 0 0;
	padding:0;
	list-style:none;
}
.menu li a:link, .menu li a:visited {
	text-decoration:none;
	color: #FFF;
}
.menu li a {
	background-color:#0B3301;
	background:-webkit-gradient(linear, 0% 30%, 0% 70%, from(#166602), to(#0B3301));
	background:-moz-linear-gradient(30% 70% 90deg, #0B3301, #166602);
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	display: block;
	font-size: 15px;
	padding: 5px 10px;
	text-shadow:0px -1px 0px #666;
	-webkit-transition: none;
	-moz-transition: none;
	transition:none;
}
.menu li a:hover{
	background-color: #014338;
	background:-webkit-gradient(linear, 0% 30%, 0% 70%, from(#026050), to(#014338));
	background:-moz-linear-gradient(30% 70% 90deg, #014338, #026050);
	color:#FFF;
	text-shadow:0px -1px 0px #666;
}
.menu li.active a, .menu li.active a:visited {
	background-color: #FFF;
	background:#8F3572;
	color:#FFF;
	text-shadow: 0px 1px 0px #666;
}
.menu li.active a:hover {
	background-color: #014338;
	background:-moz-linear-gradient(30% 70% 90deg, #014338, #026050);
	background:-webkit-gradient(linear, 0% 30%, 0% 70%, from(#026050), to(#014338));
	color:#FFF;
	text-shadow:0px 1px 0px #666;
}
.menu li ul {
	display: none;
	position:relative;
}
.aux {
	clear: both;
	float: right;
	position: relative;
	top: -45px;
	right: 0px;
	margin: 0;
}
.title {
	clear: both;
	margin-left:20px;
}
.subtitle {
	color: #999;
}
/*************************************/
/* Widgets y laterales */
.widget h2 {
	background-color: #390127;
	background:-webkit-gradient(linear, 0% 30%, 0% 70%, from(#5C023F), to(#390127));
	background:-moz-linear-gradient(30% 70% 90deg, #390127, #5C023F);
	border-bottom: none;
	padding: 4px;
	color:#FFF;
	text-shadow:0px -1px 0px #666;
}
.widget h2.add {
	padding: 0;
	background: none;
	margin:0;
}
.widget h2.add+form {
	border-color: #3E5602;
	border-top:none;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	width:auto;
}
.widget h2.add+form input.submit {
	color: #FFF;
	background-color: #3E5602;
	background-image:none;
	background:-webkit-gradient(linear, 0% 30%, 0% 70%, from(#688F03), to(#3E5602));
	background:-moz-linear-gradient(30% 70% 90deg, #3E5602, #688F03);
	border-color: #3E5602;
	border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow:0px 0px 3px #666;
	-moz-box-shadow:0px 0px 3px #666;
	display: block;
	float:right;
	margin: 10px 0 0 10px;
	padding: 0 5px 3px 5px;
	text-shadow:0px -1px 0px #666;
	text-decoration: none;
}
.widget h2.add a {
	background-color:#3E5602;
	background-image:url(interface/small/add.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	background:url(interface/small/add.png) no-repeat 5px 5px, -webkit-gradient(linear, 0% 30%, 0% 70%, from(#688F03), to(#3E5602));
	background:url(interface/small/add.png) no-repeat 5px 5px, -moz-linear-gradient(30% 70% 90deg, #3E5602, #688F03);
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
	box-shadow:none;
	-moz-box-shadow:none;
	color: #FFF;
	display: block;
	padding: 4px 5px 5px 30px;
	text-decoration: none;
	text-shadow:0px -1px 0 #666;
}
.widget.closed h2.add a, .widget.closed h2.add a:visited {
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	box-shadow:0px -1px 5px #666;
	-moz-box-shadow:0px -1px 2px #666;
}
.widget.closed h2.add a:hover {
	box-shadow:0px -1px 5px #666;
	-moz-box-shadow:0px -1px 2px #666;
}
/*************************************/
/* Listas generales */
.list {
	list-style:none;
	margin: 0 0 10px 0;
	padding: 0;
}
.list li {
	background-repeat:no-repeat;
	background-position:7px top;
	border: 0;
	padding: 0 0 10px 0;
	margin: 0 5px 5px 0;
}
.list dl, .list dt, .list dd {
	margin: 0;
	padding: 0;
}
.list dt a {
	padding-left: 30px;
	font-weight: bold;
	display:block;
}
.widget .list dt a {
	font-weight: normal;
	display:block;
}
.widget .list dl {
	position:relative;
}
.list dd {
	padding-left: 30px;
}
.list li.more {
	background-image: none;
}
.list li.more a {
	font-weight: normal;
}
/*************************************/
/* Messages */
ul.messages a:link, ul.messages a:visited {
	color:#026050;
}
ul.agenda a {
	color:#026050;
}
ul.messages li {
	background-image:url(interface/tiny/message_unread.png);
}
ul.messages li.send {
	background-image:url(interface/tiny/message_send.png);
}
ul.messages li.read {
	background-image:url(interface/tiny/message_read.png);
}
ul.messages li .date {
	color: #999;
}
ul.messages li .author {
	color: #666;
	font-style:italic;
}
ul.messages li .actions {
	text-align: right;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 5px 0 5px 0;
}
ul.options li {
	background-image:url(action_tiny.png);
}
ul.options li .date {
	color: #999;
}
.message_rsp {
	text-align: right;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 5px 0 5px 0;
}
/*************************************/
/* News (siempre pegado a messages) */
ul.news li, ul.news li {
	background-image:url(interface/tiny/news.png);
}
/*************************************/
/* Agenda */
.agenda li ul {
	margin-left:-25px;
	margin-right:0px;
}
ul.agenda li {
	background-image:url(interface/tiny/calendar.png);
}
ul.agenda li.chat {
	background-image:url(interface/tiny/chat.png);
}
ul.agenda li.virtualroom {
	background-image:url(interface/tiny/virtualroom.png);
}
ul.agenda li .date {
	color: #999;
}
div.agenda {
	width:100%;
}
div.agenda div.tools {
	float:left;
	width:100%;
}
div.agenda a {
	text-decoration:none;
}
div.agenda div.tools em {
	float:left;
	padding:2px;
}
div.agenda div.tools em img.btn {
	border:0px;
	padding-top:2px;
}
div.agenda div.main {
	float:left;
	width:100%;
	background-color:#999;
	border:1px solid #76B268;
}
div.agenda div.main table {
	border-right:1px solid #CCC;
}
div.agenda div.main table td {
	height:23px;
	width:14%;
	background-color:#FFF;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
div.agenda div.main table td a {
	display:block;
	width:100%;
	text-decoration:none;
	height:20px;
	float:left;
}
div.agenda div.main table th {
	font-weight:normal;
	background-color:#0B3301;
	color:#FFF;
	height:23px;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
div.agenda tbody th, div.agenda tbody td {
	font-size:.9em;
	color:#166602;
	font-weight:bold;
}
div.agenda div.main table td.textOn {
	background-color:#D1E5CD;
	border-left:1px solid #811D61;
	border-right:1px solid #811D61;
}
div.agenda div.main table td span.add a {
	width:20%;
	text-decoration:none;
	float:left;
}
div.agenda div.main table td span.url a {
	width:20%;
	text-decoration:none;
	float:right;
	padding-right:5px;
}
div.agenda div.main table td span.url a:hover{
}
div.agenda div.main table td div {
	width:100%;
	float:left;
	text-align:right;
	background-color:#E9F2E6;
	padding-right:2px;
}
div.agenda div.main table td div span.item {
	float:left;
	width:100%;
}
div.agenda div.main table.mes td.textOn {
	border:1px solid #811D61;
}
div.agenda table td .idday a {
	color:#026050;
	margin:0px;
	padding:0px;
}
div.agenda table td .idday a:hover {
	background-color:#1B7F03;
	color:#FFF;
}
div.agenda div.main table.mes td {
	height:100px;
	vertical-align:top;
}
div.agenda div.main table th {
	text-align:center;
}
/*************************************/
/* Nested lists */
ol.nestedlist, ol.nestedlist ol {
	margin: 0;
	padding: 0;
}
ol.nestedlist li, ol.nestedlist ol li {
	margin: 0;
	list-style:none;
	margin-top: 5px;
	background-color: #FFF;
	line-height: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
ol.nestedlist li a, ol.nestedlist ol li a {
	background-position: 7px 10px;
	background-repeat:no-repeat;
	padding: 10px 10px 10px 47px;
	display: block;
	list-style:none;
	text-decoration:none;
	font-weight: bold;
}
ol.nestedlist ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	background: none;
}
ol.nestedlist ol li {
	margin: 0px 5px 5px 15px;
}
ol.nestedlist li.plan {
	background:#C79AB9;
	padding-bottom:10px;
}
ol.nestedlist li.plan a, ol.nestedlist ol li.plan a {
	background-image: url(interface/medium/plan.png);
}
ol.nestedlist li.program {
	background-color:#E3CDDC;
}
ol.nestedlist li.program a, ol.nestedlist ol li.program a {
	background-image: url(interface/medium/program.png);
}
ol.nestedlist li.course {
	background-color:#E9F2E6;
}
ol.nestedlist li.course a, ol.nestedlist ol li.course a {
	background-image: url(interface/medium/course.png);
}
ol.nestedlist li.header a {
	background-color: #F6F6F6;
	background-image: url(interface/medium/course.png);
}
ol.nestedlist li a:hover {
	background-color: #CCDFDC !important;
}
ol.nestedlist li span {
	display: block;
	text-transform: uppercase;
	color: #999;
	font-size: 12px;
	font-weight:lighter;
}
ol.nestedlist li.plan span {
	color:#5C023F;
}
ol.nestedlist li.plan a {
	color:#73034F;
}
ol.nestedlist li.program span {
	color:#5C023F;
}
ol.nestedlist li.program a {
	color:#73034F;
}
ol.nestedlist li.course span {
	color:#1B7F03;
}
ol.nestedlist li.course a {
	color:#166602;
}
/*************************************/
/* Grouped Lists */
ol.groupedlist, ol.groupedlist ol {
	margin: 0 0 20px 0;
	padding: 0;
}
ol.groupedlist li {
	list-style:none;
	line-height: 20px;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 5px 0;
	padding:0;
}
ol.groupedlist li a:link, ol.groupedlist li a:visited  {
	background-color: #1B7F03;
	background-position: 5px 2px;
	background-repeat:no-repeat;
	color:#FFF;
	padding: 7px 10px 7px 40px;
	display: block;
	list-style:none;
	text-decoration:none;
	font-size:17.5px;
}
ol.groupedlist li.active a {
	background-color: #026050;
	color: #FFF;
	text-decoration:none;
}
ol.groupedlist li a:hover, ol.groupedlist li.active a:hover {
	background-color: #CCDFDC;
	color:#1B7F03;
}
ol.groupedlist ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	background: none;
}
ol.groupedlist ul li a {
	margin: 0 0 0 25px;
	padding: 5px;
	background-color: transparent;
	border: none;
	background: none;
	font-size: 12.5px;
}
ol.groupedlist li.content a {
	background-image: url(interface/small/content.png);
}
ol.groupedlist li.library a {
	background-image: url(interface/small/library.png);
}
ol.groupedlist li.activities a {
	background-image: url(interface/small/activities.png);
}
ol.groupedlist li.exams a {
	background-image: url(interface/small/exams.png);
}
ol.groupedlist li.grades a {
	background-image: url(interface/small/grades.png);
}
ol.groupedlist li.news a {
	background-image: url(interface/small/news.png);
}
ol.groupedlist li.users a {
	background-image: url(interface/small/users.png);
}
ol.groupedlist li.forums a {
	background-image: url(interface/small/forums.png);
}
ol.groupedlist li.blogc a {
	background-image: url(interface/small/blogc.png);
}
ol.groupedlist li.virtualrooms a {
	background-image: url(interface/small/virtualrooms.png);
}
ol.groupedlist li.chats a {
	background-image: url(interface/small/chats.png);
}
ol.groupedlist li.polls a {
	background-image: url(interface/small/polls.png);
}
ol.groupedlist li ul li a:link, ol.groupedlist li ul li a:visited {
		background: none repeat scroll 0 0 transparent !important;
		color: #1B7F03 !important;
	font-size: 12.5px;
	margin:0 0 5px 0;
	padding:0;
}
ol.groupedlist li ul li a:hover {
		background-color:#CCDFDC !important;
}
/*************************************/
/* Especiales para cuando están dentro de un lateral */
.lateral ol.groupedlist {
	margin:0;
}
.lateral ol.groupedlist li {
	border-width: 1px;
}
.lateral ol.groupedlist li a:link,.lateral ol.groupedlist li a:visited  {
	font-size:12.5px;
	padding: 2px 0px 2px 25px;
}
.lateral ol.groupedlist li.active a {
	background-color: #026050;
	color: #FFF;
}
.lateral ol.groupedlist li.content a {
	background-image: url(interface/tiny/content.png);
}
.lateral ol.groupedlist li.library a {
	background-image: url(interface/tiny/library.png);
}
.lateral ol.groupedlist li.activities a {
	background-image: url(interface/tiny/activities.png);
}
.lateral ol.groupedlist li.exams a {
	background-image: url(interface/tiny/exams.png);
}
.lateral ol.groupedlist li.grades a {
	background-image: url(interface/tiny/grades.png);
}
.lateral ol.groupedlist li.news a {
	background-image: url(interface/tiny/news.png);
}
.lateral ol.groupedlist li.users a {
	background-image: url(interface/tiny/users.png);
}
.lateral ol.groupedlist li.forums a {
	background-image: url(interface/tiny/forums.png);
}
.lateral ol.groupedlist li.blogc a {
	background-image: url(interface/tiny/blogcm.png);
}
.lateral ol.groupedlist li.virtualrooms a {
	background-image: url(interface/tiny/virtualrooms.png);
}
.lateral ol.groupedlist li.chats a {
	background-image: url(interface/tiny/chats.png);
}
.lateral ol.groupedlist li.polls a {
	background-image: url(interface/tiny/polls.png);
}
/*************************************/
/* se supone que solo estos elementos se pueden ocultar, lo que esté adentro del contenedor con la clase "closed"*/
.closed div, .closed form, .closed ol, .closed ul {
	display: none;
}
/*************************************/
/* Tablas */
table.basic thead {
	color:#FFF;
	background-color: #0B3301;
}
table.basic thead tr th, table.basic thead tr td {
	font-weight:bold;
	border-bottom: 2px solid #1B7F03;
}
table.basic tr.row1 {
	background-color: #f8f8f8
}
table.basic tr.row2 {
	background-color: #f0f0f0
}
table.basic td.main {
	font-weight: bold
}
table.basic td.minor {
	color: #999;
	font-size: 11px
}
table.basic td.action {
	text-align:center;
	width:50px;
	vertical-align:middle
}
table.basic tr.row1:hover, table.basic tr.row2:hover {
	background-color: #B4D0CB;
}
/*************************************/
/* Toolbar */
div.toolbar {
	height:25px;
	margin: 10px 0 10px 0;
	display:block;
	float:none
}
div.toolbar span {
	float:right;
}
div.toolbar a, div.foroAdd span a, div.foroTool span a{
	color: #FFF;
	background-color: #1B7F03;
	background-image: url(interface/tiny/action.png);
	background-position:5px 5px;
	background-repeat:no-repeat;
	background:url(interface/tiny/action.png) no-repeat 5px 5px, -webkit-gradient(linear, 0% 30%, 0% 70%, from(#BBD9B4), to(#1B7F03));
	background:url(interface/tiny/action.png) no-repeat 5px 5px, -moz-linear-gradient(30% 70% 90deg, #1B7F03, #BBD9B4);
	border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow:0px 0px 4px #666;
	-moz-box-shadow:0px 0px 4px #666;
	display: block;
	float:right;
	height:20px;
	margin: 0 0 0 10px;
	padding: 5px 10px 2px 25px;
	text-shadow:0px -1px 0px #666;
	text-decoration: none;
}
div.toolbar a:hover, div.toolbar a.import:hover, div.foroAdd span a:hover, div.foroTool span a:hover {
	-moz-box-shadow:0px -1px 2px #666;
	box-shadow:0px -1px 2px #666;
}
div.toolbar a:hover {
	background-color: #BBD9B4;
}
div.toolbar a.add {
	background-color: #3E5602;
	background-image: url(interface/tiny/add.png);
	background:url(interface/tiny/add.png) no-repeat 5px 5px, -webkit-gradient(linear, 0% 30%, 0% 70%, from(#688F03), to(#3E5602));
	background:url(interface/tiny/add.png) no-repeat 5px 5px, -moz-linear-gradient(30% 70% 90deg, #3E5602, #688F03);
}
div.toolbar a.add:hover {
	background-color: #688F03;
}
div.toolbar a.delete {
	background-color: #65020E;
	background-image: url(interface/tiny/delete.png);
	background:url(interface/tiny/delete.png) no-repeat 5px 5px, -webkit-gradient(linear, 0% 30%, 0% 70%, from(#910314), to(#65020E));
	background:url(interface/tiny/delete.png) no-repeat 5px 5px, -moz-linear-gradient(30% 70% 90deg, #65020E, #910314);
}
div.toolbar a.delete:hover {
	background-color:#910314;
}
div.toolbar a.excel {
	background-color: #3E5602;
	background-image: url(interface/tiny/excel.png);
	background:url(interface/tiny/excel.png) no-repeat 5px 5px, -webkit-gradient(linear, 0% 30%, 0% 70%, from(#688F03), to(#3E5602));
	background:url(interface/tiny/excel.png) no-repeat 5px 5px, -moz-linear-gradient(30% 70% 90deg, #3E5602, #688F03);
}
div.toolbar a.excel:hover{
	background-color:#688F03;
}
div.toolbar a.assign {
	background-image: url(interface/tiny/assign.png);
	background:url(interface/tiny/assign.png) no-repeat 5px 5px, -webkit-gradient(linear, 0% 30%, 0% 70%, from(#BBD9B4), to(#1B7F03));
	background:url(interface/tiny/assign.png) no-repeat 5px 5px, -moz-linear-gradient(30% 70% 90deg, #1B7F03, #BBD9B4);
}
div.toolbar a.filter {
	background-image: url(interface/tiny/filter.png);
	background:url(interface/tiny/filter.png) no-repeat 5px 5px, -webkit-gradient(linear, 0% 30%, 0% 70%, from(#BBD9B4), to(#1B7F03));
	background:url(interface/tiny/filter.png) no-repeat 5px 5px, -moz-linear-gradient(30% 70% 90deg, #1B7F03, #BBD9B4);
}

div.toolbar a.import {
	background-color: #3E5602;
	background-image: url(interface/tiny/import.png);
	background:url(interface/tiny/import.png) no-repeat 5px 5px, -webkit-gradient(linear, 0% 30%, 0% 70%, from(#688F03), to(#3E5602));
	background:url(interface/tiny/import.png) no-repeat 5px 5px, -moz-linear-gradient(30% 70% 90deg, #3E5602, #688F03);
}
div.toolbar a.import:hover {
	background-color: #688F03;
}
#line_id {
	height:0;
	margin:0;
	display:block;
}
#line_id select {
	position:relative;
	margin-bottom:0;
	top:-32px;
}
.line select {
	width: 60%;
}
/*************************************/
/* Paginación */
div.pagination {
	text-align:center;
	padding:10px;
	font-size:12.5px;
}
div.pagination a, div.pagination .current {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 0 5px;
}
div.pagination a {
	text-decoration: none;
	border: 1px solid #166602;
}
div.pagination .current {
	color: #187203;
	font-weight: bold;
	border: 1px solid #187203;
}
div.pagination a.arrow {
	font-weight: bold;
	font-size: 30px;
	padding: 10px 10px 0 10px;
	position: relative;
	top: 4px;
	border: none
}
/*************************************/
/* Popups */
div.popupWin {
	background-color:#FFF;
	border: 1px solid #0B3301;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 10px #666;
	-moz-box-shadow: 0px 0px 10px #666;
}
div.popupWin form {
	margin:0 0 10px 0;
	padding: 10px 10px 30px 10px;
	border: 0;
	width:97%;
}
div.popupWin .title {
	background-color: #0B3301;
	padding: 4px 10px;
	margin:0;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
}
div.popupWin .title a img {
	float: right;
	margin-top:2px;
	position:relative;
}
div.popupWin .line {
	display: block;
	clear: both;
	margin: 5px 0;
}
div.popupWin .line label {
	display: block;
	float: left;
	width: 160px;
	text-align: right;
	padding: 0 5px 0 0;
	margin: 0;
}
div.popupWin .line label span {
	display: inline !important;
	width: auto;
	float: none;
}
div.popupWin span.legendChar {
	color: #910314;
	font-weight: bold;
}
div.popupWin .line select, div.popupWin .line textarea, div.popupWin .line input.text, div.popupWin .line input[type=text] {
	width: 	227px;
}
div.popupWin .line select {
	width: 	330px;
}
div.popupWin .cancel, div.popupWin .cancel {
	display: block;
	float: right;
	margin-left: 10px;
}
div.popupWin .submit {
	display: block;
	float: right;
	margin-left: 10px;
}
div.popupWin hr {
	margin: 5px 0;
}
div.popupWin .comment {
	color: #666;
	font-size: 11px;
}
/*************************************/
/*Participantes */
div.alumnos div.line {
	border-bottom:none;
	float:none;
	height:130px;
	width:99%;
}
div.alumnos div.persona1, div.alumnos div.persona2 {
	background-color:#FFF;
	border:solid 1px #EEE;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	box-shadow:0 0 5px #666;
	-moz-box-shadow:0 0 5px #666;
	float:left;
	height:130px;
	margin:10px 0 0 10px;
	width:auto;
}
div.alumnos div.elemento {
	float:left;
	margin-top:20px;
}
div.alumnos div.img {
	float:left;
	height:120px;
	width:120px;
}
div.alumnos img {
	padding:10px;
	float:left;
}
div.alumnos div.tools {
	padding:0px;
	padding-left:15px;
	font-size:.9em;
}
div.alumnos div.tools a {
	color:#1B7F03;
}
div.alumnos div.nombre {
	color:#333;
	float:left;
	font-weight:bold;
	padding:5px 0 0 15px;
	width:190px;
}
div.alumnos div.nombre em {
	color:#CCC;
}
div.elemento {
	float:left;
}
div.alumnos div.orderBy {
	height:30px;
	float:left;
	padding-top:10px;
	color:#FFF;
}
div.alumnos div.orderBy span a {
	color:#57020C;
}
div.equipos {
	width:100%;
	float:left;
	margin-top:10px;
}
div.equipos span a {
	padding:3px;
	border:1px outset #CCC;
	background-color:#CCC;
	color:#0B3301;
	text-decoration:none;
}
/*************************************/
/*Encuesta */
div.encuesta {
}
div.encuesta div.desc {
	background-color:#666;
	float:left;
	width:100%;
	padding:5px;
	color:#FFF;
}
div.encuesta span.reloj {
	float:right;
	text-align:right;
	width:40%;
	padding:10px 0px 10px 0px;
	color:#FFF;
}
div.encuesta span.preg {
	float:left;
	width:40%;
	padding:10px 0px 10px 0px;
	color:#FFF;
}
div.encuesta div.info {
	float:right;
	text-align:right;
	width:100%;
	color:#499935;
}
div.encuesta div.submit {
	margin-top:10px;
	width:100%;
	text-align:center;
}
div.preguntas {
	float:left;
	width:100%;
	padding:5px;
	border:1px solid #666;
	background-color:#FFF;
}
div.encuesta div.desc {
	border:1px solid #666;
	border-bottom:none
}
div.preguntas {
	border-top:none;
}
div.preguntas span.resp {
	float:left;
	width:80%;
}
div.preguntas div.resp div {
	float:left;
	width:100%;
	padding-bottom:3px;
}
div.preguntas div.resp span.resp_text {
	float:left;
	display:block;
}
div.preguntas div.resp span.resp_op {
	float:left;
}
div.preguntas div.resp div.abierta input {
	width:300px;
}
div.preguntas div.resp img {
	float:left;
	padding:1px;
	padding-right:5px;
}
div.encuestaAdd {
	float:right;
	width:100%;
	text-align:right;
}
div.submit {
	float:right;
}
div.preguntas div.respMal {
	color:#740210;
}
div.preguntas div.respNull {
	color:#999;
}
div.evaTerminar {
	width:100%;
	text-align:center;
	padding-top:10px;
	float:left;
}
/*************************************/
/*Evaluaciones */
div.evaluacion label {
	width:100%;
}
div.imagen img {
	padding-bottom:10px;
	padding-top:10px;
}
div.evaluacion div.barEva {
	float:left;
	width:100%;
	background-color:#8DBF81;
	padding:6px;
}
div.evaluacion div.desc div.imagen {
	width:100%;
	float:left;
	text-align:center;
}
div.evaluacion div.desc {
	background-color:#666;
	float:left;
	width:100%;
	padding:5px;
	color:#FFF;
}
div.evaluacion span.reloj {
	float:right;
	text-align:right;
	width:40%;
	padding:10px 0px 10px 0px;
	color:#FFF;
}
div.evaluacion span.preg {
	float:left;
	width:100%;
	padding:10px 0px 10px 0px;
	color:#FFF;
}
div.evaluacion div.info {
	float:right;
	text-align:right;
	width:100%;
	color:#499935;
}
div.preguntas {
	float:left;
	width:100%;
	padding:5px;
	border:1px solid #666;
	background-color:#FFF;
}
div.evaluacion div.desc {
	border:1px solid #666;
	border-bottom:none
}
div.preguntas {
	border-top:none;
}
div.preguntas div.preliminar, div.preguntas div.preg {
	float:left;
	width:100%;
	text-align:left;
}
div.preguntas span.resp {
	float:left;
	width:100%;
}
div.preguntas div.resp div {
	float:left;
	width:100%;
	padding-bottom:10px;
}
div.preguntas div.resp span.resp_text {
	float:left;
	display:block;
	width:80%;
	float:left;
	text-align:left;
}
div.preguntas div.resp span.resp_op {
	float:left;
}
div.preguntas div.resp div.abierta input {
	width:300px;
}
div.preguntas div.resp img {
	float:left;
	padding:1px;
	padding-right:5px;
}
div.evaluacionAdd {
	float:right;
	width:100%;
	text-align:right;
}
div.submit {
	float:right;
}
div.preguntas div.respMal {
	color:#740210;
}
div.preguntas div.respNull {
	color:#999;
}
div.evaTerminar {
	width:100%;
	text-align:center;
	padding-top:10px;
	float:left;
}
div.evaluacion span.resp div.preg {
	padding:10px 0px 10px 0px;
}
div.evaluacion span.resp div.opResp {
	padding:5px 0px 5px 0px;
	width:100%;
	float:left;
}
div.evaluacion span.resp div.opResp span {
	/*float:left;*/
	color:#333;
}
div.evaluacion span.resp div.opResp span.opc {
	color:#000;
	font-weight:bold;
}
div.evaluacion span.resp div.opResp span.opt {
	padding-left:20px;
}
div.evaluacion #iaPreguntas {
	float:left;
	width:100%;
	padding:10px 5px 10px 5px;
	height:450px;
	overflow:auto;
	background-color:#FFF;
}
div.evaluacion div.navPreguntas {
	float:left;
	width:100%;
	padding:5px;
	background-color:#D1E5CD;
	border-top:1px solid #1B7F03;
	text-align:center;
}
div.evaluacion div.navPreguntas span.numPregunta {
	float:left;
	margin-right:2px;
}
div.evaluacion div.navPreguntas span.numPregunta a {
	padding-top:3px;
	width:22px;
	height:22px;
	display:block;
	text-align:center;
	color:#FFF;
	background:#1B7F03;
	text-decoration:none;
	font-size:.8em;
}
div.evaluacion div.navPreguntas span.numPregunta a.respSi {
	display:block;
	text-align:center;
}
div.evaluacion div.footPreguntas {
	float:left;
	width:100%;
	padding:5px;
	background-color:#D1E5CD;
	border-top:1px solid #1B7F03;
}
div.evaluacion div.footPreguntas span {
	float:left;
}
div.evaluacion div.footPreguntas span a {
	color:#104C02;
	text-decoration:none;
	float:left;
	padding:5px;
	border:1px outset #CCC;
	margin-left:5px;
	background-color:#BBD9B4;
	font-size:.9em;
}
div.evaluacion div.footPreguntas span.btnFin {
	float:right;
}
div.evaluacion div.footPreguntas span.btnFin a {
	float:right;
	color:#820312;
	margin-right:10px;
}
.btn {
	float:right;
	width:60px;
	border:1px outset #CCC;
	background-color:#CCC;
	margin-top:5px;
	text-align:center;
	text-decoration:none;
}
.retroNo {
	float:left;
	width:100%;
	background-color:#0B3301;
	border:1px solid #999;
	display:none;
	color:#910314;
	padding:4px;
}
.retroSi {
	float:left;
	width:100%;
	background-color:#0B3301;
	border:1px solid #999;
	display:none;
	color:#104C02;
	padding:4px;
}


.rretroNos {
    float:left;
    width:100%;
    background-color:#D1E5CD;
    border:1px solid #999;
    color:#FF0000;
    padding:4px;
    font-weight: bold;
}
.rretroSis{
    float:left;
    width:100%;
    background-color:#D1E5CD;
    border:1px solid #999;
    color:#104C02;
    padding:4px;
    font-weight: bold;
}

.evaluacion {
	width:98%;
}
div.preguntas div.resp {
	float:left;
	width:100%;
}
div.evaluacion div.navPreguntas span.numPregunta a.resp {
	background:url(exam/pno.gif) no-repeat;
}
div.evaluacion div.navPreguntas span.numPregunta a.respSi {
	background:url(exam/psi.gif) no-repeat;
}
div.evaluacion div.navPreguntas span.numPregunta a.respSel {
	background:url(exam/psel.gif) no-repeat;
}
div.evaluacion div.navPreguntas span.numPregunta a.respPrel {
	background:url(exam/pprel.gif) no-repeat;
}
/***********************************************************************************/
/* Foros */
div.foroTeach {
	background-color:#1B7F03;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	border:1px solid #3A0108;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	color:#FFF;
	float:left;
	margin-bottom:2px;
	padding:0;
	width:100%;
}
div.foroTeach span.perfil, div.foroAlumno span.perfil {
	border-right:solid 1px #333;
	color:#CCC;
	float:left;
	margin:10px;
	width:20%;
}
div.foroTeach span.perfil span.foto, div.foroAlumno span.perfil span.foto {
	float:left;
	width:100%;
}
div.foroTeach span.nombre, div.foroAlumno span.nombre {
	font-size:0.8em;
	padding:0;
}
div.foroTeach span.participacion, div.foroAlumno span.participacion {
	float:left;
	margin-top:10px;
	width:75%;
}
div.foroAlumno {
	background-color:#EEE;
	border:1px solid #CCC;
	color:#1B7F03;
	float:left;
	margin-bottom:2px;
	padding:10px 0;
	width:100%;
}
div.foroAlumno span.perfil {
	color:#333;
}
div.foroAlumno span.perfil span.user {
	float:left;
	font-size:.7em;
	color:#1B7F03;
}
div.foroAlumno div.fecha {
	color:#1F2B01;
}
div.foroTool{
	background-color:#1B7F03;
	float:right;
	margin-top:-10px;
	padding:5px 0;
	text-align:right;
	width:100%;
}
div.foroTool span a{
	background-color: #65020E;
	background-image: none;
	background:-webkit-gradient(linear, 0% 30%, 0% 50%, from(#910314), to(#65020E));
	background:-moz-linear-gradient(30% 70% 90deg, #65020E, #910314);
	margin-right:10px;
	padding:5px;
	text-shadow:0px -1px 0px #666;
}
div.foroTool span a:hover {
	background-color: #910314;
}
div.foroAdd {
	margin-bottom:10px;
	text-align:right;
	width:100%;
}
div.foroAdd span a{
	background-color: #3E5602;
	background-image: none;
	background:-webkit-gradient(linear, 0% 30%, 0% 70%, from(#688F03), to(#3E5602));
	background:-moz-linear-gradient(30% 70% 90deg, #3E5602, #688F03);
	margin:0 0 10px 0;
	padding:5px;
	text-shadow:0px -1px 0 #666;
}
div.foroAdd span a:hover {
	background-color: #688F03;
}
div.foroTool span a img, div.foroAdd span a img{
	border:0 none;
	margin:0 10px 0 0;
	padding:0;
	vertical-align:text-top;
}
div.bvirtual .barras .btnWindow {
	background-image:none;
}
div.foroTeach span.perfil {
	color:#CCC;
}
div.foroTeach div.fecha {
	color:#CCC;
}
div.foroAlumno div.fecha {
	color:#666;
}

@charset "UTF-8";
/* CSS Document */

/*CB = Color Base, A1 = Apoyo1, A2 = Apoyo2, C1 = Contraste1, C2 = Contraste2, B = Cantidad % de negro, W = Cantidad % Blanco
Ej. #1B7F03
*/

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;	vertical-align: baseline; background: transparent;}
a img { border:none; }
body {line-height: 1;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';	content: none;}
caption, th, td { text-align:left; font-weight:normal;}
:focus {outline:none;}
table {border-collapse: collapse; border-spacing: 0;}
/********************************************************/
/* Columnas */
/*.showgrid { background: url(interface//blueprint_grid_60+20x18.png) 10px; }*/
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12 {
	float:left;
	margin-right: 20px;
}
.span-1 {
	width: 60px;
}
.span-2 {
	width: 140px;
}
.span-3 {
	width: 220px;
}
.span-4 {
	width: 300px;
}
.span-5 {
	width: 380px;
}
.span-6 {
	width: 460px;
}
.span-7 {
	width: 540px;
}
.span-8 {
	width: 620px;
}
.span-9 {
	width: 700px;
}
.span-10 {
	width: 780px;
}
.span-11 {
	width: 860px;
}
.span-12, div.span-12 {
	width: 940px;
	margin: 0;
}
div.last {
	margin-right:0;
}
div.first {
}
hr {
	background:#ddd;
	color:#ddd;
	clear:both;
	float:none;
	width:100%;
	height:1px;
	margin:20px 0 20px;
	border:none;
}
/* clearfix */
.clearfix:after
{
		content: "\0020";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
}

.clearfix
{
		display: inline-block;
}

html[xmlns] .clearfix
{
		display: block;
}

* html .clearfix
{
		height: 1%;
		overflow: visible;
}
/******************************/
.clear {
	clear:both;
}
.division {
	margin-right:10px;
	padding-right:9px;
	border-right:dotted 1px #ccc;
}
.bigcontent {
	overflow:auto;
}
/********************************************************/
/* Tipografia */
html, body {
	font-size:12px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	line-height:100%;
}
h1 {
	font-size:2.62em;
}
h2 {
	font-size:1.81em;
	margin:0 0 5px 0;
	padding: 4px;
}
h3, h4, h5, h6 {
	font-size:1.40em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
p {
	margin:0 0 10px;
}
blockquote {
	margin:10px;
	color:#999;
	font-style:italic;
}
strong {
	font-weight:bold;
}
em, dfn {
	font-style:italic;
}
dfn {
	font-weight:bold;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom:1px dotted #666;
}
address {
	margin:0 0 10px;
	font-style:italic;
}
del {
	color:#666;
	text-decoration:line-through
}
pre {
	padding:10px 0;
	white-space:pre;
	background-color:#9CC;
	color:#033
}
pre, code, tt {
	font:1em 'andale mono', 'lucida console', monospace;
	line-height:1.5;
}
li ul, li ol {
	margin:0 10px;
}
ul, ol {
	margin:0 10px 10px 20px;
}
ul {
	list-style-type:disc;
}
ol {
	list-style-type:decimal;
}
table {
	width:100%;
}
th, td, caption {
	padding:2px;
	border-bottom:solid 1px #ddd;
}
tfoot {
	font-style:italic;
	font-size:10px;
}
caption {
	font-size: 110%;
	font-style: italic;
	text-align: center;
	font-weight: bolder;
}
/*************************************/

/************ Design ****************/

/* Generalidades  */
html {
	background:#CCC url("custom/background.png") repeat top left;
	min-height:100%;

}
body {
	width:100%;
	height:100%;
}
::selection {
	background:#1B7F03;
	color:#FFF;
}
::-moz-selection {
	background:#1B7F03;
	color:#FFF;
}

h1 {
	color:#1B7F03;
	text-shadow: 0px -1px 0px #666;
}
h2 {
	background-color:#1B7F03;
	color:#FFF;
	text-shadow: 0px -1px 0px #666;
}
h3, h4, h5, h6 {
	color:#1B7F03
}
*:link, *:visited, *:hover, *:active, *:focus {
	-webkit-transition: color .25s linear, background-color .5s linear, border-color .25s linear;
	-moz-transition: color .25s linear, background-color .5s linear, border-color .25s linear;
	transition: color .25s linear, background-color .25s linear, border-color .25s linear;
}
a:link {
	color:#0D3F01;
	text-decoration:underline;
}
a:visited {
	color:#73034F;
	text-decoration:underline;
}
a:hover, a:active {
	color:#026050;
	text-decoration:none;
}
a.formUrl {
	padding-left:10px;
	color:#910314;
}
a.formUrl:hover {
	padding-left:10px;
	color:#910314;
}
a.tabDiv {
	padding:5px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	background-color:#E9F2E6;
}
/*************************************/
/* Formas y formularios */
.span-4 form {
	border: 1px solid #1B7F03;
	padding: 10px;
}
.span-4 input, .widget input.text, .span-4 textarea {
	width: 190px;
	padding:2px;
}
.span-4 textarea {
	height: 140px;
}
div.form {
	float:left;
	width:100%;
}
form.basic {
	float:left;
	margin:0;
	padding:10px;
	text-align:left;
	width:680px;
}
form.basic img{
	margin-left:10px;
}
form.basic span.line {
	display:block;
	float:left;
	width:100%;
	margin-bottom:2px;
}
form.basic span.label {
	margin:5px;
	display:block;
	background-color:#E9F2E6;
	height:25px;
	vertical-align:middle;
}
form.basic input.submit {
	background-color:#FFF;
	background-image:none;
	color:#333;
	float:right;
	margin-right:7%;
	height:25px;
	padding:0px 7px 0px 25px;
	width:auto;
}
form.basic input[type=button], form.basic input.button {
	color: #FFF;
	background-color: #1B7F03;
	background:url(interface/tiny/accept.png) no-repeat 5px 5px, -webkit-gradient(linear, 0% 30%, 0% 70%, from(#76B268), to(#1B7F03));
	background:url(interface/tiny/accept.png) no-repeat 5px 5px, -moz-linear-gradient(30% 70% 90deg, #1B7F03, #76B268);
	border:solid 1px #328C1D;
	border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow:0px 0px 4px #666;
	-moz-box-shadow:0px 0px 4px #666;
	float:right;
	height:25px;
	margin-right:4%;
	padding: 0 5px 3px 30px;
	text-shadow:0px -1px 0 #666;
	width:auto;
}
form.basic input[type=button]:hover, form.basic input.button:hover {
	box-shadow:0px -1px 2px #666;
	-moz-box-shadow:0px -1px 2px #666;
	cursor:pointer;
}
form.basic input[type=button].cancelar, form.basic input.cancelar {
	color:#333;
	background-color:#CCC;
	background-image:url(interface/tiny/close.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	background:url(interface/tiny/close.png) no-repeat 5px 5px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCC), to(#FFF));
	background:url(interface/tiny/close.png) no-repeat 5px 5px, -moz-linear-gradient(0% 0% 270deg, #CCC, #FFF);
	border-color:#666;
	float:right;
	height:25px;
	margin-right:7%;
	padding:0px 7px 0px 25px;
	text-shadow:0px -1px 0px #FFF;
	width:auto;
}
form.basic input.filter {
	color:#333;
	background-color:#FFF;
	background-image:none;
	float:right;
	height:25px;
	margin-right:7%;
	padding:0px 7px 0px 25px;
	width:auto;
}
form.basic input.filterdel {
	color:#000;
	background-color:#FFF;
	background-image:none;
	float:right;
	height:25px;
	margin-right:7%;
	padding:0px 7px 0px 25px;
	width:auto;
}
form.basic input.delete {
	float:right;
	margin-right:7%;
	height:25px;
	background: url() no-repeat #FFF;
	padding:0px 7px 0px 25px;
	color:#000;
	width:auto;
}
form.basic span label.radio {
	width:auto;
	color:#000;
	float:none;
	font-size:.8em;
	vertical-align:middle;
	padding-right:10px;
}
form.basic input.calendar {
	width:65%;
}
form.basic input.radio, form.basic input.check {
	width:auto;
	border:0px;
	vertical-align:middle;
}
form.basic div.alert {
	background: url() no-repeat;
	padding-left:50px;
	height:50px;
	vertical-align:middle;
	color:#910314;
	font-size:1.2em;
	font-weight:bold;
}
form.basic div.delete {
	background: url() no-repeat;
	padding-left:50px;
	height:50px;
	vertical-align:middle;
	color:#910314;
	font-size:1.2em;
	font-weight:bold;
}
form.basic div.info {
	background: url() no-repeat;
	padding-left:50px;
	height:50px;
	vertical-align:middle;
	color:#1B7F03;
	font-size:1.2em;
	font-weight:bold;
}
form.basic div.alert, form.basic div.info span, form.basic div.delete span {
	display:block;
	padding-top:15px;
}
form.basic div.hr {
	border-bottom:1px solid #F4F4F4;
	border-top:1px solid #E2E2E2;
	margin:7px;
	width:97%;
	height:0px;
	float:left;
	display:block;
}
form.basic h2 {
	font-size:1em;
	width:100%;
	font-weight:normal;
	background-color:#E9F2E6;
	padding-bottom:5px;
}
form.basic h3 {
	font-size:1em;
	width:100%;
	padding:3px;
	color:#57020C;
}
form.basic span label {
	color:#939598;
	float:left;
	margin:0 0 10px 0;
	padding:2px 0 0 5px;
	width:20%;
}
form.basic label span {
	display:inline;
	float:none;
	width:20%;
}
form.formt span label {
	float:left;
	width:25%;
	color:#104C02;
	padding-left:5px;
	padding-top:2px;
}
form.basic span.required {
	color:#910314;
	float:left;
	padding:3px;
}
form.basic span.legendChar {
	color:#910314;
	padding:2px;
}
form.basic span.legendTitle {
	color:#CCC;
	padding:2px;
}
label {
	display: block;
	margin: 5px 0;
}
label span {
	display: block;
	float: left;
	width: 80px;
	padding: 2px 2px 2px 0;
	margin: 0;
	text-align:right;
}
fieldset {
	padding:10px;
	margin:0 0 10px 0;
	border:1px solid #ccc;
}
legend {
	font-weight:bold;
	font-size:15px;
}
input[type=text], input.text, textarea {
	background-color:#FFF;
	border:1px solid #bbb;
	padding:1px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#333;
}
input[type=text]:focus, input.text:focus, textarea:focus {
	border-color: #187203;
}
input[type=text], input.text, input.title, textarea, select {
	margin: 0;
	max-width: 500px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;
	top:.25em;
}
form p {
	text-align: right;
	word-spacing: 20px;
}
form.basic div.line p {
	text-align: left;
}
form button {
	padding: 2px 20px;
}
div.filter {
	padding-bottom: 5px;
	text-align: right;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
/*************************************/
/* Elementos más significativos evolucionados de las columnas */
#main {
	background: url("custom/pg_main.png") repeat-y scroll top center;
	width:100%;
	height:100%;
}
#page {
	width:100%;
	height:100%;
	text-align:left;
	background:url(custom/bg-page.png) left top repeat-x;
}
#header, #content, #footer {
	margin: 0 auto;
}
#header {
	width: 980px;
	height:100px;
	background:url(custom/pg_header.png) center top no-repeat;
}
#content {
	padding: 20px;
	width: 940px;
}
#footer {
	clear: both;
	text-align: center;
	color: #999;
	padding:10px;
	width: 960px;
}
.identifier {
	clear:both;
	float:left;
	background-image: url(custom/logo.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin:0 0 0 20px;
	width: 230px;
	height: 100px;
	text-indent: -999px;
}
.aux {
	clear: both;
	float: right;
	position: relative;
	top: -45px;
	right: 0px;
	margin: 0;
}
.title {
	clear: both;
	margin-left:20px;
}
.subtitle {
	color: #999;
}
/*************************************/
/* Widgets y laterales */
.widget h2 {
	background-color: #390127;
	background:-webkit-gradient(linear, 0% 30%, 0% 70%, from(#5C023F), to(#390127));
	background:-moz-linear-gradient(30% 70% 90deg, #390127, #5C023F);
	border-bottom: none;
	padding: 4px;
	color:#FFF;
	text-shadow:0px -1px 0px #666;
}
.widget h2.add {
	padding: 0;
	background: none;
	margin:0;
}
.widget h2.add+form {
	border-color: #3E5602;
	border-top:none;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	width:auto;
}
.widget h2.add+form input.submit {
	color: #FFF;
	background-color: #3E5602;
	background-image:none;
	background:-webkit-gradient(linear, 0% 30%, 0% 70%, from(#688F03), to(#3E5602));
	background:-moz-linear-gradient(30% 70% 90deg, #3E5602, #688F03);
	border-color: #3E5602;
	border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow:0px 0px 3px #666;
	-moz-box-shadow:0px 0px 3px #666;
	display: block;
	float:right;
	margin: 10px 0 0 10px;
	padding: 0 5px 3px 5px;
	text-shadow:0px -1px 0px #666;
	text-decoration: none;
}
.widget h2.add a {
	background-color:#3E5602;
	background-image:url(interface/small/add.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	background:url(interface/small/add.png) no-repeat 5px 5px, -webkit-gradient(linear, 0% 30%, 0% 70%, from(#688F03), to(#3E5602));
	background:url(interface/small/add.png) no-repeat 5px 5px, -moz-linear-gradient(30% 70% 90deg, #3E5602, #688F03);
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
	box-shadow:none;
	-moz-box-shadow:none;
	color: #FFF;
	display: block;
	padding: 4px 5px 5px 30px;
	text-decoration: none;
	text-shadow:0px -1px 0 #666;
}
.widget.closed h2.add a, .widget.closed h2.add a:visited {
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	box-shadow:0px -1px 5px #666;
	-moz-box-shadow:0px -1px 2px #666;
}
.widget.closed h2.add a:hover {
	box-shadow:0px -1px 5px #666;
	-moz-box-shadow:0px -1px 2px #666;
}
/*************************************/
/* Listas generales */
.list {
	list-style:none;
	margin: 0 0 10px 0;
	padding: 0;
}
.list li {
	background-repeat:no-repeat;
	background-position:7px top;
	border: 0;
	padding: 0 0 10px 0;
	margin: 0 5px 5px 0;
}
.list dl, .list dt, .list dd {
	margin: 0;
	padding: 0;
}
.list dt a {
	padding-left: 30px;
	font-weight: bold;
	display:block;
}
.widget .list dt a {
	font-weight: normal;
	display:block;
}
.widget .list dl {
	position:relative;
}
.list dd {
	padding-left: 30px;
}
.list li.more {
	background-image: none;
}
.list li.more a {
	font-weight: normal;
}
/*************************************/
/* Messages */
ul.messages a:link, ul.messages a:visited {
	color:#026050;
}
ul.agenda a {
	color:#026050;
}
ul.messages li {
	background-image:url(interface/tiny/message_unread.png);
}
ul.messages li.send {
	background-image:url(interface/tiny/message_send.png);
}
ul.messages li.read {
	background-image:url(interface/tiny/message_read.png);
}
ul.messages li .date {
	color: #999;
}
ul.messages li .author {
	color: #666;
	font-style:italic;
}
ul.messages li .actions {
	text-align: right;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 5px 0 5px 0;
}
ul.options li {
	background-image:url(action_tiny.png);
}
ul.options li .date {
	color: #999;
}
.message_rsp {
	text-align: right;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 5px 0 5px 0;
}
/*************************************/
/* News (siempre pegado a messages) */
ul.news li, ul.news li {
	background-image:url(interface/tiny/news.png);
}
/*************************************/
/* Agenda */
.agenda li ul {
	margin-left:-25px;
	margin-right:0px;
}
ul.agenda li {
	background-image:url(interface/tiny/calendar.png);
}
ul.agenda li.chat {
	background-image:url(interface/tiny/chat.png);
}
ul.agenda li.virtualroom {
	background-image:url(interface/tiny/virtualroom.png);
}
ul.agenda li .date {
	color: #999;
}
div.agenda {
	width:100%;
}
div.agenda div.tools {
	float:left;
	width:100%;
}
div.agenda a {
	text-decoration:none;
}
div.agenda div.tools em {
	float:left;
	padding:2px;
}
div.agenda div.tools em img.btn {
	border:0px;
	padding-top:2px;
}
div.agenda div.main {
	float:left;
	width:100%;
	background-color:#999;
	border:1px solid #76B268;
}
div.agenda div.main table {
	border-right:1px solid #CCC;
}
div.agenda div.main table td {
	height:23px;
	width:14%;
	background-color:#FFF;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
div.agenda div.main table td a {
	display:block;
	width:100%;
	text-decoration:none;
	height:20px;
	float:left;
}
div.agenda div.main table th {
	font-weight:normal;
	background-color:#0B3301;
	color:#FFF;
	height:23px;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
div.agenda tbody th, div.agenda tbody td {
	font-size:.9em;
	color:#166602;
	font-weight:bold;
}
div.agenda div.main table td.textOn {
	background-color:#D1E5CD;
	border-left:1px solid #811D61;
	border-right:1px solid #811D61;
}
div.agenda div.main table td span.add a {
	width:20%;
	text-decoration:none;
	float:left;
}
div.agenda div.main table td span.url a {
	width:20%;
	text-decoration:none;
	float:right;
	padding-right:5px;
}
div.agenda div.main table td span.url a:hover{
}
div.agenda div.main table td div {
	width:100%;
	float:left;
	text-align:right;
	background-color:#E9F2E6;
	padding-right:2px;
}
div.agenda div.main table td div span.item {
	float:left;
	width:100%;
}
div.agenda div.main table.mes td.textOn {
	border:1px solid #811D61;
}
div.agenda table td .idday a {
	color:#026050;
	margin:0px;
	padding:0px;
}
div.agenda table td .idday a:hover {
	background-color:#1B7F03;
	color:#FFF;
}
div.agenda div.main table.mes td {
	height:100px;
	vertical-align:top;
}
div.agenda div.main table th {
	text-align:center;
}
/*************************************/
/* Nested lists */
ol.nestedlist, ol.nestedlist ol {
	margin: 0;
	padding: 0;
}
ol.nestedlist li, ol.nestedlist ol li {
	margin: 0;
	list-style:none;
	margin-top: 5px;
	background-color: #FFF;
	line-height: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
ol.nestedlist li a, ol.nestedlist ol li a {
	background-position: 7px 10px;
	background-repeat:no-repeat;
	padding: 10px 10px 10px 47px;
	display: block;
	list-style:none;
	text-decoration:none;
	font-weight: bold;
}
ol.nestedlist ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	background: none;
}
ol.nestedlist ol li {
	margin: 0px 5px 5px 15px;
}
ol.nestedlist li.plan {
	background:#C79AB9;
	padding-bottom:10px;
}
ol.nestedlist li.plan a, ol.nestedlist ol li.plan a {
	background-image: url(interface/medium/plan.png);
}
ol.nestedlist li.program {
	background-color:#E3CDDC;
}
ol.nestedlist li.program a, ol.nestedlist ol li.program a {
	background-image: url(interface/medium/program.png);
}
ol.nestedlist li.course {
	background-color:#E9F2E6;
}
ol.nestedlist li.course a, ol.nestedlist ol li.course a {
	background-image: url(interface/medium/course.png);
}
ol.nestedlist li.header a {
	background-color: #F6F6F6;
	background-image: url(interface/medium/course.png);
}
ol.nestedlist li a:hover {
	background-color: #CCDFDC !important;
}
ol.nestedlist li span {
	display: block;
	text-transform: uppercase;
	color: #999;
	font-size: 12px;
	font-weight:lighter;
}
ol.nestedlist li.plan span {
	color:#5C023F;
}
ol.nestedlist li.plan a {
	color:#73034F;
}
ol.nestedlist li.program span {
	color:#5C023F;
}
ol.nestedlist li.program a {
	color:#73034F;
}
ol.nestedlist li.course span {
	color:#1B7F03;
}
ol.nestedlist li.course a {
	color:#166602;
}
/*************************************/
/* Grouped Lists */
ol.groupedlist, ol.groupedlist ol {
	margin: 0 0 20px 0;
	padding: 0;
}
ol.groupedlist li {
	list-style:none;
	line-height: 20px;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 5px 0;
	padding:0;
}
ol.groupedlist li a:link, ol.groupedlist li a:visited  {
	background-color: #1B7F03;
	background-position: 5px 2px;
	background-repeat:no-repeat;
	color:#FFF;
	padding: 7px 10px 7px 40px;
	display: block;
	list-style:none;
	text-decoration:none;
	font-size:17.5px;
}
ol.groupedlist li.active a {
	background-color: #026050;
	color: #FFF;
	text-decoration:none;
}
ol.groupedlist li a:hover, ol.groupedlist li.active a:hover {
	background-color: #CCDFDC;
	color:#1B7F03;
}
ol.groupedlist ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	background: none;
}
ol.groupedlist ul li a {
	margin: 0 0 0 25px;
	padding: 5px;
	background-color: transparent;
	border: none;
	background: none;
	font-size: 12.5px;
}
ol.groupedlist li.content a {
	background-image: url(interface/small/content.png);
}
ol.groupedlist li.library a {
	background-image: url(interface/small/library.png);
}
ol.groupedlist li.activities a {
	background-image: url(interface/small/activities.png);
}
ol.groupedlist li.exams a {
	background-image: url(interface/small/exams.png);
}
ol.groupedlist li.grades a {
	background-image: url(interface/small/grades.png);
}
ol.groupedlist li.news a {
	background-image: url(interface/small/news.png);
}
ol.groupedlist li.users a {
	background-image: url(interface/small/users.png);
}
ol.groupedlist li.forums a {
	background-image: url(interface/small/forums.png);
}
ol.groupedlist li.blogc a {
	background-image: url(interface/small/blogc.png);
}
ol.groupedlist li.virtualrooms a {
	background-image: url(interface/small/virtualrooms.png);
}
ol.groupedlist li.chats a {
	background-image: url(interface/small/chats.png);
}
ol.groupedlist li.polls a {
	background-image: url(interface/small/polls.png);
}
ol.groupedlist li ul li a:link, ol.groupedlist li ul li a:visited {
		background: none repeat scroll 0 0 transparent !important;
		color: #1B7F03 !important;
	font-size: 12.5px;
	margin:0 0 5px 0;
	padding:0;
}
ol.groupedlist li ul li a:hover {
		background-color:#CCDFDC !important;
}
/*************************************/
/* Especiales para cuando están dentro de un lateral */
.lateral ol.groupedlist {
	margin:0;
}
.lateral ol.groupedlist li {
	border-width: 1px;
}
.lateral ol.groupedlist li a:link,.lateral ol.groupedlist li a:visited  {
	font-size:12.5px;
	padding: 2px 0px 2px 25px;
}
.lateral ol.groupedlist li.active a {
	background-color: #026050;
	color: #FFF;
}
.lateral ol.groupedlist li.content a {
	background-image: url(interface/tiny/content.png);
}
.lateral ol.groupedlist li.library a {
	background-image: url(interface/tiny/library.png);
}
.lateral ol.groupedlist li.activities a {
	background-image: url(interface/tiny/activities.png);
}
.lateral ol.groupedlist li.exams a {
	background-image: url(interface/tiny/exams.png);
}
.lateral ol.groupedlist li.grades a {
	background-image: url(interface/tiny/grades.png);
}
.lateral ol.groupedlist li.news a {
	background-image: url(interface/tiny/news.png);
}
.lateral ol.groupedlist li.users a {
	background-image: url(interface/tiny/users.png);
}
.lateral ol.groupedlist li.forums a {
	background-image: url(interface/tiny/forums.png);
}
.lateral ol.groupedlist li.blogc a {
	background-image: url(interface/tiny/blogcm.png);
}
.lateral ol.groupedlist li.virtualrooms a {
	background-image: url(interface/tiny/virtualrooms.png);
}
.lateral ol.groupedlist li.chats a {
	background-image: url(interface/tiny/chats.png);
}
.lateral ol.groupedlist li.polls a {
	background-image: url(interface/tiny/polls.png);
}
/*************************************/
/* se supone que solo estos elementos se pueden ocultar, lo que esté adentro del contenedor con la clase "closed"*/
.closed div, .closed form, .closed ol, .closed ul {
	display: none;
}
/*************************************/
/* Tablas */
table.basic thead {
	color:#FFF;
	background-color: #0B3301;
}
table.basic thead tr th, table.basic thead tr td {
	font-weight:bold;
	border-bottom: 2px solid #1B7F03;
}
table.basic tr.row1 {
	background-color: #f8f8f8
}
table.basic tr.row2 {
	background-color: #f0f0f0
}
table.basic td.main {
	font-weight: bold
}
table.basic td.minor {
	color: #999;
	font-size: 11px
}
table.basic td.action {
	text-align:center;
	width:50px;
	vertical-align:middle
}
table.basic tr.row1:hover, table.basic tr.row2:hover {
	background-color: #B4D0CB;
}
/*************************************/
/* Toolbar */
div.toolbar {
	height:25px;
	margin: 10px 0 10px 0;
	display:block;
	float:none
}
div.toolbar span {
	float:right;
}
div.toolbar a, div.foroAdd span a, div.foroTool span a{
	color: #FFF;
	background-color: #1B7F03;
	background-image: url(interface/tiny/action.png);
	background-position:5px 5px;
	background-repeat:no-repeat;
	background:url(interface/tiny/action.png) no-repeat 5px 5px, -webkit-gradient(linear, 0% 30%, 0% 70%, from(#BBD9B4), to(#1B7F03));
	background:url(interface/tiny/action.png) no-repeat 5px 5px, -moz-linear-gradient(30% 70% 90deg, #1B7F03, #BBD9B4);
	border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow:0px 0px 4px #666;
	-moz-box-shadow:0px 0px 4px #666;
	display: block;
	float:right;
	height:20px;
	margin: 0 0 0 10px;
	padding: 5px 10px 2px 25px;
	text-shadow:0px -1px 0px #666;
	text-decoration: none;
}
div.toolbar a:hover, div.toolbar a.import:hover, div.foroAdd span a:hover, div.foroTool span a:hover {
	-moz-box-shadow:0px -1px 2px #666;
	box-shadow:0px -1px 2px #666;
}
div.toolbar a:hover {
	background-color: #BBD9B4;
}
div.toolbar a.add {
	background-color: #3E5602;
	background-image: url(interface/tiny/add.png);
	background:url(interface/tiny/add.png) no-repeat 5px 5px, -webkit-gradient(linear, 0% 30%, 0% 70%, from(#688F03), to(#3E5602));
	background:url(interface/tiny/add.png) no-repeat 5px 5px, -moz-linear-gradient(30% 70% 90deg, #3E5602, #688F03);
}
div.toolbar a.add:hover {
	background-color: #688F03;
}
div.toolbar a.delete {
	background-color: #65020E;
	background-image: url(interface/tiny/delete.png);
	background:url(interface/tiny/delete.png) no-repeat 5px 5px, -webkit-gradient(linear, 0% 30%, 0% 70%, from(#910314), to(#65020E));
	background:url(interface/tiny/delete.png) no-repeat 5px 5px, -moz-linear-gradient(30% 70% 90deg, #65020E, #910314);
}
div.toolbar a.delete:hover {
	background-color:#910314;
}
div.toolbar a.excel {
	background-color: #3E5602;
	background-image: url(interface/tiny/excel.png);
	background:url(interface/tiny/excel.png) no-repeat 5px 5px, -webkit-gradient(linear, 0% 30%, 0% 70%, from(#688F03), to(#3E5602));
	background:url(interface/tiny/excel.png) no-repeat 5px 5px, -moz-linear-gradient(30% 70% 90deg, #3E5602, #688F03);
}
div.toolbar a.excel:hover{
	background-color:#688F03;
}
div.toolbar a.pdf {
    background-color: #3E5602;
    background-image: url(interface/tiny/pdf.png);
    background:url(interface/tiny/pdf.png) no-repeat 5px 5px, -webkit-gradient(linear, 0% 30%, 0% 70%, from(#688F03), to(#3E5602));
    background:url(interface/tiny/pdf.png) no-repeat 5px 5px, -moz-linear-gradient(30% 70% 90deg, #3E5602, #688F03);
}
div.toolbar a.pdf:hover{
    background-color:#3E5602;
}

div.toolbar a.assign {
	background-image: url(interface/tiny/assign.png);
	background:url(interface/tiny/assign.png) no-repeat 5px 5px, -webkit-gradient(linear, 0% 30%, 0% 70%, from(#BBD9B4), to(#1B7F03));
	background:url(interface/tiny/assign.png) no-repeat 5px 5px, -moz-linear-gradient(30% 70% 90deg, #1B7F03, #BBD9B4);
}
div.toolbar a.filter {
	background-image: url(interface/tiny/filter.png);
	background:url(interface/tiny/filter.png) no-repeat 5px 5px, -webkit-gradient(linear, 0% 30%, 0% 70%, from(#BBD9B4), to(#1B7F03));
	background:url(interface/tiny/filter.png) no-repeat 5px 5px, -moz-linear-gradient(30% 70% 90deg, #1B7F03, #BBD9B4);
}

div.toolbar a.import {
	background-color: #3E5602;
	background-image: url(interface/tiny/import.png);
	background:url(interface/tiny/import.png) no-repeat 5px 5px, -webkit-gradient(linear, 0% 30%, 0% 70%, from(#688F03), to(#3E5602));
	background:url(interface/tiny/import.png) no-repeat 5px 5px, -moz-linear-gradient(30% 70% 90deg, #3E5602, #688F03);
}
div.toolbar a.import:hover {
	background-color: #688F03;
}
#line_id {
	height:0;
	margin:0;
	display:block;
}
#line_id select {
	position:relative;
	margin-bottom:0;
	top:-32px;
}
.line select {
	width: 60%;
}
/*************************************/
/* Paginación */
div.pagination {
	text-align:center;
	padding:10px;
	font-size:12.5px;
}
div.pagination a, div.pagination .current {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 0 5px;
}
div.pagination a {
	text-decoration: none;
	border: 1px solid #166602;
}
div.pagination .current {
	color: #187203;
	font-weight: bold;
	border: 1px solid #187203;
}
div.pagination a.arrow {
	font-weight: bold;
	font-size: 30px;
	padding: 10px 10px 0 10px;
	position: relative;
	top: 4px;
	border: none
}
/*************************************/
/* Popups */
div.popupWin {
	background-color:#FFF;
	border: 1px solid #0B3301;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 10px #666;
	-moz-box-shadow: 0px 0px 10px #666;
}
div.popupWin form {
	margin:0 0 10px 0;
	padding: 10px 10px 30px 10px;
	border: 0;
	width:97%;
}
div.popupWin .title {
	background-color: #0B3301;
	padding: 4px 10px;
	margin:0;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
}
div.popupWin .title a img {
	float: right;
	margin-top:2px;
	position:relative;
}
div.popupWin .line {
	display: block;
	clear: both;
	margin: 5px 0;
}
div.popupWin .line label {
	display: block;
	float: left;
	width: 160px;
	text-align: right;
	padding: 0 5px 0 0;
	margin: 0;
}
div.popupWin .line label span {
	display: inline !important;
	width: auto;
	float: none;
}
div.popupWin span.legendChar {
	color: #910314;
	font-weight: bold;
}
div.popupWin .line select, div.popupWin .line textarea, div.popupWin .line input.text, div.popupWin .line input[type=text] {
	width: 	227px;
}
div.popupWin .line select {
	width: 	330px;
}
div.popupWin .cancel, div.popupWin .cancel {
	display: block;
	float: right;
	margin-left: 10px;
}
div.popupWin .submit {
	display: block;
	float: right;
	margin-left: 10px;
}
div.popupWin hr {
	margin: 5px 0;
}
div.popupWin .comment {
	color: #666;
	font-size: 11px;
}
/*************************************/
/*Participantes */
div.alumnos div.line {
	border-bottom:none;
	float:none;
	height:130px;
	width:99%;
}
div.alumnos div.persona1, div.alumnos div.persona2 {
	background-color:#FFF;
	border:solid 1px #EEE;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	box-shadow:0 0 5px #666;
	-moz-box-shadow:0 0 5px #666;
	float:left;
	height:130px;
	margin:10px 0 0 10px;
	width:auto;
}
div.alumnos div.elemento {
	float:left;
	margin-top:20px;
}
div.alumnos div.img {
	float:left;
	height:120px;
	width:120px;
}
div.alumnos img {
	padding:10px;
	float:left;
}
div.alumnos div.tools {
	padding:0px;
	padding-left:15px;
	font-size:.9em;
}
div.alumnos div.tools a {
	color:#1B7F03;
}
div.alumnos div.nombre {
	color:#333;
	float:left;
	font-weight:bold;
	padding:5px 0 0 15px;
	width:190px;
}
div.alumnos div.nombre em {
	color:#CCC;
}
div.elemento {
	float:left;
}
div.alumnos div.orderBy {
	height:30px;
	float:left;
	padding-top:10px;
	color:#FFF;
}
div.alumnos div.orderBy span a {
	color:#57020C;
}
div.equipos {
	width:100%;
	float:left;
	margin-top:10px;
}
div.equipos span a {
	padding:3px;
	border:1px outset #CCC;
	background-color:#CCC;
	color:#0B3301;
	text-decoration:none;
}
/*************************************/
/*Encuesta */
div.encuesta {
}
div.encuesta div.desc {
	background-color:#666;
	float:left;
	width:100%;
	padding:5px;
	color:#FFF;
}
div.encuesta span.reloj {
	float:right;
	text-align:right;
	width:40%;
	padding:10px 0px 10px 0px;
	color:#FFF;
}
div.encuesta span.preg {
	float:left;
	width:40%;
	padding:10px 0px 10px 0px;
	color:#FFF;
}
div.encuesta div.info {
	float:right;
	text-align:right;
	width:100%;
	color:#499935;
}
div.encuesta div.submit {
	margin-top:10px;
	width:100%;
	text-align:center;
}
div.preguntas {
	float:left;
	width:100%;
	padding:5px;
	border:1px solid #666;
	background-color:#FFF;
}
div.encuesta div.desc {
	border:1px solid #666;
	border-bottom:none
}
div.preguntas {
	border-top:none;
}
div.preguntas span.resp {
	float:left;
	width:80%;
}
div.preguntas div.resp div {
	float:left;
	width:100%;
	padding-bottom:3px;
}
div.preguntas div.resp span.resp_text {
	float:left;
	display:block;
}
div.preguntas div.resp span.resp_op {
	float:left;
}
div.preguntas div.resp div.abierta input {
	width:300px;
}
div.preguntas div.resp img {
	float:left;
	padding:1px;
	padding-right:5px;
}
div.encuestaAdd {
	float:right;
	width:100%;
	text-align:right;
}
div.submit {
	float:right;
}
div.preguntas div.respMal {
	color:#740210;
}
div.preguntas div.respNull {
	color:#999;
}
div.evaTerminar {
	width:100%;
	text-align:center;
	padding-top:10px;
	float:left;
}
/*************************************/
/*Evaluaciones */
div.evaluacion label {
	width:100%;
}
div.imagen img {
	padding-bottom:10px;
	padding-top:10px;
}
div.evaluacion div.barEva {
	float:left;
	width:100%;
	background-color:#8DBF81;
	padding:6px;
}
div.evaluacion div.desc div.imagen {
	width:100%;
	float:left;
	text-align:center;
}
div.evaluacion div.desc {
	background-color:#666;
	float:left;
	width:100%;
	padding:5px;
	color:#FFF;
}
div.evaluacion span.reloj {
	float:right;
	text-align:right;
	width:40%;
	padding:10px 0px 10px 0px;
	color:#FFF;
}
div.evaluacion span.preg {
	float:left;
	width:100%;
	padding:10px 0px 10px 0px;
	color:#FFF;
}
div.evaluacion div.info {
	float:right;
	text-align:right;
	width:100%;
	color:#499935;
}
div.preguntas {
	float:left;
	width:100%;
	padding:5px;
	border:1px solid #666;
	background-color:#FFF;
}
div.evaluacion div.desc {
	border:1px solid #666;
	border-bottom:none
}
div.preguntas {
	border-top:none;
}
div.preguntas div.preliminar, div.preguntas div.preg {
	float:left;
	width:100%;
	text-align:left;
}
div.preguntas span.resp {
	float:left;
	width:100%;
}
div.preguntas div.resp div {
	float:left;
	width:100%;
	padding-bottom:10px;
}
div.preguntas div.resp span.resp_text {
	float:left;
	display:block;
	width:80%;
	float:left;
	text-align:left;
}
div.preguntas div.resp span.resp_op {
	float:left;
}
div.preguntas div.resp div.abierta input {
	width:300px;
}
div.preguntas div.resp img {
	float:left;
	padding:1px;
	padding-right:5px;
}
div.evaluacionAdd {
	float:right;
	width:100%;
	text-align:right;
}
div.submit {
	float:right;
}
div.preguntas div.respMal {
	color:#740210;
}
div.preguntas div.respNull {
	color:#999;
}
div.evaTerminar {
	width:100%;
	text-align:center;
	padding-top:10px;
	float:left;
}
div.evaluacion span.resp div.preg {
	padding:10px 0px 10px 0px;
}
div.evaluacion span.resp div.opResp {
	padding:5px 0px 5px 0px;
	width:100%;
	float:left;
}
div.evaluacion span.resp div.opResp span {
	/*float:left;*/
	color:#333;
}
div.evaluacion span.resp div.opResp span.opc {
	color:#000;
	font-weight:bold;
}
div.evaluacion span.resp div.opResp span.opt {
	padding-left:20px;
}
div.evaluacion #iaPreguntas {
	float:left;
	width:100%;
	padding:10px 5px 10px 5px;
	height:450px;
	overflow:auto;
	background-color:#FFF;
}
div.evaluacion div.navPreguntas {
	float:left;
	width:100%;
	padding:5px;
	background-color:#D1E5CD;
	border-top:1px solid #1B7F03;
	text-align:center;
}
div.evaluacion div.navPreguntas span.numPregunta {
	float:left;
	margin-right:2px;
}
div.evaluacion div.navPreguntas span.numPregunta a {
	padding-top:3px;
	width:22px;
	height:22px;
	display:block;
	text-align:center;
	color:#FFF;
	background:#1B7F03;
	text-decoration:none;
	font-size:.8em;
}
div.evaluacion div.navPreguntas span.numPregunta a.respSi {
	display:block;
	text-align:center;
}
div.evaluacion div.footPreguntas {
	float:left;
	width:100%;
	padding:5px;
	background-color:#D1E5CD;
	border-top:1px solid #1B7F03;
}
div.evaluacion div.footPreguntas span {
	float:left;
}
div.evaluacion div.footPreguntas span a {
	color:#104C02;
	text-decoration:none;
	float:left;
	padding:5px;
	border:1px outset #CCC;
	margin-left:5px;
	background-color:#BBD9B4;
	font-size:.9em;
}
div.evaluacion div.footPreguntas span.btnFin {
	float:right;
}
div.evaluacion div.footPreguntas span.btnFin a {
	float:right;
	color:#820312;
	margin-right:10px;
}
.btn {
	float:right;
	width:60px;
	border:1px outset #CCC;
	background-color:#CCC;
	margin-top:5px;
	text-align:center;
	text-decoration:none;
}
.btn2 {
    float:right;
    position:relative;
    top:10px;
    width:60px;
    border:1px outset #CCC;
    background-color:#CCC;
    margin-top:5px;
    text-align:center;
    text-decoration:none;
}
.retroNo {
    float:left;
    width:100%;
    background-color:#D7D7D7;
    border:1px solid #800000;
    display:none;
    color:#910314;
    padding:4px;
}
.retroSi {
    float:left;
    width:100%;
    background-color:#D7D7D7;
    border:1px solid #008000;
    display:none;
    color:#104C02;
    padding:4px;
}
.evaluacion {
	width:98%;
}
div.preguntas div.resp {
	float:left;
	width:100%;
}
div.evaluacion div.navPreguntas span.numPregunta a.resp {
	background:url(exam/pno.gif) no-repeat;
}
div.evaluacion div.navPreguntas span.numPregunta a.respSi {
	background:url(exam/psi.gif) no-repeat;
}
div.evaluacion div.navPreguntas span.numPregunta a.respSel {
	background:url(exam/psel.gif) no-repeat;
}
div.evaluacion div.navPreguntas span.numPregunta a.respPrel {
	background:url(exam/pprel.gif) no-repeat;
}
/***********************************************************************************/
/* Foros */
div.foroTeach {
	background-color:#1B7F03;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	border:1px solid #3A0108;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	color:#FFF;
	float:left;
	margin-bottom:2px;
	padding:0;
	width:100%;
}
div.foroTeach span.perfil, div.foroAlumno span.perfil {
	border-right:solid 1px #333;
	color:#CCC;
	float:left;
	margin:10px;
	width:20%;
}
div.foroTeach span.perfil span.foto, div.foroAlumno span.perfil span.foto {
	float:left;
	width:100%;
}
div.foroTeach span.nombre, div.foroAlumno span.nombre {
	font-size:0.8em;
	padding:0;
}
div.foroTeach span.participacion, div.foroAlumno span.participacion {
	float:left;
	margin-top:10px;
	width:75%;
}
div.foroAlumno {
	background-color:#EEE;
	border:1px solid #CCC;
	color:#1B7F03;
	float:left;
	margin-bottom:2px;
	padding:10px 0;
	width:100%;
}
div.foroAlumno span.perfil {
	color:#333;
}
div.foroAlumno span.perfil span.user {
	float:left;
	font-size:.7em;
	color:#1B7F03;
}
div.foroAlumno div.fecha {
	color:#1F2B01;
}
div.foroTool{
	background-color:#1B7F03;
	float:right;
	margin-top:-10px;
	padding:5px 0;
	text-align:right;
	width:100%;
}
div.foroTool span a{
	background-color: #65020E;
	background-image: none;
	background:-webkit-gradient(linear, 0% 30%, 0% 50%, from(#910314), to(#65020E));
	background:-moz-linear-gradient(30% 70% 90deg, #65020E, #910314);
	margin-right:10px;
	padding:5px;
	text-shadow:0px -1px 0px #666;
}
div.foroTool span a:hover {
	background-color: #910314;
}
div.foroAdd {
	margin-bottom:10px;
	text-align:right;
	width:100%;
}
div.foroAdd span a{
	background-color: #3E5602;
	background-image: none;
	background:-webkit-gradient(linear, 0% 30%, 0% 70%, from(#688F03), to(#3E5602));
	background:-moz-linear-gradient(30% 70% 90deg, #3E5602, #688F03);
	margin:0 0 10px 0;
	padding:5px;
	text-shadow:0px -1px 0 #666;
}
div.foroAdd span a:hover {
	background-color: #688F03;
}
div.foroTool span a img, div.foroAdd span a img{
	border:0 none;
	margin:0 10px 0 0;
	padding:0;
	vertical-align:text-top;
}
div.bvirtual .barras .btnWindow {
	background-image:none;
}
div.foroTeach span.perfil {
	color:#CCC;
}
div.foroTeach div.fecha {
	color:#CCC;
}
div.foroAlumno div.fecha {
	color:#666;
}


/***********************************************************************************/
/* BlogClase */
div.blogcTeach {
	background-color:#1B7F03;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	border:1px solid #3A0108;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	color:#FFF;
	float:left;
	margin-bottom:2px;
	padding:0;
	width:100%;
}
div.blogcTeach span.perfil, div.blogcAlumno span.perfil {
	border-right:solid 1px #333;
	color:#CCC;
	float:left;
	margin:10px;
	width:20%;
}
div.blogcTeach span.perfil span.foto, div.blogcAlumno span.perfil span.foto {
	float:left;
	width:100%;
}
div.blogcTeach span.nombre, div.blogcAlumno span.nombre {
	font-size:0.8em;
	padding:0;
}
div.blogcTeach span.participacion, div.blogcAlumno span.participacion {
	float:left;
	margin-top:10px;
	width:75%;
}
div.blogcAlumno {
	background-color:#EEE;
	border:1px solid #CCC;
	color:#333;
	float:left;
	margin-bottom:2px;
	padding:10px 0;
	width:100%;
}
div.blogcAlumno span.perfil {
	
color:#1B6F09;
}
div.blogcAlumno span.perfil span.user {
	float:left;
	font-size:.7em;
	color:#1B7F03;
}
div.blogcAlumno div.fecha {
	color:#1F2B01;
}
div.blogcTool{
	background-color:#1B7F03;
	color:#FFFFFF;
	float:right;
	margin-top:-10px;
	padding:5px 0;
	text-align:right;
	width:100%;
}
div.blogcTool span a{
	background-color: #65020E;
	background-image: none;
	background:-webkit-gradient(linear, 0% 30%, 0% 50%, from(#910314), to(#65020E));
	background:-moz-linear-gradient(30% 70% 90deg, #65020E, #910314);
	margin-right:10px;
	padding:5px;
		color:#FFFFFF;
	text-shadow:0px -1px 0px #666;
}
div.blogcTool span a:hover {
	background-color: #910314;
	
}
div.blogcAdd {
	margin-bottom:10px;
	text-align:right;
	width:100%;
}
div.blogcAdd span a{
	background-color: #3E5602;
	background-image: none;
	background:-webkit-gradient(linear, 0% 30%, 0% 70%, from(#688F03), to(#3E5602));
	background:-moz-linear-gradient(30% 70% 90deg, #3E5602, #688F03);
	margin:0 0 10px 0;
	padding:5px;
	text-shadow:0px -1px 0 #666;
		color:#FFFFFF;
}
div.blogcAdd span a:hover {
	background-color: #688F03;
}
div.blogcTool span a img, div.blogcAdd span a img{
	border:0 none;
	margin:0 10px 0 0;
	padding:0;
	vertical-align:text-top;
}
div.blvirtual .barras .btnWindow {
	background-image:none;
}
div.blogcTeach span.perfil {
	color:#CCC;
}
div.blogcTeach div.fecha {
	color:#CCC;
}
div.blogcAlumno div.fecha {
	color:#666;
}
/***********************************************************************************/





/***********************************************************************************/




/* Chat */
div.chatBody {
	width:100%;
	float:left;
}
div.chatList {
	width:98%;
	height:300px;
	overflow:auto;
	background-color:#FFF;
	border:1px groove #ccc;
	padding:5px;
}
div.chatList div.chatRow1 {
	background-color:#EFF8F3;
	color:#333;
}
div.chatList div.chatRow2 {
	background-color:#FBFDFC;
	color:#333;
}
div.chatList span.chatFecha {
	font-size:.8em;
	padding-right:8px;
	color:#999;
}
div.chatList span.chatUser4, div.chatList span.chatUser64, div.chatList span.chatUser128 {
	font-weight:bold;
	padding-right:8px;
}
div.chatList span.chatUser4 {
	color:#333;
}
div.chatList span.chatUser64 {
	color:#166602;
}
div.chatList span.chatUser128 {
	color:#537202;
}
div.chatSubmit textarea {
	width:80%;
	height:50px;
}
div.chatList span.error {
	background:url() no-repeat left top;
	padding-left:20px;
	color:#910314;
}
div.chatList span.alert {
	background:url() no-repeat left top;
	padding-left:20px;
	color:#820312;
}
div.chatList span.info {
	background:url() no-repeat left top;
	padding-left:20px;
	color:#1B7F03;
}
/***********************************************************************************/
/* Blog */
div.main{
	clear:both;
}
div.blog div.entrada {
	border:2px solid #DDE3E3;
	-webkit-border-radius:10px 10px 10px 10px;
	box-shadow:0 0 5px #666;
	-moz-border-radius:10px 10px 10px 10px;
	-moz-box-shadow:0 0 5px #666;
	margin-bottom:25px;
}
div.blog div.titulo {
	font-size:1.6em;
	text-shadow:0px -1px 0px #666;
	padding-top:10px;
}
div.blog div.titulo a {
	padding:10px;
	display:block;
}
div.blog div.subtitulo {
	font-size:.8em;
	color:#666;
}
div.blog div.subtitulo span {
	padding:10px;
}
div.blog div.contend {
	color:#939598;
	padding:10px;
}
div.blog a {
	text-decoration:none;
}
div.blog div.coment, div.blog div.tool {
	text-align:right;
	margin-right:20px;
	color:#666;
	font-size:.9em;
}
div.blog div.com div.titulo {
	font-size:1.1em;
	background-color:#E9E9E9;
}
/**********************************************************************************/
/* Biblioteca virtual */
div.barVirtual {
	margin-top:10px;
	float:left;
	width:99.5%;
}
div.bvirtual {
	background-color:#FFF;
	border:1px solid #CCC;
	float:left;
	margin-top:5px;
	width:100%;
}
div.bvirtual .ruta {
	float:left;
	width:100%;
	border-bottom:2px inset #FFF;
	background-color:#FFF;
	padding:2px 0px 2px 0px;
	display:none;
}
div.bvirtual .carpetas {
	background-color:#FFF;
	border-right:none;
	float:left;
	height:550px;
	margin:0;
	overflow:auto;
	padding:0;
	width:25%;
}
div.bvirtual .archivos {
	background-color:#FFF;
	background:-webkit-gradient(linear, 3% 100%, 0% 100%, from(#FFF), to(#DDD));
	background:-moz-linear-gradient(5% 0 180deg, #FFF, #DDD);
	float:left;
	height:510px;
	overflow:auto;
	padding-left:15px;
	width:72%;
}
div.bvirtual div.carpClose {
	color:#009;
	padding:2px 0px 2px 0px;
	padding-left:15px;
}
div.bvirtual div.carpClose a {
	color:#000;
	text-decoration:none;
}
div.bvirtual div a.carpOn {
	background-color:#CCC;
	color:#333;
}
div.bvirtual a.carpOff {
	color:#000;
	text-decoration:none;
}
div.bvirtual div.carpOpen {
	padding:2px 0px 2px 0px;
	padding-left:15px;
}
div.bvirtual div.carpOpen a {
	text-decoration:none;
}
div.bvirtual div.carpOpen a:hover {
	text-decoration:underline;
	color:#740210;
}
div.bvirtual div a.carpOn:hover {
	color:#740210;
}
div.bvirtual .bvArchivo {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background-color:#D1E5CD;
	border:1px solid #999;
	float:left;
	height:100px;
	margin:5px;
	padding:5px;
	text-align:center;
	width:110px;
}
div.bvirtual .bvArchivo img {
	border:none;
	padding-left:17px;
	width:32px;
	height:32px;
	border:none;
	float:left;
}
div.bvirtual .bvArchivo input {
	margin:0px;
	float:left;
	width:15px;
	height:15px;
}
div.bvirtual .fileName {
	width:100%;
	float:left;
}
div.bvirtual .fileName a {
	color:#000;
	font-size:.95em;
	text-decoration:none;
}
div.bvirtual .fileName a:hover {
	color:#FFF;
	background-color:#1B7F03;
}
div.bvirtual .barras {
	background-color:#1B7F03;
	background:-webkit-gradient(linear, 0% 30%, 0% 70%, from(#1B7F03), to(#166602));
	background:-moz-linear-gradient(70% 30% 90deg,#166602, #1B7F03);
	border:0 none;
	display:block;
	float:left;
	height:40px;
	margin:0;
	padding:0;
	width:75%;
}
div.bvirtual .barras .btn {
	background:none repeat scroll 0 0 transparent;
	background:-webkit-gradient(radial, 20 40, 8, 20 40, 28, from(#166602), to(#1B7F03));
	background:-moz-radial-gradient(50% 90% 0deg,circle farthest-side, #1B7F03, #166602);
	border:1px solid #166602;
	box-shadow:0px 0px 5px #666;
	-moz-box-shadow:0px 0px 5px #333;
	float:left;
	height:30px;
	margin:6px 5px 0;
	padding:0;
	width:30px;
}
div.bvirtual .barras .btn img {
	border:none;
	padding:1px;
}
div.bvirtual .barras span.barLine {
	border-left:1px solid #166602;
	border-right:1px solid #1B7F03;
	float:left;
	height:30px;
	margin-left:2px;
	margin-right:4px;
	margin-top:5px;
	width:0;
}
div.bvirtual a.carpClose {
	background:url(library/folder_close.gif) no-repeat top left;
	padding-left:16px;
}
div.bvirtual a.carpOpen {
	background:url(library/folder_open.gif) no-repeat top left;
	padding-left:16px;
}
div.bvirtual div.share {
	margin-left:16px;
}
/**********************************************************************************/
/*Editor mkedit */
.mkEdit{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	background-color:#E2E2E2;
	padding:2px;
	float:left;
	width:100%;
}
.mkEdit button{
	vertical-align:middle;
	padding:0;
	margin:1px 0;
	background-color:#E2E2E2;
}
.mkEdit button img{
	vertical-align:middle;
	margin:-1px;
}
.mkEdit big{
	padding-bottom:2em;
}
.mkEdit iframe{
	width:100%;
}
.mkEdit textarea{
	width:100%;
	float:left;
	background-color:#FFF;
}
.mkEdit .mkColor{
	position:absolute;
	z-index:1;
	width:310px;
	/*border:2px solid #000;*/
}
.mkEdit .mkColor td{
width:15px;
	/*width:6px;*/
	height:15px;
	cursor:pointer;
}
.mkEdit .mkLink{
	position:absolute;
	z-index:1;
	left:210px;
	width:210px;
	background:ButtonFace;
	border:2px outset ButtonShadow;
	padding:5px;
}
.mkEdit .mkLink label{
	width:55px;
	float:left;
	font-size:11px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.mkEdit .mkIimg{
	position:absolute;
	z-index:1;
	width:459px;
	background:ButtonFace;
	border:2px outset ButtonShadow;
	padding:5px;
}
.mkEdit .icons{
	background-color:#FFF;
	position:absolute;
	z-index:1;
}

.mkEdit .icons table{
	border:1px solid #000;
}

.mkEdit .icons td{
	border:1px solid #000;
	text-align:center;
	vertical-align:middle;
}
.mkEdit .mkCode{
	position:absolute;
	z-index:1;
	background-color:#FFF;
	width:150px;
	border:1px solid #000;
	height:120px;
	overflow:auto;
	padding:3px;
}
.mkEdit .mkCode a{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#104C02;
	text-decoration:none;
	padding:1px;
}
.mkEdit .mkCode a:hover{
	color:#104C02;
	border:1px #666 solid;
	background-color:#ECF1F4;
	padding:0px;
}
/**********************************************************************************/
/*Calendario */
#calendarDiv{
	position:absolute;
	width:205px;
	border:1px solid #187203;
	padding:1px;
	background-color: #FFF;
	font-family:arial;
	font-size:10px;
	padding-bottom:20px;
	visibility:hidden;
}
#calendarDiv span,#calendarDiv img{	float:left;}
#calendarDiv .selectBox,#calendarDiv .selectBoxOver{
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}
#calendarDiv .selectBoxTime,#calendarDiv .selectBoxTimeOver{
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}
#calendarDiv td{
	padding:3px;
	margin:0px;
	font-size:10px;
}
#calendarDiv .selectBox{
	border:1px solid #0B3301;
	color: #FFF;
	position:relative;
}
#calendarDiv .selectBoxOver{
	background-color:#CCDFDC;
	border:1px solid #0B3301;
	color: #1B7F03;
	position:relative;
}
#calendarDiv .selectBoxTime{
	background-color:#1B7F03;
	border:1px solid #0B3301;
	color: #FFF;
	position:relative;
}
#calendarDiv .selectBoxTimeOver{
	background-color:#CCDFDC;
	border:1px solid #0B3301;
	color: #1B7F03;
	position:relative;
}
#calendarDiv .topBar{
	height:16px;
	padding:2px;
	background-color: #1B7F03;
}
#calendarDiv .activeDay{	/* Active day in the calendar */
	color:#910314;
}
#calendarDiv .todaysDate{
	height:17px;
	line-height:17px;
	padding:2px;
	background-color: #CCC;
	text-align:center;
	position:absolute;
	bottom:0px;
	width:201px;
}
#calendarDiv .todaysDate div{
	float:left;
}
#calendarDiv .timeBar{
	height:17px;
	line-height:17px;
	background-color: #1B7F03;
	width:72px;
	color:#FFF;
	position:absolute;
	right:0px;
}
#calendarDiv .timeBar div{
	float:left;
	margin-right:1px;
}
#calendarDiv .monthYearPicker{
	background-color: #CCC;
	border:1px solid #AAA;
	position:absolute;
	color: #000;
	left:0px;
	top:15px;
	z-index:1000;
	display:none;
}
#calendarDiv #monthSelect{
	width:70px;
}
#calendarDiv .monthYearPicker div{
	float:none;
	clear:both;
	padding:1px;
	margin:1px;
	cursor:pointer;
}
#calendarDiv .monthYearActive{
	background-color:#1B7F03;
	color: #FFF;
}

#calendarDiv td{
	text-align:right;
	cursor:pointer;
}
#calendarDiv .topBar img{
	cursor:pointer;
}
#calendarDiv .topBar div{
	float:left;
	margin-right:1px;
}
#calendarDiv span.dateAceptar{
	float:left;
}
#calendarDiv span.dateAceptar a{
float:left;
}
#calendarDiv span.dateAceptar img{
float:left;
}
/**********************************************************************************/
/* Otros */
div.error {
	color: #910314;
	background-color: #E9CDD0;
	border: 1px solid #910314;
	text-align: center;
	padding: 2px;
}
div.correct {
	color: #537202;
	background-color: #E1E9CD;
	border: 1px solid #537202;
	text-align: center;
	padding: 2px;
}
div.widget h2{
	color:#FFF;
	border-radius-topleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-radius-topright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-radius-bottomleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-radius-bottomright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	height:30px;
	text-indent:35px;
}
h2.news{
	background-color: #76B268;
	background-image:url(interface/small/news.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	background:url(interface/small/news.png) no-repeat 5px 5px, -webkit-gradient(linear, 0% 30%, 0% 70%, from(#A4CC9A), to(#76B268));
	background:url(interface/small/news.png) no-repeat 5px 5px, -moz-linear-gradient(30% 70% 90deg,#76B268, #A4CC9A);
	text-shadow: #666 0px -1px 0px;
}
h2.agenda{
	background-color: #0B3301;
	background-image:url(interface/small/calendar.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	background:url(interface/small/calendar.png) no-repeat 5px 5px, -webkit-gradient(linear, 0% 30%, 0% 70%, from(#166602), to(#0B3301));
	background:url(interface/small/calendar.png) no-repeat 5px 5px, -moz-linear-gradient(30% 70% 90deg,#0B3301, #166602);
	text-shadow: #666 0px -1px 0px;
}
h2.messages{
	background-color:#1B7F03;
	background-image:url(interface/small/message_unread.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	background:url(interface/small/message_unread.png) no-repeat 5px 5px, -webkit-gradient(linear, 0% 30%, 0% 70%, from(#8DBF81), to(#1B7F03));
	background:url(interface/small/message_unread.png) no-repeat 5px 5px, -moz-linear-gradient(30% 70% 90deg,#1B7F03, #8DBF81);
	text-shadow: #666 0px -1px 0px;
}
#content h1{margin-bottom:10px;}
div.sombreado{
	-moz-box-shadow:0 0 5px #666;
	box-shadow: 0px 0px 5px #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.gridBasic form{
	clear:both;
}
/***********************************/
span.asistencia_verde{color:#0C0;font-size:larger;font-weight:bolder;}
span.asistencia_roja{color:#C00;font-size:larger;font-weight:bolder;}
span.asistencia_amarilla{color:#FF0;font-size:larger;font-weight:bolder;}


/***********************************************************************************/
/* Chat */
div.chatBody {
	width:100%;
	float:left;
}
div.chatList {
	width:98%;
	height:300px;
	overflow:auto;
	background-color:#FFF;
	border:1px groove #ccc;
	padding:5px;
}
div.chatList div.chatRow1 {
	background-color:#EFF8F3;
	color:#333;
}
div.chatList div.chatRow2 {
	background-color:#FBFDFC;
	color:#333;
}
div.chatList span.chatFecha {
	font-size:.8em;
	padding-right:8px;
	color:#999;
}
div.chatList span.chatUser4, div.chatList span.chatUser64, div.chatList span.chatUser128 {
	font-weight:bold;
	padding-right:8px;
}
div.chatList span.chatUser4 {
	color:#333;
}
div.chatList span.chatUser64 {
	color:#166602;
}
div.chatList span.chatUser128 {
	color:#537202;
}
div.chatSubmit textarea {
	width:80%;
	height:50px;
}
div.chatList span.error {
	background:url() no-repeat left top;
	padding-left:20px;
	color:#910314;
}
div.chatList span.alert {
	background:url() no-repeat left top;
	padding-left:20px;
	color:#820312;
}
div.chatList span.info {
	background:url() no-repeat left top;
	padding-left:20px;
	color:#1B7F03;
}
/***********************************************************************************/
/* Blog */
div.main{
	clear:both;
}
div.blog div.entrada {
	border:2px solid #DDE3E3;
	-webkit-border-radius:10px 10px 10px 10px;
	box-shadow:0 0 5px #666;
	-moz-border-radius:10px 10px 10px 10px;
	-moz-box-shadow:0 0 5px #666;
	margin-bottom:25px;
}
div.blog div.titulo {
	font-size:1.6em;
	text-shadow:0px -1px 0px #666;
	padding-top:10px;
}
div.blog div.titulo a {
	padding:10px;
	display:block;
}
div.blog div.subtitulo {
	font-size:.8em;
	color:#666;
}
div.blog div.subtitulo span {
	padding:10px;
}
div.blog div.contend {
	color:#939598;
	padding:10px;
}
div.blog a {
	text-decoration:none;
}
div.blog div.coment, div.blog div.tool {
	text-align:right;
	margin-right:20px;
	color:#666;
	font-size:.9em;
}
div.blog div.com div.titulo {
	font-size:1.1em;
	background-color:#E9E9E9;
}
/**********************************************************************************/
/* Biblioteca virtual */
div.barVirtual {
	margin-top:10px;
	float:left;
	width:99.5%;
}
div.bvirtual {
	background-color:#FFF;
	border:1px solid #CCC;
	float:left;
	margin-top:5px;
	width:100%;
}
div.bvirtual .ruta {
	float:left;
	width:100%;
	border-bottom:2px inset #FFF;
	background-color:#FFF;
	padding:2px 0px 2px 0px;
	display:none;
}
div.bvirtual .carpetas {
	background-color:#FFF;
	border-right:none;
	float:left;
	height:550px;
	margin:0;
	overflow:auto;
	padding:0;
	width:25%;
}
div.bvirtual .archivos {
	background-color:#FFF;
	background:-webkit-gradient(linear, 3% 100%, 0% 100%, from(#FFF), to(#DDD));
	background:-moz-linear-gradient(5% 0 180deg, #FFF, #DDD);
	float:left;
	height:510px;
	overflow:auto;
	padding-left:15px;
	width:72%;
}
div.bvirtual div.carpClose {
	color:#009;
	padding:2px 0px 2px 0px;
	padding-left:15px;
}
div.bvirtual div.carpClose a {
	color:#000;
	text-decoration:none;
}
div.bvirtual div a.carpOn {
	background-color:#CCC;
	color:#333;
}
div.bvirtual a.carpOff {
	color:#000;
	text-decoration:none;
}
div.bvirtual div.carpOpen {
	padding:2px 0px 2px 0px;
	padding-left:15px;
}
div.bvirtual div.carpOpen a {
	text-decoration:none;
}
div.bvirtual div.carpOpen a:hover {
	text-decoration:underline;
	color:#740210;
}
div.bvirtual div a.carpOn:hover {
	color:#740210;
}
div.bvirtual .bvArchivo {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background-color:#D1E5CD;
	border:1px solid #999;
	float:left;
	height:100px;
	margin:5px;
	padding:5px;
	text-align:center;
	width:110px;
}
div.bvirtual .bvArchivo img {
	border:none;
	padding-left:17px;
	width:32px;
	height:32px;
	border:none;
	float:left;
}
div.bvirtual .bvArchivo input {
	margin:0px;
	float:left;
	width:15px;
	height:15px;
}
div.bvirtual .fileName {
	width:100%;
	float:left;
}
div.bvirtual .fileName a {
	color:#000;
	font-size:.95em;
	text-decoration:none;
}
div.bvirtual .fileName a:hover {
	color:#FFF;
	background-color:#1B7F03;
}
div.bvirtual .barras {
	background-color:#1B7F03;
	background:-webkit-gradient(linear, 0% 30%, 0% 70%, from(#1B7F03), to(#166602));
	background:-moz-linear-gradient(70% 30% 90deg,#166602, #1B7F03);
	border:0 none;
	display:block;
	float:left;
	height:40px;
	margin:0;
	padding:0;
	width:75%;
}
div.bvirtual .barras .btn {
	background:none repeat scroll 0 0 transparent;
	background:-webkit-gradient(radial, 20 40, 8, 20 40, 28, from(#166602), to(#1B7F03));
	background:-moz-radial-gradient(50% 90% 0deg,circle farthest-side, #1B7F03, #166602);
	border:1px solid #166602;
	box-shadow:0px 0px 5px #666;
	-moz-box-shadow:0px 0px 5px #333;
	float:left;
	height:30px;
	margin:6px 5px 0;
	padding:0;
	width:30px;
}
div.bvirtual .barras .btn img {
	border:none;
	padding:1px;
}
div.bvirtual .barras span.barLine {
	border-left:1px solid #166602;
	border-right:1px solid #1B7F03;
	float:left;
	height:30px;
	margin-left:2px;
	margin-right:4px;
	margin-top:5px;
	width:0;
}
div.bvirtual a.carpClose {
	background:url(library/folder_close.gif) no-repeat top left;
	padding-left:16px;
}
div.bvirtual a.carpOpen {
	background:url(library/folder_open.gif) no-repeat top left;
	padding-left:16px;
}
div.bvirtual div.share {
	margin-left:16px;
}
/**********************************************************************************/
/*Editor mkedit */
.mkEdit{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	background-color:#E2E2E2;
	padding:2px;
	float:left;
	width:100%;
}
.mkEdit button{
	vertical-align:middle;
	padding:0;
	margin:1px 0;
	background-color:#E2E2E2;
}
.mkEdit button img{
	vertical-align:middle;
	margin:-1px;
}
.mkEdit big{
	padding-bottom:2em;
}
.mkEdit iframe{
	width:100%;
}
.mkEdit textarea{
	width:100%;
	float:left;
	background-color:#FFF;
}
.mkEdit .mkColor{
	position:absolute;
	z-index:1;
	width:310px;
	/*border:2px solid #000;*/
}
.mkEdit .mkColor td{
width:15px;
	/*width:6px;*/
	height:15px;
	cursor:pointer;
}
.mkEdit .mkLink{
	position:absolute;
	z-index:1;
	left:210px;
	width:210px;
	background:ButtonFace;
	border:2px outset ButtonShadow;
	padding:5px;
}
.mkEdit .mkLink label{
	width:55px;
	float:left;
	font-size:11px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.mkEdit .mkIimg{
	position:absolute;
	z-index:1;
	width:459px;
	background:ButtonFace;
	border:2px outset ButtonShadow;
	padding:5px;
}
.mkEdit .icons{
	background-color:#FFF;
	position:absolute;
	z-index:1;
}

.mkEdit .icons table{
	border:1px solid #000;
}

.mkEdit .icons td{
	border:1px solid #000;
	text-align:center;
	vertical-align:middle;
}
.mkEdit .mkCode{
	position:absolute;
	z-index:1;
	background-color:#FFF;
	width:150px;
	border:1px solid #000;
	height:120px;
	overflow:auto;
	padding:3px;
}
.mkEdit .mkCode a{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#104C02;
	text-decoration:none;
	padding:1px;
}
.mkEdit .mkCode a:hover{
	color:#104C02;
	border:1px #666 solid;
	background-color:#ECF1F4;
	padding:0px;
}
/**********************************************************************************/
/*Calendario */
#calendarDiv{
	position:absolute;
	width:205px;
	border:1px solid #187203;
	padding:1px;
	background-color: #FFF;
	font-family:arial;
	font-size:10px;
	padding-bottom:20px;
	visibility:hidden;
}
#calendarDiv span,#calendarDiv img{	float:left;}
#calendarDiv .selectBox,#calendarDiv .selectBoxOver{
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}
#calendarDiv .selectBoxTime,#calendarDiv .selectBoxTimeOver{
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}
#calendarDiv td{
	padding:3px;
	margin:0px;
	font-size:10px;
}
#calendarDiv .selectBox{
	border:1px solid #0B3301;
	color: #FFF;
	position:relative;
}
#calendarDiv .selectBoxOver{
	background-color:#CCDFDC;
	border:1px solid #0B3301;
	color: #1B7F03;
	position:relative;
}
#calendarDiv .selectBoxTime{
	background-color:#1B7F03;
	border:1px solid #0B3301;
	color: #FFF;
	position:relative;
}
#calendarDiv .selectBoxTimeOver{
	background-color:#CCDFDC;
	border:1px solid #0B3301;
	color: #1B7F03;
	position:relative;
}
#calendarDiv .topBar{
	height:16px;
	padding:2px;
	background-color: #1B7F03;
}
#calendarDiv .activeDay{	/* Active day in the calendar */
	color:#910314;
}
#calendarDiv .todaysDate{
	height:17px;
	line-height:17px;
	padding:2px;
	background-color: #CCC;
	text-align:center;
	position:absolute;
	bottom:0px;
	width:201px;
}
#calendarDiv .todaysDate div{
	float:left;
}
#calendarDiv .timeBar{
	height:17px;
	line-height:17px;
	background-color: #1B7F03;
	width:72px;
	color:#FFF;
	position:absolute;
	right:0px;
}
#calendarDiv .timeBar div{
	float:left;
	margin-right:1px;
}
#calendarDiv .monthYearPicker{
	background-color: #CCC;
	border:1px solid #AAA;
	position:absolute;
	color: #000;
	left:0px;
	top:15px;
	z-index:1000;
	display:none;
}
#calendarDiv #monthSelect{
	width:70px;
}
#calendarDiv .monthYearPicker div{
	float:none;
	clear:both;
	padding:1px;
	margin:1px;
	cursor:pointer;
}
#calendarDiv .monthYearActive{
	background-color:#1B7F03;
	color: #FFF;
}

#calendarDiv td{
	text-align:right;
	cursor:pointer;
}
#calendarDiv .topBar img{
	cursor:pointer;
}
#calendarDiv .topBar div{
	float:left;
	margin-right:1px;
}
#calendarDiv span.dateAceptar{
	float:left;
}
#calendarDiv span.dateAceptar a{
float:left;
}
#calendarDiv span.dateAceptar img{
float:left;
}
/**********************************************************************************/
/* Otros */
div.error {
	color: #910314;
	background-color: #E9CDD0;
	border: 1px solid #910314;
	text-align: center;
	padding: 2px;
}
div.correct {
	color: #537202;
	background-color: #E1E9CD;
	border: 1px solid #537202;
	text-align: center;
	padding: 2px;
}
div.widget h2{
	color:#FFF;
	border-radius-topleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-radius-topright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-radius-bottomleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-radius-bottomright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	height:30px;
	text-indent:35px;
}
h2.news{
	background-color: #76B268;
	background-image:url(interface/small/news.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	background:url(interface/small/news.png) no-repeat 5px 5px, -webkit-gradient(linear, 0% 30%, 0% 70%, from(#A4CC9A), to(#76B268));
	background:url(interface/small/news.png) no-repeat 5px 5px, -moz-linear-gradient(30% 70% 90deg,#76B268, #A4CC9A);
	text-shadow: #666 0px -1px 0px;
}
h2.agenda{
	background-color: #0B3301;
	background-image:url(interface/small/calendar.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	background:url(interface/small/calendar.png) no-repeat 5px 5px, -webkit-gradient(linear, 0% 30%, 0% 70%, from(#166602), to(#0B3301));
	background:url(interface/small/calendar.png) no-repeat 5px 5px, -moz-linear-gradient(30% 70% 90deg,#0B3301, #166602);
	text-shadow: #666 0px -1px 0px;
}
h2.messages{
	background-color:#1B7F03;
	background-image:url(interface/small/message_unread.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	background:url(interface/small/message_unread.png) no-repeat 5px 5px, -webkit-gradient(linear, 0% 30%, 0% 70%, from(#8DBF81), to(#1B7F03));
	background:url(interface/small/message_unread.png) no-repeat 5px 5px, -moz-linear-gradient(30% 70% 90deg,#1B7F03, #8DBF81);
	text-shadow: #666 0px -1px 0px;
}
#content h1{margin-bottom:10px;}
div.sombreado{
	-moz-box-shadow:0 0 5px #666;
	box-shadow: 0px 0px 5px #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.gridBasic form{
	clear:both;
}
/***********************************/
span.asistencia_verde{color:#0C0;font-size:larger;font-weight:bolder;}
span.asistencia_roja{color:#C00;font-size:larger;font-weight:bolder;}
span.asistencia_amarilla{color:#FF0;font-size:larger;font-weight:bolder;}
