.indice {
	text-align: left;
	background-color: #E8E8E8;
	padding: 0.4em;
	border: solid thin;
}

.important {
	background-color : #E8E8E8 ;
	padding: 2em; 
     	border: solid thin;
        margin: 2em 2em;
	font-size: 1.2em;
}

.objetivos {
	background-color : #E8E8E8 ;
	padding: 1em; 
     	border: solid thin;
        margin: 0.5em 0.5em;
	font-size: 1.2em;
}

.contenidos {
	background-color : #f0f0f0;
	padding: 1em; 
     	border: solid thin;
        margin: 0.5em 0.5em;
	font-size: 1em;
}

.actividades {
	background-color : #E8E8E8 ;
	padding: 1em; 
     	border: solid thin;
        margin: 0.5em 0.5em;
	font-size: 1em;
}

.tiempo {
	background-color : #E8E8E8 ;
	padding: 0.2em; 
     	border: solid thin;
        margin: 1em 1em;
	font-size: 1.2em;
}

.recursos {
	background-color : #E8E8E8 ;
	padding: 0.1em; 
     	border: solid thin;
        margin: 1.2em 1.2em;
	font-size: 1.0em;
}

.evaluacion {
	background-color : #E8E8E8 ;
	padding: 0.1em; 
     	border: solid thin ;
        margin: 1em 1em;
	font-size: 1.0em;
}

.resumen {
    background-color : #eaf2ff;
    padding: 1em; 
    border: 1px solid #016799;
    margin: auto;
    vertical-align: middle;
    width: 95%
}

.aqui {

	list-style-image: url("imags/arrow_yellow.gif")
}

.copyright {
	background-color : #E8E8E8 ;
	font-size: 0.8em;
	text-align: center;
}

.navegacion {
    background-color: #FFFFFF;
    border-style: solid none solid none; 
    border-width: thin; 
    padding: 2px;
}


/*Etiquetas Generales */

address {

	border-bottom: blue thin ridge;
	text-align: right;
}

body {
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
}

p {
	font-family : Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
}


h4 {
 
    border-bottom: 0.1em solid #2e3436;
}

table.especial {
	background-color : #CCCCFF;
	border-spacing : 0.2em;
	border-style: double;
	border-bottom: solid;
	border-width: thick thin;
	text-align: center;
	margin: 1em
}

table.formulario {
	background-color : #CCCCFF;
	border-spacing : 0.2em;
	border-width: thick thin;
	text-align: left;
	margin: 1em
}


td.home_page {
	text-align : left;
	background : #FFCC99
}

pre.codigo { 
             background-color: #C0C0C0;
             color: #000066 ;
             margin: 1em;
             border: 1em solid #2e3436;
}

p.felicitacion {
	color : #99FFFF;
	font-size : 140%;
	text-align : center
}

/* Menú desplegable Vertical */

#menu_vertical {
                 width: 15%;
                 background-color: #FFF;
                 font-size: 0.8em
                 }

#menu_vertical ul {
                    list-style: none;
                    margin: 0;
                    padding: 0;
                    border: solid thin;
           }


#menu_vertical a {
                   color: #000;
                   background-color: #efefef;
                   text-decoration: none;
                   }

#menu_vertical a:hover {
                color: #a00;
                background-color: #eee;
                }


#menu_vertical ul  ul {
                 position: absolute;
                 top: 0;
                 left: 0;
                 }
#menu_vertical li {position: relative;}

#menu_vertical ul  ul {
                 position: absolute;
                 top: 0%;
                 left: 100%;
                 width: 150%;
                 }

div#menu_vertical  ul ul, div#menu_vertical ul ul li:hover ul ul {
                                                   display: none;
                                                   }

div#menu_vertical  ul li:hover ul {
                             display: block;
                             }

/* Menú desplegable Horizontal */

#menu_horizontal { 
                   margin-bottom: 3em;
                   }

#menu_horizontal ul li { 
                      float: left; 
                      list-style: none;
                      font-size: 0.8em;
                      width: 20%;
                      margin: 0em 0em 0em 0.8em; 
                      text-align: center;
                      }


#menu_horizontal a:hover { background-color: #ff9;}

