/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	background: repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #002859;
}

table {
    width: 100%;
    padding: 0px;
    border-spacing: 0px;
    font-size: 1em;
}

th {
    text-align:center;
}

/* Botones segun aspecto UMA */
input[type=submit], input[type=button], input[type=cancel] {
    color: #0099cc;
}

input[type=submit]:hover, input[type=button]:hover, input[type=cancel]:hover {
    color: #053375;
}


TD.matriculas {
	font-size: 0.95em;
}
TH.matriculas {
	font-size: 0.95em;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 140%;
}
.cabform {
	font-size: 0.95em;
}
#datos_alumnos {
	float: left;
	width: 550px;
}


ul, ol {
}

a {
	text-decoration: none;
    /* TP-34 Color del enlace (jbasco - 2014.10) */
	color: #0099cc;
}

a:hover {
	color: #003366;
}

/* Cabecera adaptada a la imagen corporativa de la UMA (jbasco - 2014.10) */
#header {
	margin: 0 auto;
    padding-left: 0.4em;
    padding-right: 0.4em;
}

#header table.cabecera {
    background-color: #215481;
    background-image: url('imagenes/relleno.png');
    color: white;
}

#header table.cabecera a {
    color: white;
}

#header table.cabecera a img {
    border-spacing: 0px;
}
/*
#header table.cabecera a:hover {
    color: #0195C8;
}
*/
#header table.cabecera .zona_derecha {
    padding-right: 1em;
    text-align: right;
    white-space:nowrap;
}

#header table.cabecera .zona_central {
    text-align: right;
    white-space:nowrap;
}

/* Texto cabecera sin todo mayusculas (jbasco - 2014.10) */
#header h1, #header h2 {
    text-transform: none;
}

.post h1 a {
    color:white;
}

.post h1 a:hover {
    color:#DEDEDE;
}

table.listacursos td.fecha, table.listacursos th.fecha {
    width: 83px;
    text-align: center;
}

table.listacursos th {
    font-size: 1.1em;
}

table.listacursos tr.cursoonline th {
    font-size: 1.25em;
    background-color: #215F8F;
}


/* Logo */
#logo {
	float: left;
	width: 500px;
}

#logo h1 {
	float: right;
	padding-top: 0.5em;
	text-transform: uppercase;
	font-size: 2.0em;
}


#logo h2 {
	float: right;
	padding-top: 0.5em;
	text-transform: uppercase;
	font-size: 1.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 5px 0 0 0px;
	text-transform: lowercase;
	font: 1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
	
} 

#logo a {
	background: none;
	text-decoration: none;
	color: #5F882C;
}

/* Search */
#search {
	padding-top: 16px;
}

#search form {
	width: 230px;
	height: 41px;
	margin: 0;
	padding: 15px 0 0 10px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	border: none;
	text-transform: lowercase;
	border: 1px #8DBC4A solid;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/* Miga de pan (jbasco - 2014.10) */
#breadcrumb {
	width: 0 auto;
	height: 1.5em;
	margin: 0 auto;
    margin-bottom: 1.5em;
	color: #FFFFFF;
    background-color: #022859;
    font-family: Arial, Helvetica, sans-serif;
}

#breadcrumb ul {
	margin: 0;
	margin-right: 30px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#breadcrumb li {
	float: left;
}

#breadcrumb,
#breadcrumb a {
	padding: 0.5em 0.5em 0.5em 0.5em;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #FFFFFF;
}

#breadcrumb a:hover, #breadcrumb .current_page_item a,
#breadcrumb .current_page_item {
	color: #CCCCCC;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 100%;
/*	padding-top: 1em; */
/*    display: flex; */
/*    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-direction: row; */
}
#sidebar, #content {
/*    display: inline-block; */
}

/* Content */
/* Sidebar */

#sidebar {
	float: right;
/*	border-bottom: 1px dashed #D2D4C9; */
	color: #787878;
    padding-left: 1em;
    white-space: normal;
    width: 18%;
}

#sidebar a {
    color: #0099cc;
}

#sidebar a:hover {
    color: #003366;
}

#content {
	float: left;
    width: 80%;
}

