body {
	background-color: #212831;
	color: #E6E6E6;
	font-family: Georgia, Arial, san-serif;
	font-size: 1.0em;
	font-weight: 100;
	}
a:link, a:visited, a:active {
	color: #f7923b;
	text-decoration: none;
	}
a:hover {
	color: #ed1c2c;
	text-decoration: none;
	}
h1 {
	margin: 0;
	padding: 0;
	}	
img {
	border: none;
	}	
hr {
	border-color: #f7923b; 
	}
	
.imgleft {
	float: left;
	margin: 5px 10px 5px 0px;
	}	
.imgright {
	float: right;
	margin: 5px 0px 5px 10px;
	}
.ta_left {
	text-align: left;
	}
.ta_right {
	text-align: right;
	}
.ta_center {
	text-align: center;
	}
.ta_justify {
	text-align: justify;
	}

#container {
	width: 980px;
	margin: 10px auto 10px auto;
	padding-top: 100px;
	background-color: #212831;
	background-image: url(../images/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	overflow: auto;
	}
	
#innerblock {
	clear: both;
	padding-top: 160px;
	width: 820px;
	margin: 0 auto 0 auto;
	background: transparent;
	height: auto;
	overflow: hidden;
	}	
/* Index page only - BEGIN */	
#innerblock .leftlink {
	float: left;
	position: relative;
	overflow: hidden;
	width: 240px;
	}	
#innerblock .centerlink {
	float: left;
	position: relative;
	top: 120px;
	overflow: hidden;
	width: 110px;
	}	
#innerblock .rightlink {
	float: left;
	position: relative;
	overflow: hidden;
	width: 240px;
	}	
#innerblock .bottomlink {
	clear:both;
	float:left;
	width:100%;
	}	
/* Index page only - END */	
#innerblock #left {
	float: left;
	position: relative;
	width: 110px;
	height: 500px;
	}	
#innerblock #contentpage {
	float: right;
	margin-top: 10px;
	padding: 10px 10px 10px 30px;
	position: relative;
	overflow: hidden;
	width: 660px;
	text-align: justify;
	border-left: 2px solid #f7923b; 
	border-top: 2px solid #f7923b; 
	}	
#innerblock #buttonarea {
	float: right;
	position: relative;
	height: 98px;
	width: 700px;
	text-align: center;
	}	
#innerblock #backhome {
	text-align: center;
	height: 108px;
	}	

#innerblock #backhome a:link img, a:visited img, a:active img {
	border: 3px solid #212831;
	}
#innerblock #backhome a:hover img {
	border-bottom: 3px solid #f7923b;
	}
#innerblock #buttonarea a:link img, a:visited img, a:active img {
	border: 3px solid #212831;
	}
#innerblock #buttonarea a:hover img {
	border-bottom: 3px solid #f7923b;
	}

#innerblock .myboxEducativo {
	clear: both;
	float: left;
	width: 600px;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #3C8288;
	}	
#innerblock .H1educativo {
	padding: 10px;
	border-right: 3px solid #3C8288;
	border-left: 3px solid #3C8288;
	}	
#innerblock .myboxTeatro {
	clear: both;
	float: left;
	width: 600px;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #C2474F;
	}	
#innerblock .H1teatro {
	padding: 10px;
	border-right: 3px solid #C2474F;
	border-left: 3px solid #C2474F;
	}		

#footer {
	width: 950px;
	margin: 10px auto 10px auto;
	border: 1px solid ##f7923b
	}
	
#backhome {
	font-size: 120%;
	}
	
.spacer {
	font-size: 30px;
	}	