#menu_horizontal ul ul li {  
                            border-width: 1px;
                            border-style: solid;
                            border-color: #ccc #888 #555 #bbb;
                            margin: 0.2em;
                            padding: 2px 3px;
                            background-color: #FFF;
                            width: 100%;
                            position: relative;
                            }

#menu_horizontal ul ul { display:none; }

#menu_horizontal ul li:hover ul { display:block; }


/* Mapa de navegación Vertical*/

#tab_index { 
    border: 1px solid #800000;
    background-color: #ffffff;
    float: right;
}

#tab_index ul {
    font-size: 90%;
    padding: 0.1em;
    text-align: center;
}

#tab_index ul > li { 
    display: inline;
    border: 1px solid #016799;
    padding: 0.4em;
    margin: 0.2em;
    background-color: #eaf2ff;
    text-align: left;
}

.tab_second { 
    display: none;
    background-color: white;
    border: solid thin;
    margin: 0.2em;
}

#tab_index ul li:hover > .tab_second  { 
    display: block;
    position: absolute;
}


/* Para resaltar numeros en las listas numeradas*/

span.numero {
    font-size: 100%;
    margin: 0.3em;
    color: #800000;
}


/*Para alternar listas*/

.odd {
   background-color:#EEEEEC;
    border:2px dotted #3465A4;
    margin:0.5em;
    padding:0.5em;
}
.even {
    background-color:#D3D7CF;
    border:2px solid #3465A4;
    margin:0.3em;
    padding:0.5em;
}


/* Mejorar cuadro búsqueda */

input.busqueda {
    font-size: 120%; 
    border: 1px #000000 solid
}

/* Mejorar botones */
input.boton_submit {
    font-size: 120%; 
    border: 1px #3465a4 solid;
    text-align: center;
}

/* Box de Avisos */
.info_aviso {
    width: 50%;
    margin: auto;
    font-size: 80%; 
    border: 1px #3465a4 solid;
    text-align: center;
    padding-left: 3%;
    background-position: 0% 0%;
    background-repeat: no-repeat;
}

/* Navegación Horizontal */

.barra-div {
    margin-top: 0.2em;
    border-bottom: 1px solid #016799;
}

.barra-container {
    height: 2em;
    position: relative;
    background-color: #FFFFFF;
}

.barra { 
    position: absolute;
    height: 2.2em;
    margin: 3px;
    left: 10px;
    font-size: 100%;
}

.barra .tab { 
    padding: 0.2em;
    margin: 0.15em;
    float: left; 
    border: 1px solid #729fcf;
    display: inline;
    text-align: center; 
}

.tab a {
    text-decoration: none;
}

.tab:hover {
    background-color: #eaf2ff;
    color: red;
}

div.tab:hover ol {
    display: block;
}

.tab > ol {
    background-color: white;
    border: 1px solid #000000;
    margin-top: 0.3em;
    text-align: left;
    display: none;
    position: absolute;
}

.tab > ol > li {
    margin: 0.2em;
    padding: 0.2em;
    font-size: 85%;
}



#login-box {
    border: black 1px solid;
    padding: 4px;
}

TABLE.table-display {
    font-family: tahoma, verdana, helvetica; 
    font-size: 85%;
}

TR.table-header {
    background-color: #cccccc; 
}

TR.even {
    background-color: #f0f0f0;
}

TR.odd {
    background-color: #e0e0e0;
}

/* Calendar widget css */

/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #556;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #eef;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #fff;
  color: #000;
  padding: 2px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #778;
  color: #fff;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #bdf;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #556;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #a66;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background: #aaf;
  color: #000;
  border: 1px solid #04f;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background: #77c;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #456;
  text-align: right;
  padding: 2px 4px 2px 2px;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #bdf;
}

.calendar tbody .rowhilite td {
  background: #def;
}

.calendar tbody .rowhilite td.wn {
  background: #eef;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #def;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fff;
  color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #556;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #fff;
  color: #445;
  border-top: 1px solid #556;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #aaf;
  border: 1px solid #04f;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #77c;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #def;
  color: #000;
  font-size: smaller;
}

.combo .label {
  width: 100%;
  text-align: center;
}

.combo .hilite {
  background: #acf;
}

.combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #eef;
  font-weight: bold;
}


/*photo-album CSS */

#main_table {
  background-color: red;
  padding: 0.2em;
}

#picture_main {
 width: 95%;
 text-align: center;
 padding: 0.2em;
 border: 2px solid #babdb6;
 margin: auto;
 background-color: #f0f0f0; 
}

#picture_image_title {
  font-size: 110%;
  margin-bottom: 0.2em;
}

#picture_image_photo {
    padding: 0.2em;
    border: 1px solid #e1e1e1;
    overflow: scroll;
}

#picture_mini_admin {
 text-align: center;
 margin: 1em auto;
 font-size: 120%;
}

#picture_admin {
 width: 75%;
 background-color: #cccccc;
 border: 2px solid #313063;
 margin: 1em auto;
}

.picture_text_explanation {
    background-color: #FFFFFF;
    border-top: 1px solid #D3D3D3;
    padding: 0.2em;
    font-size: 80%;
    margin: auto;
    text-align: center;
}

.picture_navbar {
  border: 2px solid #FFF0F5;
  margin: auto;
  width: 95%;
  padding: 0.4em 1.5em 1.2em 1.5em;
}

.picture_navbar a {
  border: 1px solid #313063;
  background-color: #FFFFFF;
  font-size: 100%;
  padding: 0.2em; 
    text-decoration: none;
}

.picture_navbar a:hover {
  background-color: #808080;
}


/**********************************************************************
/* Site-Wide/Master Templates
/**********************************************************************/

/* BODY tag */

body {
  font-family: verdana, helvetica, arial, sans-serif;
  background-color: white;
  margin: 0px;
}

/* Site Header */

#site-header {
    font-size: 100%;
    padding: 0.2em; 
    margin: 1em;
    border-bottom: 2px solid #016799;
}

#site-header #breadcrumbs {
    margin-left: -1em;
    float: left;
    padding: 0.5em;
    width: 70%;
}
#site-header #breadcrumbs ul {
  display: inline;
} 
#site-header #breadcrumbs ul li {
    display: inline;
    list-style: none;
}

#site-header .system-name {
    float: left;
    text-align: left;
}

#site-header .system-name a {
  text-decoration: none;
}
#site-header .system-name a:hover {
  text-decoration: none;
}

#site-header .users-online {
  display: inline;
  float: right;
  padding-right: 2em;
}

#site-header .user-greeting {
  display: inline;
}

#site-header .permanent-navigation {
  display: inline;
  float: right;
}

#site-header .action-list a { 
  text-align: center; 
  padding: 1px;
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: none;
}
#site-header .action-list a:hover { 
  text-decoration: none;
  background-color: #f0f0f0;
  border: solid 1px #999999;
}

#site-header #ahora  {
    font-size: 80%;
}

/* User Messages */

#user-message {
    background-color: #FCE94F; 
    text-align: center;
    font-size: 90%;
    width: 60%;
    margin: auto;
    padding: 0.5em; 
    border: 2px solid #A40000;
}

#user-message ul {
    border: none;
    display: inline;
} 

#user-message ul li {

    margin-top: 0.25em; 
    list-style: none;
}


/* Boxed User Message */

.boxed-user-message {
    background-color: #FCE94F; 
    padding: 8px;
    font-size: 85%;
    border: 2px solid #A40000;
    text-align: left;
}

.boxed-user-message h3 {
  color: #990000;
  margin-top: 0px;
}


/* Context Bar */

#context-bar {
    font-size: 110%;
    margin: 1.5em auto;
    border-bottom: 2px solid #016799;
}

#context-bar #title {
    margin-left: 2em;  
    display: inline;
    text-align: center;
}

#context-bar #search {
    float:right;
    margin: 0.2em;
    text-align: right;
    width: 40%;
    display: block;
}

#context-bar #navlinks {
    float: right;
    margin: 0.2em;  
    text-align: right;
}

/* Subsite Name */

#subsite-name { 
  font-weight: bold; 
  font-size: 120%;
  padding-left: 8px;
    width: 30%;
}
a.subsite-name {
  color: black;
  text-decoration: none;
}
a.subsite-name:hover {
  color: black;
  text-decoration: none;
}

