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

/***** fortec/fw_layout.css start *****/

/* Core */

body {
    margin: 5px;
}


h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  text-align: left;
  padding-left: 5px;
} 

h1, h2, h3, h4 {
  text-align: left;
  padding-left: 5px;
}
  
h1, h2, h3 {
  border-width: 1px;
  border-style: solid; 
}

h4 {
  border-bottom-style: solid;
  border-bottom-width:1px; 
}

input {
  
}

.generalbox {
  border-width:1px; 
  border-style:solid;
}

.sitetopiccontent {
  border-width:1px;
  border-style:solid;
}

/***
 *** Header
 ***/

#header-home {
  /* padding:1em 0.5em; */
  height:54px;
  border-width:0px;
  /*border-style:solid;*/
  
}

#header {
  height:55px;
  border-width:1px;
  border-style:solid;
}

.headermenu {
  float:right;
  text-align:right;
}

.navbar {
  margin-right: 5px;
  width: 100%; 
  padding:0px;
  height: 25px;
  border-width:1px;
  border-style:solid;
}

.breadcrumb {
 padding-top: 3px;
 padding-left: 3px;
 }
 
.navbar .navbutton {
  padding-right: 3px;
  padding-top: 2px;
 }


/***
 *** Login
 ***/

TABLE.loginbox {
  margin-top: 20px;
  }

.loginbox .header {
  border-width:1px;
  border-style:solid;
  border-bottom-width: 0px;
}

.loginbox .content {
  border-top-width: 0px;
}


/***
 *** Footer
 ***/

#footer {
  text-align:left;
  margin-top: 5px;
}


/***
 *** Blocks
 ***/


.sideblock .footer {
  border-top-width:1px;
  border-top-style:dashed;
}

  

/***
 *** Calendar
 ***/
 
 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.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;
}


/***** fortec/fw_layout.css end *****/

/***** fortec/fw_color.css start *****/

/* Core */

body {
  background-color: #FFFFFF;
}

a:link {
    color: #000000;
}

a:visited {
    color: #000000;
}

a:hover {
    color: #FF8000;

}

a.dimmed:link,
a.dimmed:visited {
  color:#AAAAAA;
}

h1 {
  background-color: #8EA2B4;
  border-color: #333333;
  color: #333333;
}

h2 {
  background-color: #E3DFD4;
  border-color:#8EA2B4;
}
h3 {
  border-color:#8EA2B4;
}
h4 {
  border-color:#8EA2B4;
}


th {
    background-color:#E3DFD4;

}

th.header,
td.header,
div.header {
  background-color: #CEE1F5;
}

div.header_recursos {
  background: url(block_header_recursos.gif);
  font-weight: bold;
  color: #ffffff;
  width: 180px;
  height: 21px;
  background-repeat: no-repeat;

}
div.header_comunicacion {
  background: url(block_header_comunicacion.gif);
  font-weight: bold;
  color: #ffffff;
  background-repeat: no-repeat;
}
div.header_personas {
  background: url(block_header_personas.gif);
  font-weight: bold;
  color: #ffffff;
  background-repeat: no-repeat;
}
div.header_calendario{
  background: url(block_header_calendario.gif);
  font-weight: bold;
  color: #ffffff;
  background-repeat: no-repeat;
}

div.content_izq{
  background: url(block_contenido_izq.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}

div.content_dcha{
  background: url(block_contenido_dcha.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}

#layout-table #left-column {
    /* background-color: yellow; */
}

.generalbox {
  border-color:#8EA2B4;
  background-color:#FFFFFF;
}

.navbar {
  background-color:#8EA2B4;
  border-color:#666666;
  /* height: 20px; */
  background: url(pix/grad/bg_bread.jpg) repeat-x;

}

.sitetopiccontent {
  border-color:#8EA2B4;
  background-color:#FFFFFF;
}


/***
 *** Header
 ***/

#header-home, #header {
  background: url('../../theme/fortec/header_background.gif');
  border-color:#8EA2B4;
}

/***
 *** Login
 ***/


.loginbox .header {
  border-color:#8EA2B4;
}

.loginbox .content {
  border-color:#8EA2B4;
}


/***
 *** Blocks
 ***/

.sideblock .header {
  border-color: #8EA2B4;
}

.sideblock {
  border-color:#8EA2B4;
}

.sideblock .content {
  border-color:#8EA2B4;
  background-color:#F5FAFF;
}

.sideblock .footer {
  border-top-color:#8EA2B4;
}

.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 {
  border-color: #8EA2B4;
}

#calendar .maincalendar table.calendarmonth th {
  border-color: #8EA2B4;
}


table.calendarmonth tr td {
   border-color:#8EA2B4;
}

table.minicalendar {
  border-color:#8EA2B4;
}

table.minicalendar tr.weekdays th {
  background-color:#F5FAFF;
  border-color:#8EA2B4;
  }

table.minicalendar tr td.day {
   border-color:#8EA2B4;
  }

table.minicalendar tr td.weekend {
  border-color:#8EA2B4;
  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:#8EA2B4;
  background-color:#FEF9F6;
}


/***
 *** Course
 ***/

.headingblock {
  border-color:#8EA2B4;
}

.coursebox {
  background-image: url(coursebox.gif);
  background-repeat: no-repeat;
  background-position: bottom center;
  border: 0;
  padding-bottom: 30px;
}

.categoryboxcontent,
.courseboxcontent {
  border-color:#8EA2B4;
  background: #FFFFFF;
}

