/* Forces horizontal scrollbar on in Mozilla */
html {
  margin-bottom: 1px;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;

  font: 400 0.8em georgia, serif;
  line-height: 180%;

  background: url(../img/bg/fondo1d.png) repeat top left fixed;
  color: #6D6864;
}

h1, h2, h3, h4, h5, h6, p, dl {
  margin: 0;
  padding: 2px 0;
}

h1 {   
  clear: both;
  font: 400 1.9em georgia, serif;
  color: #532406;  
}

h2 {
  clear: both;
  font: 400 1.3em georgia, serif;
  color: #61804E;
}

h3 {
  clear: both;
  font: 400 1.6em georgia, serif;
  color: #8F512A;
}

h4 {
  font: 400 0.9em georgia, serif;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: #5E9040;  
  border-bottom: 0px solid #B8E78B;
}


a:visited {
}

a:hover {
  color: #0000FF;
  border-bottom: 0px solid #4A6E35;
}


ol {  
  margin: 10px 30px;
  padding: 0 30px;

  font-size: 1.4em;
  color: #532406;
  background-color: #FFF;
}

ol:hover {
  color: #884e29;
}

ol span {
  font-size: 0.7em;
  color: #6D6864;
}

ul {
  margin: 10px 30px;
  padding: 0 30px 0 5px;
  list-style: none;
}

ul li {
  padding-left: 25px;
  background-position: 0 3px;
}

ul li:hover {
  background-position: 0 3px;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #DDD;
}

blockquote {
  margin: 10px 0;
  background-color: #F1FFE3;
  border-bottom: 1px solid #B8E78B;
}

blockquote p {
  margin: 0.4em 0.8em;
}

del {
  color: #AAA;
}

code {
  margin: 15px 0;
  padding: 10px;
  display: block;
  overflow: auto;
  
  font: 400 1em courier, monospace;
  line-height: 120%;
  white-space: pre;
  
  background: #F4F4F4;
  border-bottom: 1px solid #D3D3D3;
}



/**************************************************************
   Tables
 **************************************************************/

table {
  width: 100%;
  margin-bottom: 10px;  
  
  font-size: 1em;
  border-collapse: collapse;
}

table caption {
  margin-top: 10px;
  padding: 0 0 0.5em 3px;

  font: 400 0.8em georgia, sans-serif;
  text-align: left;  
}

table th,
table td {
  text-align: left;
  vertical-align: top;
  padding: 4px 7px !important;
  padding: 6px 10px;
}


thead th {
  background-color: #F1FFE3;
  border-bottom: 1px solid #B8E78B;
}

tbody tr.dark {
  background-color: #F5F5F5;
}

tbody td {
  border-bottom: 1px solid #DDD;
}

tbody tr:hover {
  background-color: #FBFEDF;
}

/**************************************************************
   Form Elements
 **************************************************************/

label {
  float: left;
  text-align: right;
  width: 9em;
  padding-right: 1em;
  
}


input,
textarea,
select {
  padding: 4px;
  font: 400 1em georgia, sans-serif;
  
  color: #666;
  background: #FFF;
  border-width: 1px;
  border-style: solid;
  border-color: #888 #DDD #DDD #888;  
}

input:hover,
textarea:hover,
select:hover {
  padding: 4px;
  font: 400 1em georgia, sans-serif;
  
  color: #666;
  background: #e5feff;
  border-width: 1px;
  border-style: solid;
  border-color: #888 #DDD #DDD #888;  
}


input:focus,
textarea:focus,
select:focus {  
  padding: 3px;
  color: #000;
  background: #F1FFE3;
  border-width: 2px;
}

input.button {
  padding: 1px 10px;

  font: 400 1em georgia, sans-serif;
  cursor: pointer;

  color: #fff;
  background: #508231;
  border-width: 1px;
  border-style: solid;
  border-color: #B8E78B #2D5018 #2D5018 #B8E78B;
}

input.button:hover {
  background:#318182;
  border-color: #8be7df #18504b #18504b #8be7df;
}

.required {
  cursor: help;
  border-bottom: 1px solid #CCC;
}



/**************************************************************
   Images
 **************************************************************/

