html {
	margin: 0;
	padding: 0;
}

body { font: 62.5% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; background: #99CC33; margin: 0; padding: 0; text-align: center; }

/* Links */

a:link, a:visited {
	font-weight: bold;
	color: #777;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #99cc33;
	text-decoration: none;
}

/* Images */

img {
	border: none;
}

img a:link, img a:visited, img a:hover {
	border: none;
	background: transparent;
	text-decoration: none;
}

img.photo {
	border: none;
}

img.photo a:link, img.photo a:visited, img.photo a:hover {
	border: none;
	background: transparent;
	text-decoration: none;
}

/* Wrapper
------------------------------------------------ */

#wrapper {
	background: white;
	width: 98%;
	margin: 0 auto;
	padding: 0 1%;
}

/* Header
------------------------------------------------ */
#header h1 {
	font-size: 6em;
	color: #8bc;
	margin: 0 0 0 0;
	padding: 70px 0 0 0 !important;
}

#header p {
	font-size: 1.3em;
	color: #8bc; 
	margin-bottom: 10px; 
}

/* Content
------------------------------------------------ */
#container { background-color: white; margin: 20px auto 5px; padding: 10px 3px 3px; width: 880px; border: double 1px purple; }


#content {
	background: no-repeat right top;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

/* Midcontent
------------------------------------------------ */

#midcontent {
		background: transparent;
	width: 74%;
	float: right;
	margin: 10px 0 20px;
	text-align: left;
}

#midcontent img.photo {
	float: left;
	margin-right: 5px;
}

#midcontent h2 {
	font-size: 2.2em;
	color: #777;
	margin: 20px 10px 10px 15px;
}

#midcontent h3 { font-size: 1.4em; line-height: 1.3em; font-weight: bold; margin: 0 0 3px; }

#midcontent h3 a:link, #midcontent h3 a:visited {
	font-weight: bold;
	color: #a02031;
	text-decoration: none;
}

#midcontent h3 a:hover { font-weight: bold; color: #99cc33; text-decoration: none; }

#midcontent p {
	font-size: 1.1em;
	line-height: 1.1em;
	color: #777;
	margin: 0 0 5px 0;
	text-align: justify;
}

#midcontent p.posted { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em; color: #999; font-variant: small-caps; margin: 0 0 5px; text-align: right; }

#midcontent img.photo {
	width: 50px;
	height: 56px;
	float: left;
	margin: 0 10px 0 0;
	padding: 1px;
	border: solid 1px #ddd;
}

/* Leftblogs
------------------------------------------------ */

#midleft {
		background: transparent;
	width: 48%;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#midleft div {
		background: transparent;
	margin: 5% 1% 1% 1%;
	display: block;
	overflow: hidden;
	min-height: 60px;
	clear: left;
}

/* Rightblogs
------------------------------------------------ */

#midright {
		background: transparent;
	width: 48%;
	float: right;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#midright div {
	background: transparent;
	margin: 5% 1% 1% 1%;
	display: block;
	overflow: hidden;
	min-height: 60px;
	clear: left;
}

/* Rightbar
------------------------------------------------ */

#right { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width: 25%; float: left; margin: -15px 0 0; border-color: transparent; border-style: none;rent; }

#right a:link, #right a:visited { font-weight: bold; color: #777777; font-size: 1.1em; text-decoration: none; border: none; }

#right a:hover { font-weight: bold; color: #9c3; font-size: 1.1em; text-decoration: none; border: none; }

#right img {
	border: none;
}

#right h3 { font-weight: bold; font-size: 1.6em; color: #a60306; font-variant: small-caps; background-color: #9c3; background-image: none; margin: 20px 15px 10px 10px; padding: 0; text-align: left; text-indent: 6pt; border-bottom: 3pt solid #51812e; }

#right h4 {
	font-weight: bold;
	font-size: 1.3em;
	color: #999;
	margin: 0 15px 2px 10px;
	text-align: left;
}

#right p {
	font-size: 1.1em;
	line-height: 1.2em;
	color: #999;
	margin: 0 15px 10px 10px;
	text-align: left;
}

#right p.image {
	text-align: center;
  
}
/* HACK IE
------------------------------------------------ */
/* html #right p.image img{

}*/

#right p.image img {
	border: none;
  max-width: 99%;
  width: expression(this.width > 99% ? 99%: true);
}

#right ul {
	font-size: 1.1em;
	line-height: 1.2em;
	color: #999;
	margin: 0 10px 5px;
	text-align: left;
	list-style-type: square;
}

#right ul li {
	margin: 0 20px 2px 0;
	padding: 4px 0 0 0;
}

#right .aviso {
	background: #eee;
	width: 210px;
	margin: 20px 10px 0 10px;
	padding: 5px;
}

#right .aviso p {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #8bc;
	margin: 0;
	padding: 2px 0 2px 0;
}
/* Blog Eventos */

.blog-evento {
  background: #f1f1f1;
  font-size: 1.1em;
	line-height: 1.2em;
	color: #999;
	width: 80%;
	margin: 0 10px 10px 32px !important;
	margin: 0 10px 10px 12px;
	padding: 5px 0 5px 0;
	text-align: left;
	border: solid 1px #b8b8b8;
}
.blog-evento p.image{
max-width: 99%;
 width: expression(this.width > 99% ? 99%: true);
}
#right .blog-evento h4 {
	text-transform: uppercase;
}

#right .blog-evento ul {
	font-size: 1.1em;
	line-height: 1.2em;
	color: #999;
	margin: 0 0 10px 0;
	padding: 0 10px 0 10px;
	text-align: left;
	list-style-type: none;
}

#right .blog-evento ul li {
	margin: 0 0 2px 0;
	padding: 4px 0 0 0;
}
/* Formulario
------------------------------------------------- */

fieldset {
	margin-top: -25px;
	border: none;
}

legend {
	visibility: hidden;
}

label {
	font-size: 1.1em;
	color: #777;
}

input, textarea {
	background: #f9f9f9;
	color: #777;
	margin: 2px 0 10px 0;
	border: solid 1px #e1e3e5;
}

/* Update
------------------------------------------------ */

.update {
	background: transparent;
	width: 100%;
	position: relative;
	float: left;
	margin: 40px 0 10px 0;
}

/* Footer
------------------------------------------------ */

#footer {
	background: no-repeat left bottom;
	width: 100%;
	height: 150px;
	position: relative;
	float: left;
	margin: 0;
}

.footerinfo {
	margin: 70px 0 10px 200px;
}

#footer p {
	font-size: 1.1em;
	color: black;
}

#footer a:link, #footer a:visited { font-weight: 700; color: #78382f; text-decoration: underline; }

#footer a:hover {
	font-weight: bold;
	color: white;
	text-decoration: underline;
}

#footer img a:link, #footer img a:visited, #footer img a:hover {
	border: 0;
	background: transparent;
	text-decoration: none;
}