/**************************************
 * THEME NAME: seas
 *
 * Files included in this sheet:
 *
 *   seas/fw_layout.css
 *   seas/fw_color.css
 *   seas/fw_fonts.css
 **************************************/

/***** seas/fw_layout.css start *****/

/* Core */

body {
    margin: 5px;
}


h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main
h7.main
h8.main {
  text-align: left;
  padding-left: 5px;
} 

h1, h2, h3, h4, h7, h8 {
  text-align: left;
  padding-left: 5px;
}
  
h1, h2, h3, h7, h8 {
  border-width: 1px;
  border-style: solid; 
}

h4 {
  border-bottom-style: solid;
  border-bottom-width:1px; 
}

input {
  
}

.generaltable {
  border-width:0px; 
}

.generalbox {
  border-width:1px; 
  border-style:solid;  
}

.sitetopiccontent {
  border-width:1px;
  border-style:solid;
}

/***
 *** Header
 ***/

#header-home {
  /* padding:1em 0.5em; */
  height:80px;
  border-width:1px;
  border-style:solid;
  
}

#header {
  height:80px;
  border-width:0px;
  border-style:solid;
}

.headermain {
 border-width: 0px;
}

.headermenu {
  float:right;
  text-align:right;
}

.navbar {
  margin-right: 0px;
  width: 100%; 
  padding:0px;
  height: 20px;
  border-width:1px;
  border-style:solid;
}

.breadcrumb {
 padding-top: 0px;
 padding-left: 3px;
 }
 
.navbar .navbutton {
  padding-right: 3px;
  padding-top: 2px;
 }

.clearfix {
  min-width: 0;
  /* overflow: hidden; */
}

.clearfix:after {
  /* content: "<!-- -->";  */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/***
 *** Login
 ***/

TABLE.loginbox {
  margin-top: 40px;
  }

.loginbox .header {
  border-width:1px;
  border-style:solid;
  border-bottom-width: 0px;
}

.loginbox .content {
  border-top-width: 1px;
}


/***
 *** Footer
 ***/
 
#footer {
  text-align:left;
  margin-top: 5px;
  margin-bottom: 0px;
}

 
#footer p.helplink {
 margin-bottom: -25px;
}



/***
 *** Blocks
 ***/
 
 .sideblock .header h2, .sideblock .header h8 {
  border-width: 0px;
 }
 
.sideblock .footer {
  border-top-width:1px;
  border-top-style:dashed;
}
  

/***
 *** Calendar
 ***/
 
#calendar .today,
.minicalendar .today {
  border:1px solid !important;
} 
 
 table.minicalendar {
  width: 100%;
  margin:10px auto;
  padding:2px;
  border-width:1px;
  border-style:solid;
  border-collapse:separate;
  border-spacing:1px !important;
}

table.minicalendar tr.weekdays th {
   border-style: none;
}

table.minicalendar tr td.day {
  border-style: solid;
  border-width: 1px;
}

table.minicalendar tr.weekdays th abbr {
  border-style: none;

  }

table.calendarmonth {
  border-collapse:separate;
  border-spacing:1px !important;
}

table.calendarmonth tr td  {
  border-style: solid;
  border-width: 1px;
}


/***
 *** Course
 ***/
 
.headingblock {
  border-width:1px;
  border-style:solid;
  padding:5px;
}


.categorybox .category,
.categorybox .category {
  border-bottom: solid;
  border-width: 1px;
  padding-top: 7px;
}

#course-view .section .left {
  border-right-width: 1px;
  border-right-style: dashed;
}

#course-view .section.hidden .content,
#course-view .section.hidden .side {
  border-width: 1px;
  border-style: dashed;
}

#content {
  clear: both;
}

/*Accessibility: text 'seen' by screen readers but not visual users. Fixed for RTL languages, example Farsi. */
.accesshide {
  position:absolute;
  top:-1000px;
  left:10px;
  font-weight:normal;
  font-size:1em;
}

/**
** box varios
**/

.boxaligncenter {
  margin-left:auto;
  margin-right:auto;
}

.boxalignright {
  margin-left:auto;
  margin-right:0;
}

.boxalignleft {
  margin-left:0;
  margin-right:auto;
}

.boxwidthnarrow {
  width: 30%
}

.boxwidthnormal {
  width: 50%
}

.boxwidthwide {
  width: 80%
}/***** seas/fw_layout.css end *****/

/***** seas/fw_color.css start *****/

/***
 ***  Page
 ***/