#page-body {
    clear: both;
    margin: 0.5em;
    padding: 0.2em;
    border: 1px solid #016799;
}

/* Site Footer */

#site-footer {
    clear: both;
    border-top: 2px solid #016799;
    margin: auto;
    width: 90%;
    font-size: 100%;
    margin-top: 0.2em;
    padding: 0.2em;
    text-align: center;

}

#site-footer ul {
  display: inline;
  margin-left: 0;
  padding-left: 0;
  border: none;
}

#site-footer ul li {
  margin-left: 0;
  padding-left: 10px;
  border: none;
  list-style: none;
  display: inline;
}

#site-footer .action-list {
  float: left;
}

/**********************************************************************
/* General navigation
/**********************************************************************/

/* First level tabs */

#navbar-div {
  border-bottom: 2px solid #016799;
}
#navbar-container {
  height: 2em;
  position: relative;
}
#navbar { 
  position: absolute;
  height: 2em;
  margin: 0px;
  padding: 0em;
  left: 10px;
  bottom: 2px;
  margin-top: 10px;
  font-size: 90%;
}
html>body #navbar { bottom: 0px }

#navbar .tab { 
    height: 1.3em;
    float: left; 
    border: 1px solid #729fcf;
    padding: 0.2em;
    margin: 0.2em 0.4em;
    text-align: center;
    background-color: #eaf2ff; 
}

#navbar .tab a {
    text-decoration: none;
    color: black;
}

#navbar .tab:hover {
    background: white;
}


#navbar #navbar-here { 
    border: 2px solid #016799;
    border-bottom-color: white;
    background: white;
    font-weight: bold;
}

#navbar-body { 
    border-right: 2px solid #016799;
    border-bottom: 2px solid #016799;
    border-left: 2px solid #016799;
    background-color: white;
    clear: both;
    padding: 1em 1em 0.75em 1em;
}

#navbar-body h1 {
    border-bottom: 1px solid #000000;
}


/* Second level tabs */

#subnavbar-div {
  border-bottom: 1px solid #666;
}
#subnavbar-container {
  height: 35px;
  width: 742px;
  position: relative;
}
#subnavbar {
  position: absolute;
  width: 720px;
  height: 21px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  right: 0px;
  bottom: -2px;
  margin-top: 10px;
  font-family: Arial, sans-serif;
  font-size: 80%;
  font-weight: bold;
}
html>body #subnavbar { bottom: 0px }

#subnavbar .tab { 
  height: 16px;
  float: left; 
  background-color: #eeeeee; 
  border: 1px solid #666;
  padding: 2px 5px 2px 5px;
  margin: 0px 2px 0px 2px;
}
#subnavbar a {
  text-decoration: none;
  color: black;
}
#subnavbar a:hover {
  text-decoration: underline;
}
#subnavbar #subnavbar-here { 
  border-bottom-color: white;
  background-color: white;
}
#subnavbar #subnavbar-here a {
  color: black;
}


#subnavbar-body { 
  border-bottom: 1px solid #016799;
  border-left: 1px solid #016799;
  border-right: 1px solid #016799;
  background-color: white;
  clear: both;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
}



/**********************************************************************
/* Widgets
/**********************************************************************/


/* Various forms of links */

.action-list { 
    padding: 0;
    text-align: center;
}

.action-list ul { 
    margin: 0;
    padding: 0;
    display: inline;
    border: none;
}
                
.action-list ul li {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
    display: inline;
}

a.refresh {
  color: white;
  text-decoration: underline;
}
a.refresh:hover {
  color: red;
  text-decoration: underline;
}

a.button { 
  border: 1px solid #cccccc;
  color: black;
  padding: 0.3em;
  background-color: #e1e1e1;
  text-align: center; 
  padding: 0.2em;
  text-decoration: none;

}
a.button:link { 
  border: 2px solid grey;
}
a.button:visited { 
  border: solid 1px black;
}
a.button:hover { 
  background-color: #ccc;
  border: solid 2px black;
}
a.button:active { 
  border: solid 1px black;
}

a.admin:link, a.admin:visited {
  color: #f00;
  font-family: verdana;
  font-size: 11px;
  font-weight: normal;
}