/**************************************************************
   #wrapper & #content: wrapper positions and sets the width
   on the content.  The background is then applied to #content.
 **************************************************************/

#wrapper {
  width: 970px;
  height: 100%;
  margin: 0 auto;
  
  text-align: left;
}


#content { 
  float: left;
  width: 970px;
  height: 100%;
  min-height: 100%; 
  
  background: url(../img/bg/content.gif) repeat-y top center;
}


#content[id] {
  height: auto;  
  background: url(../img/bg/content.png) repeat-y top center;
}

/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header {
  padding: 0px 0 2em 27px;  
}
/*  background: url(../img/bg/header.jpg) no-repeat top center;  */

/* Forces IE to set the hasLayout flag and show the header at the height of its contents \*/
* html #header {
  height: 1%;
}
/* End hide from IE-mac */


#header h1,
#header h2 {
  margin: 0;
  padding: 0;
  background: none;
}

#header h1 {
  clear: both;
  font: 400 1.9em georgia, serif;
  color: #532406;  
}


/**************************************************************
   #menu: The top level site menu
 **************************************************************/

ul#menu {
  width: 491px;
  margin: 0 auto;  
  padding: 0 !important;
  padding: 0 0 0 10px;  
}

ul#menu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#menu li a {
  float: left;  
  padding: 15px 0 5px 0;

  font: 400 1.54em georgia, serif;
  text-align: center;
  text-decoration: none;
  
  color: #61804E;
  border-bottom: 1px solid #D3F1B6;
}

ul#menu li a:visited {
  background-color: #FFF;
}

ul#menu li a:hover {
  color: #2E5F0F;
  background: url(../img/bg/menu.gif) repeat-x bottom left;
}

ul#menu li a.here {
  color: #512103;
  background: url(../img/bg/menu.gif) repeat-x bottom left;
}

/* helper classes to control width of links in topbar */
ul.two li a {
  width: 50%;
}

ul.three li a {
  width: 33%;
}

ul.four li a {
  width: 25%;
}

ul.five li a {
  width: 20%;
}

/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {  
  float: left;
  clear: both;   
  width: 900px !important;
  width: 100%;
  
  padding: 0px 0 2em 35px;  
}


/**************************************************************
   .footer: Site footer
 **************************************************************/

.footer {
  padding-top: 3em;
  font-size: 0.85em;
}




/**************************************************************
   .bigLinks: Large, clickable links
 **************************************************************/

ul.bigLinks {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  
}

ul.bigLinks li {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
}

ul.bigLinks li a,
ul.bigLinks li a:visited {  
  display: block;

  margin: 10px 0;
  padding: 3px;

  text-decoration: none;
  background-color: #FFF;
  border: 0;  
}

ul.bigLinks li a:hover {
  padding-bottom: 2px;
  background-color: #F1FFE3;
  border-bottom: 1px solid #B8E78B;
}

ul.bigLinks li a span.title {
  color: #5E9040;  
  border-bottom: 1px solid #B8E78B;
}

ul.bigLinks li a:hover span.title {
  color: #3C5D29;
  border-bottom: 1px solid #4A6E35;
}

ul.bigLinks li a span.desc {
  display: block;
  color: #6D6864;
}

ul.bigLinks li a:hover span.desc {
  color: #555;
}



/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}

.width98 {
  width: 98%;
}

.width86 {
  width: 86%;
}

.width85 {
  width: 85%;
}

.width80 {
  width: 80%;
}

.width75 {
  width: 75%;
}

.width72 {
  width: 72%;
}

.width71 {
  width: 71%;
}

.width70 {
  width: 70%;
}

.width66 {
  width: 66%;
}

.width60 {
  width: 60%;
}

.width55 {
  width: 55%;
}

.width50 {
  width: 50%;
}

.width46 {
  width: 46%;
}

.width45 {
  width: 45%;
}

.width42 {
  width: 42%;
}

.width41 {
  width: 41%;
}

.width40 {
  width: 40%;
}

.width35 {
  width: 35%;
}

.width33 {
  width: 33%;
}

.width30 {
  width: 30%;
}

.width27 {
  width: 27%;
}

.width25 {
  width: 25%;
}