.tablediv {
	display:  table;
	width:100%;
	background-color:#eee;
	border-spacing:0px;
	border-collapse:separate;
	overflow: visible;
	border: 1px solid #666666;
	margin:0 auto 0 auto; 
}

.tablecentral {
	display:  table;
	width:100%;
	background-color:#eee;
	border-spacing:0px;
	border-collapse:separate;
	overflow: visible;
	margin:0 auto 0 auto; 
	text-align:left;
}

/* Core */ /* contenido-cuerpo*/

/*color del fondo de la pagina*/
body {
  background-color: #B3C3CD;
  text-align:center;
}

a:link {
    color: #0033CC;
}

a:visited {
    color:#0033CC;
}

a:hover {
    color: #990000;
}

a.dimmed:link,
a.dimmed:visited {
  color:#AAAAAA;
}

/*colores titulos h1*/
/*h1 {
  color de la linea de debajo del logo
  background-color: #C6BDA8;
  border-color: #333333;
  color: #333333;
}*/

h1 {
  /*color de la linea de debajo del logo*/
  background-color: #45718C;
  border-color: #45718C;
  color: #FFFFFF;
}
/*colores titulos h2*/
h2, h8 {
	background-color: #145075;
	border-color:#C6BDA8;
	color: #FFFFFF;
}
h3 {
  border-color:#C6BDA8;
}
h4 {
  border-color:#C6BDA8;
}

h7 {
  /*color de la linea de debajo del logo*/
  /*background-color: #45718C;
  border-color: #45718C;
  color: #FFFFFF;*/
  background-color: #C6BDA8;
  border-color: #333333;
  color: #333333;
}


th {
    background-color:#E3DFD4;

}

/*bordes de la cabeceras de las cajas*/
th.header,
td.header,
div.header {
  background-color: #145075;
  border-color:#145075;

}

#layout-table #left-column {
    /* background-color: yellow; */
}

/* estilo de los pop-ups de ayuda */
.generalbox {
  border-color:#C6BDA8;
  background-color:#FFFFFF;
  color: #666666;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.generaltable,
.generaltable td {
  border-color:#C6BDA8;
  
  /* background-color:#FFFFFF; */
}

.generaltable .r0 td.cell.c0 {
 background-color:#C6BDA8; 
}

.generaltable .r1 td.cell.c0 {
border-color:#C6BDA8; 
background-color:#E3DFD4; 
}


/*barra de debajo de la cabecera donde aparece el curso, etc*/
.navbar {
  background-color:#C6BDA8;
  border-color:#666666;
  border-spacing:0px;
  border-collapse:separate;
  overflow: visible;
  margin:0 auto 0 auto;
  background: url(pix/grad/bg_bread.jpg) repeat-x;
}

.sitetopiccontent {
  border-color:#C6BDA8;
  background-color:#FFFFFF;
}

.highlight {
  background-color:#C6BDA8;
}

.highlight2 {
  color:#C6BDA8; /* highlight missing terms in forum search */
}



/***
 *** Header
 ***/
.breadcrumb .sep, #admin-report-simpletest-index .sep {
  color:#506B7A;
}

#header-home, #header {
	background-color: #45718C;
	border-color:#45718C;
	background-image: url(fondocab.jpg);
	background-repeat:  repeat-x;
}

/***
 *** Login
 ***/


.loginbox,
.loginbox.twocolumns .loginpanel,
.loginbox .subcontent {
  border-color:#000000; /* borde del login de entrada */
}

.loginbox .content {
  border-color:#C6BDA8; /* de momento ni idea */
}

/* color de fondo de la tabla login */
.loginbox
{
	background:#FFFFFF;
}

/***
 *** Blocks
 ***/
 
.sideblock .header {
  border-color: #C6BDA8;
}

.sideblock {
  border-color:#C6BDA8;
}

.sideblock .content {
  border-color:#C6BDA8;
  background-color:#FEF9F6;
}

.sideblock hr {
  color:#C6BDA8;
  /*background-color:#FEF9F6;*/
}

.sideblock .footer {
  border-top-color:#C6BDA8;
}

.sideblock .header .hide-show img.hide-show-image {
  background: url('../../pix/t/switch_minus.gif') no-repeat bottom;
}

.sideblock.hidden .header .hide-show img.hide-show-image {
  background: url('../../pix/t/switch_plus.gif') no-repeat bottom;
}

.sideblock .content .post .head .date,
.sideblock .content .post .head .name {
  color: #000000;
  }