a.admin:hover { 
  color: #fff; 
  background: #f00;
}


ul.action-links li {
  list-style: circle url(/resources/acs-subsite/action-link-marker.png);
  margin: 8px;
  margin-left: -16px;
}

div.subsite-context-bar {
  font-size: 85%;
  margin-bottom: 4px;
  position: relative;
}



/* Text Styles */

h1 {
  font-size: 120%;
  margin-bottom: 12px;
}
h2 {
  font-size: 115%;
  margin-bottom: 12px;
}
h3 {
  font-size: 110%;
  margin-bottom: 12px;
}
h4 {
  font-size: 105%;
  margin-bottom: 12px;
}

.small {
  font-size: 85%;
}

.highlight { 
  background-color: #ffc; 
}


/* Portlets */

.portlet-wrapper {
  border-right: 2px dotted #729fcf; 
  border-top: 0px; 
  padding: 0.5em 0.3em;
}


.portlet-header {
  text-align: center;
}

.portlet-header title {
  padding: 2px 8px 2px 8px; 
  margin: 0;
}

.portlet-header h2 {
  padding: 2px 8px 2px 8px; 
  margin: 0;
}

.portlet h2 {
  background: #dddddd; 
  padding: 2px 8px 2px 8px; 
  margin: 0;
}

.portlet .portlet-body {
  border: 1px dotted #999; 
  border-top: 0px; 
  padding: 6px 8px 6px 8px;
}





/* Generally Available Tabs */

#tabs-div {
  border-bottom: 1px solid #666;
}
#tabs-container {
  height: 15px;
  position: relative;
}
#tabs { 
  position: absolute;
  height: 21px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  left: 10px;
  bottom: -2px;
  margin-top: 10px;
  font-family: Arial, sans-serif;
  font-size: 80%;
  font-weight: bold;
}

html>body #tabs { bottom: 0px }

#tabs .tab { 
  height: 16px;
  float: left; 
  background-color: #cccccc;
  border: 1px solid #666;
  padding: 2px 5px 2px 5px;
  margin: 0px 2px 0px 2px;
}
#tabs .disabled { 
  color: #999999;
}
#tabs a {
  text-decoration: none;
  color: black;
}
#tabs a:hover {
  text-decoration: underline;
}
#tabs #tabs-here { 
  border-bottom-color: #f6f6f6;
  background-color: #f6f6f6;
}
#tabs #tabs-here a {
  color: black;
}

#tabs-body { 
  border-bottom: 1px solid #016799;
  background-color: #f6f6f6;
  clear: both;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

/* Lista para Poner Opciones */

ul.compact {
 margin: auto;
 border-bottom: 2px solid #016799;
}

ul.compact li{
 display: inline;
 list-style: none;
 padding: 0.2em;
}

ul.compact li a {
  border: 2px solid #016799;
  background-color: #f6f6f6;
  padding: 4px;
  text-decoration: none;
}

ul.compact li a:hover {
    border: 2px solid #016799;
    text-decoration: bold; 
    background-color: #f6AAf6;
}

/* Otra opción de lista para 
hacerlo en línea, con un texto previo
P.ej en Logger
*/

ul.compact_2 {
    display: inline; 
    margin-bottom: 2em;
    border: 1px solid #016799;
    padding: 1.1em;
}

ul.compact_2 li{
    font-weight: bold;
    display: inline;
    list-style-type: circle;
    padding: 0.2em;
}

ul.compact_2 li a {
    font-weight: normal;
    border: none;
    padding: 4px;
    text-decoration: none;
}

ul.compact_2 li a:hover {
    border: 1px solid #016799;
    background-color: #f6AAf6;
}

/* Clases que he ido añadiendo */

.odd {
    background-color:#EEEEEC;
    border:2px solid #3465A4;
    margin:0.8em;
    padding:1em;
}

.even {
    background-color:#D3D7CF;
    border:2px dotted #3465A4;
    margin:0.8em;
    padding:1em;
}

.numero {
    color: #800000;
    font-size: 120%;
    margin: 0.3em;
}
    

/* Formato de Listemplate por ejemplo en Logger */

.list {
    margin: 1em;
}

.list-narrow {
    font-size: 120%; 
}