/*
#content a {
    color: #003366;
}

#content a:hover {
    color: #0099cc;
}
*/

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Titulos de los menus. Evitamos la conversion a mayusculas (jbasco - 2014.10) */
#sidebar ul li h2 {
    text-transform: none;
    background-color: #4D9EBB;
}

#sidebar li.selected a {
    color: #053375;
    font-weight:bold;
}

#sidebar li ul {
    padding: 0px;
}
#sidebar li ul li {
	padding: 0.2em 0.6em 0.2em 0.6em;
}

#sidebar li li {
	line-height: 1em;
	margin-top: 0.45em;
	margin-bottom: 0.45em;
}

#sidebar h2 {
	padding: 5px 10px;
	background: #79A73B url(imagenes/bg_azul.jpg) repeat-x left top;
	letter-spacing: -.5px;
	font-size: 1.2em;
	color: #FFFFFF;
}

#sidebar p {
	padding: 20px;
}

#sidebar a {
    /* TP-34 Desactivamos el color de los enlaces de los bloques para que sea el mismo que fuera de ellos (jbasco - 2014.07) */
    /*
	color: #787878;
    */
}

.post {
    background-size: 100%;
    /* Adaptacion a la imagen corporativa de la UMA (jbasco - 2014.10) */
    border: 1px solid #cccccc;
    padding: 0.3em;
    overflow: auto;
}

.post h1 {
    padding: 0 0.4em !important;    
    background: none repeat scroll 0 0 #3a9ebe;
    color: white !important;
    font-size: 2em;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0;
    padding: 0 0.7em;
    text-align: left;
    margin-bottom: 0.3em;
}

.post h2 {
    color: #0099cc;
}
.post .title {
/*	padding: 15px 0 5px 20px; */
	color: #5C5C5C;
}

.post .title a {
	background: none;
	color: #5C5C5C;
}

.post .meta {
    /*
	border-top: 1px dashed #D2D4C9;
	border-bottom: 1px dashed #D2D4C9;
    */
	text-transform: none;
	text-align: left;
    font-size: 0.9em;
}

.post .entry {
    /* TP-34 Quitamos los espacios laterales de la tabla de cursos (jbasco - 2014.07) */
    /* padding: 5px 15px; */
	text-align: justify;
}


.post div.entry p {
    /* TP-34 Quitamos los espacios laterales de la tabla de cursos (jbasco - 2014.07) */
    /* padding: 5px 15px; */
	padding: 0.4em;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 100%;
	margin: 0 auto;
	background: left top;
	color: #416110;
    border-top-style: solid;
    border-color: #009ACC;
    border-width: 0.5em;
    height: 30px;
	padding-top: 10px;
	text-align: center;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 0.9em;
	text-transform: uppercase;
	text-align: center;
}