.width20 {
  width: 20%;
}

.width16 {
  width: 16%;
}

.width15 {
  width: 15%;
}

.width10 {
  width: 10%;
}

.width5 {
  width: 5%;
}

.width3 {
  width: 3%;
}

#slide_section {
	width: 548px;
	border: 6px solid #5AABE0;
	margin-bottom: 10px;
	
}

/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignCenter {
  text-align: center;
}


/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.block {
  display: block;
}

.big {
  font-size: 1.3em;  
}

.small {
  font-size: 0.85em;  
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.grey {
  color: #AAA;
}

.green {
  color: #82C048;
}

.darkBrown {
  color: #512103;
}

.lighRed {
  color: #CC0000
}
.lineBg {
  padding: 10 20px;
  background: url(../img/bg/fondo3.png) no-repeat top center;  
}

.newBg {
  padding: 0px 0 5px 0;
  background-color: #F1FFE3;
  background: url(../img/bg/body5.jpg) repeat top center;  
}

.votedBg {
  padding: 0px 0 5px 0;
  background-color: #F1FFE3;
  background: url(../img/bg/body5a.jpg) repeat top center;  
}

.title1Bg {
  padding: 0px 0 5px 0;
  background-color: #F1FFE3;
  background: url(../img/bg/body5.gif) repeat top center;  
}

.line0Bg {
  padding: 0px 0 5px 0;
  background-color: #F1FFE3;
  background: url(../img/composition/swspbanner.png) repeat top center;  
}

.line1Bg {
  padding: 0px 0 5px 0;
  background-color: #F1FFE3;
  background: url(../img/bg/body5b.jpg) repeat top center;  
}

.line2Bg {
  padding: 0px 0 5px 0;
  background-color: #F1FFE3;
  background: url(../img/bg/body5c.jpg) repeat top center;  
}

.line3Bg {
  padding: 0px 0 5px 0;
  background-color: #F1FFE3;
  background: url(../img/bg/body5.jpg) repeat top center;  
}

.line4Bg {
  padding: 0px 0 5px 0;
  background-color: #F1FFE3;
  background: url(../img/bg/body5d.jpg) repeat top center;  
}

.fondohallow1 {
  padding: 0px 0 5px 0;
  background-color: #F1FFE3;
  background: url(../aplica/lessons/halloween/fondoPrint.png) repeat top center;  
}

.fondohallow2 {
  padding: 0px 0 5px 0;
  background-color: #F1FFE3;
  background: url(../aplica/lessons/halloween/fondoGames.png) repeat top center;  
}

.fondochrist1 {
  padding: 0px 0 5px 0;
  background-color: #F1FFE3;
  background: url(../aplica/lessons/christmas/fondoChrist1.png) repeat top center;  
}

.fondochrist2 {
  padding: 0px 0 5px 0;
  background-color: #F1FFE3;
  background: url(../aplica/lessons/christmas/fondoChrist2.png) repeat top center;  
}

.areaBg {
  padding: 50px 0 5px 0;
  background-color: #F1FFE3;
  background: url(../img/bg/back2.png) no-repeat top center;  
}

.greenBg {
  padding: 0 10px;
  background-color: #F1FFE3;
  border-bottom: 1px solid #B8E78B;
}

.greenBg1 {
  padding: 0 10px;
  background-color: #F1FFE3;
  border-left: 1px solid #B8E78B;
}

.greenBg2 {
  padding: 0 10px;
  background-color: #F1FFE3;
  border-left: 1px solid #B8E78B;
}

.greenBg3 {
  background: url(../img/bg/menu1.gif) repeat-x bottom left;
}

.redBg1 {
  padding: 0 10px;
  background-color: #B8E78B;
  border-left: 1px solid #F1FFE3;
}

.highlight {
  padding: 1px 2px;
  background: #D9F5EC;
  border-bottom: 1px solid #BDEDDE;
  border-top: 1px solid #BDEDDE;
}

.highlight:hover {
  padding: 1px 2px;
  background: #d9f5da;
  border-top: 1px solid #c2edbd;
}

#content {  
  /* takes care of POS IE and it's support for transparent .png */
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg/content.png',sizingMethod='scale');
}


