/* Global Styles */

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  font-family: "Lucida Sans", sans-serif;
}

body {
	margin:0px;
}
	
section {
        display: flex; align:center;margin: 10;
}
      
article {font-size:14px;color:#555555;
        flex:1;       
}

article:nth-of-type(3) {
  	flex: 1.5;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}


.header {
  background-color: #9933cc;
  color: #ffffff;
  padding: 15px; height=150;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color: #33b5e5;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.menu li:hover {
  background-color: #0099cc;
}

.aside {
  background-color: #33b5e5;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.footer {
  background-color: #0099cc;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 15px;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

/* ID Styles */

#bodycolor1 {background: #999966;}
#bodycolor2 {background: #996666;}
#bodycolor3 {background: #669966;}
#bodycolor4 {background: #666699;}
#bodycolor5 {background: #669999;}
#bodycolor6 {background: #996699;}
#bodycolor7 {background: #CCCCCC;}

#backcolor1 {background: #A4C2C2;}
#backcolor2 {background: #CCCCCC;}
#backcolor3 {background: #CC9999;}
#backcolor4 {background: #CCCCFF;}
#backcolor5 {background: #FFCCC2;}
#backcolor6 {background: #CCFFCC;}
#backcolor7 {background: #55FFCC;}

a {color: #333333; text-decoration:none;font-weight:bold;}

a:hover {font-family:arial;color: #ff0000; text-decoration:none;
        background-color: black;
      }

a:active {font-family:arial;color: #00FF00; text-decoration:none;
        background-color: black;
      }

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:18px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

 h1 { 
        text-align: center;
        font-size: 24px;
        line-height: 50px;
        margin: 0;
      }
      
 h2 {
        
        font-size: 18px; color:#CC0000;
        
      }
      
 h3 {
        text-align: center;
        font-size: 14px;color:#555555;
        line-height: 50px;
        margin: 0;
      }
      
.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;e
	}

.lemaText    {
	font:13px arial; 
	color: #336666;
	line-height:12px;
	font-style:italic;
	}
	
.bodyText {
	font-family: "Lucida Sans", sans-serif;
	font-size: 18px;
	line-height:28px;
	color:#333333;
	text-align:justify;	
	}

.titText {
	font:14px Arial;
	line-height:14px;
	color:#333333;
	text-align:center;
	}
	
.pageName {
	font-family: "Lucida Sans", sans-serif;
	font-size: 30px;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:30px;
	text-align:center;
	}
	
.subHeader {
	font:14px arial;
	 
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	border: 1px solid #005555;padding:0.35em 1.0em;
	margin:3;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
.cajatexto1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 09px;
	color: #900000;
	background-color: #CCCCCC;
	border: 1px solid #005555;
	}
.Estilo1 {font-family: Arial, Helvetica, sans-serif}
.Estilo2 {color: #FA2601}
.Estilo3 {color: #FF0000}
	