/***
 *** Calendar
***/
 
#calendar .maincalendar,
#calendar .sidecalendar,
#calendar .maincalendar .event {
  border-color: #C6BDA8;
}

#calendar .maincalendar table.calendarmonth th {
  border-color: #C6BDA8;
}


table.calendarmonth tr td {
   border-color:#C6BDA8;
} 

table.minicalendar {
  border-color:#C6BDA8;
}

table.minicalendar tr.weekdays th {
  background-color:#FEF9F6;
  border-color:#C6BDA8;
  }

table.minicalendar tr td.day {
   border-color:#C6BDA8;
  }
  
table.minicalendar tr td.weekend {
  border-color:#C6BDA8;
  color: red;
  }
  
#calendar .today,
.minicalendar .today {
  border-color:#000000 !important;
}
  
/* colors for calendar events */
#calendar .event_global,
.minicalendar .event_global,
.block_calendar_month .event_global {
  border-color:#2EBA0E !important;
  background-color:#2EBA0E;
}

#calendar .event_course,
.minicalendar .event_course,
.block_calendar_month .event_course {
  border-color:#FF9966 !important;
  background-color:#FF9966;
}

#calendar .event_group,
.minicalendar .event_group,
.block_calendar_month .event_group {
  border-color:#FBBB23 !important;
  background-color:#FBBB23;
}

#calendar .event_user,
.minicalendar .event_user,
.block_calendar_month .event_user {
  border-color:#A1BECB !important;
  background-color:#A1BECB;
}

.cal_popup_fg {
  background-color:#FEF9F6;
}

.cal_popup_bg {
  border-color:#C6BDA8;
  background-color:#FEF9F6;
}


/***
 *** Course
 ***/
/* cabecera donde pone Mis Cursos, lecciones, etc */
.headingblock {
	background-color: #145075;
	border: #145075;
}

.categoryboxcontent,
.courseboxcontent {
	background: #FFFFFF;
	border: #C6BDA8;
}

.categorybox .category,
.categorybox .category {
  border-color: #C6BDA8;
}

#course-view .section.main .content {
  border-color: #C6BDA8;
  background-color: #FFFFFF;
}

#course-view .section.main .side {
  border-color: #C6BDA8;
  background-color: #FFFFFF;
}

#course-view .current .right.side,
#course-view .current .left.side {
  background-color: #C6BDA8;
}

#course-view .section.hidden .content,
#course-view .section.hidden .side {
  border-color:#C6BDA8;
 }




/***
 *** Tabs
 ***/

.tabs .side {
  border-color: #C6BDA8;
}
.tabrow td {
  background:url(pix/tab/left.gif) top left no-repeat;
}
.tabrow td .tablink {
  background:url(pix/tab/right.gif) top right no-repeat;
}
.tabrow td:hover {
  background-image:url(pix/tab/left_hover.gif);
}
.tabrow td:hover .tablink {
  background-image:url(pix/tab/right_hover.gif);
}
.tabrow .last span {
  background:url(pix/tab/right_end.gif) top right no-repeat;
}
.tabrow .selected {
  background:url(pix/tab/left_active.gif) top left no-repeat;
}
.tabrow .selected .tablink {
  background:url(pix/tab/right_active.gif) top right no-repeat;
}
.tabrow td.selected:hover {
  background-image:url(pix/tab/left_active_hover.gif);
}
.tabrow td.selected:hover .tablink {
  background-image:url(pix/tab/right_active_hover.gif);
}

/***
 *** Modules: Forum
 ***/

.forumheaderlist,
.forumpost {
  border-color:#C6BDA8;
}

.forumpost .content {
  background: #FEF9F6;
}

.forumpost .left {
  background:#FEF9F6; 
}

.forumpost .topic {
  border-bottom-color: #C6BDA8;
}

.forumpost .starter {
  background:#FEF9F6; 
}

.forumheaderlist .discussion .starter {
  background:#FEF9F6; 
}

.forumheaderlist td {
  border-color: #C6BDA8;
}

.sideblock .post .head {
  color:#FEF9F6;
}

.forumthread .unread {
  background: #FEF9F6;
}
#mod-forum-discuss .forumpost {
  background: none;
}

#mod-forum-discuss .forumpost.unread .content {
  border-color: #C6BDA8; 
} 

#mod-forum-discuss .forumthread .unread {
} 

#mod-forum-index .unread {
}
/***** seas/fw_color.css end *****/

/***** seas/fw_fonts.css start *****/