A.nivel9 {color: #006600;}									/* Alumno */
A.nivel7 {
	color: #FF6600;
	font-weight: normal;}									/* Docente */
A.nivel5 {			
	color: #FF0000;
	font-weight: bold; }									/* Administrador */
A.nivel0 {color: #000000; background-color: #99CC00;} 		/* SuperAdministrador */

div.error, tr.error {
    margin-bottom: 1em;
    margin-top: 1em;
    margin-left: 9px;
    background-color: #FFEEEE !important;
    border: 1px solid #CD0A0A;
    border-radius: 4px 4px 4px 4px;
    padding: 4px;
    margin: 0.2em;
    margin-bottom: 0.5em;
}


div.warning, tr.warning {
    margin-bottom: 1em;
    margin-top: 1em;
    margin-left: 9px;
    background-color: #ffeecc !important;
    border: 1px solid #CDCD0A;
    border-radius: 4px 4px 4px 4px;
    padding: 4px;
    margin: 0.1em;
}

div.aviso {
    background-color: #D0EDBB;
    border: 1px solid #CCCCCC;
    color: #000000;
    display: flex;
    display: -webkit-flex;
    font-weight: normal;
    padding: 0.5em;
    margin-bottom: 0.8em;
}

.error {
    color: #AA0000;
    font-weight: bold;
}

tr.error {
    color: #880000;
}
.destacado {
    margin-bottom: 1em;
    margin-top: 1em;
    margin-left: 9px;
    background-color: #FFEEBB;
    border: 1px solid #ffcc66;
    color: #555555;
    font-weight: bold;
    border-radius: 4px 4px 4px 4px;
    padding: 4px;
    margin: 0.1em;
}

option.warning {
    color: orange;
}

div.entry td {
    padding-top: 2px;
    padding-bottom: 3px;
}

/* TP-49 color de los cursos pasados de fecha (jbasco - 2014.10) */
.color-advertencia {
/*    color: #EDC37A !important;*/
    color: orange !important;
}

.color-no-visible {
    color: #ADADAD !important;
}

/* TP color cursos pasados de fecha y ocultos (jbasco - 2014.11) */
.color-advertencia.color-no-visible {
/*    background-color: red !important; */
}

.resaltado {
    font-size: larger;
    color: orange;
}

.notifysuccess {
  text-align:center;
  padding: 10px;
  color:#006600;
}

.notifywarning {
  text-align:center;
  padding: 10px;
  color:#D79324;
}


.notifyerror {
  text-align:center;
  padding: 10px;
  color: #880000;
}

.notifyproblem {
  text-align:center;
  padding: 10px;
  color:#660000;
}

.notifyadvice {
  text-align:center;
  padding: 10px;
  color:#006600;
  font-size: 1.2em;
  font-weight: bold;
}

/* Aspecto legible para las tabla con clase colores_filas (rafagv - jbasco - 2015.01) */
table.colores_filas tr {
    text-align: left;
}

table.colores_filas tr:nth-child(odd) {
    background-color: #e4e4e4;
}
table.colores_filas tr:nth-child(pair) {
    background-color: #bbb;
}

table.colores_filas tr.cabecera, table.colores_filas th {
    background-color: #7399BF;
    color: #FFFFFF;
    text-align: center;
    padding: 0.2em;
}

table.colores_filas tr th, table.colores_filas tr td {
    padding: 0.35em;
}

table.formulario_edicion_curso th {
    font-weight: normal;
    padding:  0.2em;
    border-spacing: 0.2em;
  /*  vertical-align: top; */
}

/* leyenda */
.leyenda {
    float: right;
    margin: 1em;
    padding: 1em;
    border: 1px solid #cccccc;
    text-align: left;
}

.fueraplazo {
    background-color: orange;
    padding-left: 1em;
}


.matriculacerrada {
    background-color: #FFD700;
    padding-left: 1em;
}

/* TP-73 Colores para abierto y cerrado (jbasco - 2014.12) */
.abierto {
    color: black;
    font-weight:bold;
    text-transform: uppercase;
}


.cerrado {
    color: grey;
    font-weight: normal;
    text-transform: lowercase;
}


table.colores_filas td.estado, table.colores_filas th.fecha {
    text-align: center;
    white-space:nowrap;
}

/* Solo internet explorer 8 o anteriores */
#content {
    *width: 71%;
}

#header table.cabecera .zona_derecha {
    *white-space:normal;
}


td.fecha pre {
    font-family: Arial, Helvetica, sans-serif;
    margin:0px;
    padding:0px;
}

table.errores_dumatable {
    border: 2px solid black;
    width: 95%;
}

form.boton {
    display: inline;
}

/* TP-75 Estilos para las solapas (jbasco - 2014.12) */

.tabtree {
    margin-bottom: 0.3em;
}


.tabtree ul {
	list-style: none;
	padding:0;
	margin:0;
    text-align: center;
	border: solid;
	border-width: 0px 0px 1px 0px;
}


.tabtree li {
	display: inline;
	border: solid;
	border-width: 1px 1px 0 1px;
    border-radius: 10px 10px 0 0;
	margin: 0;
    font-size: 1.3em;
}


.tabtree li a {
	padding: 0 1em;
    color: black;
}


.tabtree .selected {
	padding-bottom: 2px;
	background-color: white;
}

a.nolink {
    color: black;
    font-weight: bold;
}

.tabtree .nonselected {
/*	padding-bottom: 1px; */
	background-color: #DEDEDE;
}

.tabtree li a span {
    margin: 0.1em;
    padding: 0.1em;
}