.categorybox .category,
.categorybox .category {
  border-color: #8EA2B4;
}

#course-view .section.main .content {
  border-color: #8EA2B4;
  background-color: #FFFFFF;
}

#course-view .section.main .side {
  border-color: #8EA2B4;
  background-color: #FFFFFF;
}

#course-view .current .right.side,
#course-view .current .left.side {
  background-color: #8EA2B4;
}

#course-view .section.hidden .content,
#course-view .section.hidden .side {
  border-color:#8EA2B4;
 }




/***
 *** Tabs
 ***/

.tabs .side {
  border-color: #8EA2B4;
}
.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:#8EA2B4;
}

.forumpost .content {
  background: #FEF9F6;
}

.forumpost .left {
  background:#FEF9F6;
}

.forumpost .topic {
  border-bottom-color: #8EA2B4;
}

.forumpost .starter {
  background:#FEF9F6;
}

.forumheaderlist .discussion .starter {
  background:#FEF9F6;
}

.forumheaderlist td {
  border-color: #8EA2B4;
}

.sideblock .post .head {
  color:#FEF9F6;
}

.forumthread .unread {
  background: #FEF9F6;
}
#mod-forum-discuss .forumpost {
  background: none;
}

#mod-forum-discuss .forumpost.unread .content {
  border-color: #8EA2B4;
}

#mod-forum-discuss .forumthread .unread {
}

#mod-forum-index .unread {
}
/***** fortec/fw_color.css end *****/

/***** fortec/fw_fonts.css start *****/

/* Core */

.clearer {
  font-size:1px;
}

body, td, li {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 13px;
}

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: none;
}

h1, h2, h3, h4 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
    font-size:1.2em;
    font-weight: bold;
}

h2 {
    font-size:1.15em;
}
h3 {
    font-size:1.1em;
}
h4 {
    font-weight:bold;
}

th.header,
td.header,
div.header,
.headingblock {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 0.9em;
}


.categorybox .category,
.categorybox .category {
/*  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
    font-size: 1.2em;
    font-weight: bold;
}


/***
 *** Header
 ***/

.breadcrumb{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:.85em;
    font-weight:bold;
    color: #FFFFFF;
}

.breadcrumb a:link{
	color: #FFFFFF;
	text-decoration: none;
}

.course-content a:visited{
	color: #000000;
	text-decoration: none;
}
.course-content a:hover{
	color: #FF8000;
	text-decoration: none;
}

.name a:visited{
	color: #000000;
	text-decoration: none;
}
.name a:hover{
	color: #FF8000;
	text-decoration: none;
}

.breadcrumb a:hover{
	color: #FF8000;
	text-decoration: none;
}

.logininfo,
#header-home .headermenu font {
	font-size:.8em;
	color: #ffffff;
}

.logininfo{
    text-align: center;
    margin-right:15px;
}


 /***
 *** Blocks
 ***/

.sideblock .footer {
    font-size:0.85em;
    text-align: left;
}

/***
 *** 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.day {
  font-size:0.7em;
  }

/***
 *** Course
 ***/

#course-view .section .left {
  font-weight: bold;
  font-size: 1.2em;
}



/***** fortec/fw_fonts.css end *****/


.tablacursos1 {
	color: #000000;
	background-color: #FFFFFF;
}
.tablacursos2 {
	color: #000000;
	background-color: #EEEEEE;
}
.tablaencab1 {
	color: #FFFFFF;
	background-color: #8EA2B4;
}
.tablaencab2 {
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}

.tablaencab3 {
	color: #000000;
	background-color: #CEE1F5;
}
.tablaencab4 {
	font-size: 10px;
	color: #444444;
	background-color: #CEE1F5;
}

.contenido_txt3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #595959;
}	
	
	
.objetivos_titulo1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #2A70AA;
	text-decoration: underline;
	font-weight: bold;

}
.objetivos_titulo2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #2A70AA;
	text-decoration: underline;
	font-weight: bold;

}

.enunciado_titulo {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	text-decoration: underline;
	font-weight: bold;

}
.enunciado_texto {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.pagina {
    border-width: 0px;
    border-style: solid;
	background-color: #FFFFFF;
}

.generalbox {
    border-width: 1px;
    border-color: 8EA2B4;
    border-style: solid;
	background-color: #FFFFFF;
}

DIV.esconder{display:none}
DIV.mostrar{display:inline}

.enlace1 a:link {font-family: Arial, Helvetica, sans-serif;font-size: 13px;font-weight: bold;color: #124A82;text-decoration: none;}
.enlace1 a:visited {font-family: Arial, Helvetica, sans-serif;font-size: 13px;font-weight: bold;color: #124A82;text-decoration: none;}
.enlace1 a:hover {font-family: Arial, Helvetica, sans-serif;font-size: 13px;font-weight: bold;color: #FF8000;text-decoration: none;}


.enlace2 a:link {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #000000;text-decoration: none;}
.enlace2 a:visited {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #000000;text-decoration: none;}
.enlace2 a:hover {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #FF8000;text-decoration: none;}


.enlace3 a:link {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #000000;text-decoration: none;}
.enlace3 a:visited {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #000000;text-decoration: none;}
.enlace3 a:hover {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #FF8000;text-decoration: none;}


.enlace4 a:link {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #000000;text-decoration: none;}
.enlace4 a:visited {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #000000;text-decoration: none;}
.enlace4 a:hover {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #FF8000;text-decoration: none;}