/* Core */

.texto /*texto general*/
{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.clearer {
  font-size:1px;
}

body, td {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 13px;
}

li
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
    margin : 5px;
}

th {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}


a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.ordenacion
{
	color: #FFFFFF;
	text-decoration: none;
}
a.ordenacion:hover
{
	color:#CCCCCC;
	text-decoration: none;
}
a.recientes
{
	color: #000000;
	text-decoration: none;
}
a.recientes:hover
{
	color:#666666;
	text-decoration: none;
}
a.txtTituloArea {
	font-family: Tahoma;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	/*letter-spacing: 3px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #981D31;
	/*padding: 5px;*/
	text-align: left;
}

a.txtTituloArea:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	/*letter-spacing: 3px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #981D31;
	/*padding: 5px;*/
	text-align: left;
}

h1, h2, h3, h4, h7, h8 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h7 {
    font-size:1.2em;
    font-weight: bold;
}

h2, h8 {
    font-size:1.15em;
}
h3 {
    font-size:1.1em;
}
h4 {
    font-weight:bold;
}

/* cabeceras de las tablas de contenido */
th.header,
td.header,
div.header {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 0.9em;
	color:#FFFFFF
}

/* texto de la cabecera Mis Cursos */
.headingblock {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}


.categorybox .category {
/*  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
    font-size: 1.2em;
    font-weight: bold;
}

.generaltable td.cell.c0 {
  font-weight: bold;
  
}

/***
*** botones en general y combobox
***/
input[type="button"],input[type="submit"]{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B5B5B;
	background-color: #E0DFE3;
	border: 1px solid #A4A4A4;
} 

.boton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B5B5B;
	background-color: #E0DFE3;
	border: 1px solid #A4A4A4;
} 

select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B5B5B;
	background-color: #FFFFFF;
	border: 1px solid #A4A4A4;
} 
/***
 *** Header
 ***/
 
.breadcrumb {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:.85em;
    font-weight:bold;
}

/* Accessibility: only certain fonts support Unicode chars like &#x25BA; in IE6 */
.breadcrumb .sep, .headermenu button,
.calendar-controls .previous, .calendar-controls .next,
.arrow_button input, .arrow_button button {
  font-family:Arial,Helvetica,Courier,'Arial Unicode MS',
    'Lucida Sans Unicode','Lucida Grande','GNU Unifont',unifont,sans-serif;
}

.logininfo,
#header-home .headermenu font {
     font-size:.8em;
}

 /***
 *** Login y ventanas de ayuda
 ***/
.loginbox
{
	color: #666666;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.summary /* descripciones de los cursos en pantalla de inicio*/
{
	color: #666666;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

 /***
 *** Blocks
 ***/
a.skip-block {
  text-decoration:none;
}

.sideblock img.resize,
.breadcrumb img.resize {
  width: 0.8em;
  height: 0.9em;
}
.sideblock .searchform img.resize {
  width: 1em;
  height: 1.1em;
}

.sideblock .header, .sideblock h2, .sideblock h8 {
  font-size:0.9em;
  font-weight: bold;
}

.sideblock .content {
  /*font-size:0.9em;
  line-height:1.2em;*/
  font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.sideblock a {
  line-height:1.2em
}

.sideblock .content h3,
.sideblock .content h2,
.sideblock .content h8 {
  font-size:1.0em;
}

.sideblock .content .message {
  font-size:0.9em
}

.sideblock .header .commands {
  font-size:0.9em;
} 

.sideblock .footer {
    font-size:10px;
    text-align: left;
}
.sideblock .head,
.sideblock .info,
.sideblock .event {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.activitydate, .post{
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
}
.activityhead {
  font-size:10px;
  text-align: left;
}

.sideblock .date {
  font-style: italic;
}

/***
 *** Calendar
 ***/
#calendar .maincalendar table.calendarmonth td {
  font-size:.8em;
}

#calendar .maincalendar .calendar-controls .current {
  font-weight: bold;
}

#calendar .sidecalendar .filters {
  font-size:0.75em
  }

table.minicalendar tr.weekdays th {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:0.7em;
  font-weight:normal;
  }

table.minicalendar tr td {
  font-size:0.7em;
  }
  
/***
 *** Course
 ***/
  
#course-view .section .left {
  font-weight: bold;
  font-size: 1.2em;
}

/*Accessibility: resizable icons. */
img.resize {
  width: 1em;
  height: 1em;
}
/***** seas/fw_fonts.css end *****/


