*{
	padding: 0pt;
	margin: 0pt;
	border: 0pt;
}

body{
	background: #FAFAF8 url(images/body-background.jpg) repeat-x top left;
	color: #000000;
	font: 0.75em/1.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

h1{
	font-size: 218%;
}

h2{
	font-size: 164%;
}

h3{
	font-size: 145%;
}
	
h4{
	font-size: 118%;
}

h5{
	font-size: 100%;
}

h6{
	font-size: 100%;
}

legend{
	display: none;
}

label{
	float: left;
	margin-right: 15px;	
}

label span{
	font-weight: bold;
	cursor: pointer;
	margin-top: 5px;
	display: block;
}

input, textarea, select{
	color: #555753;
	background-color: #ffffff;
	border: 1px solid #d3d7cf;
	padding: 7px 5px;
	width: 200px;
}

textarea{
	width: 400px;
	height: 150px;
}

input:focus, textarea:focus, select:focus{
	color: #000000;
	background-color: #ffffff;
	border:1px solid #417db1;
}

button{
	background-color: #efefef;
	color: #888a85;
	border: 1px solid #babdb6;
	font-weight: bold;
	margin-top: 15px;
	cursor: pointer;
}

button:hover{
	background-color: #417db1;
	color: #ffffff;
}

.bold-lower{
	font-weight: bold;
	text-transform: lowercase;
}

.small-caps{
	font-variant: small-caps;
}

.full-caps{
	text-transform: uppercase;
}

.italic-lower
{
	font-style: italic;
	text-transform: lowercase;
}

.sloped-small-caps{
	font-variant: small-caps;
	font-style: italic;
}

.super{
	vertical-align: super;
	font-size: 90%;
}

.clear{
	clear:both;
}

/*
 *****
 HEADER
 *****
 */

#page-header{
	height: 176px;
	background: url(images/header-background.jpg) no-repeat top;
	margin: 0pt auto;
	width: 900px;
	text-align: left;
	position: realtive;
}


#page-header h1{
	display: none;
}

/*
 *****
 PAGE
 *****
 */

#page{
	background-color: #FAFAF8;
	color: #000000;
	width: 900px;
	margin: 0pt auto;
}

#page-top{
	background-color: #FAFAF8;
	color: #000000;
	width: 100%;
	clear: both;
}

#page-bottom{
	background-color: #FAFAF8;
	color: #000000;
	width: 100%;
	clear: both;
}

#page-left{
	clear: left;
	float: left;
	width: 150px;
	margin: 10px 0pt;
	padding: 5px;
}

#page-right{
	float: right;
	width: 150px;
	margin: 10px 0pt;
	padding: 5px;
}

#page-content{
	margin: 0pt 155px 20px 155px;
	padding: 10px 10px 0pt 10px;
	text-align: left;
	width: 550px;
	color: #666666;
	text-align: justify;
}

/*
 *****
 CONTENT
 *****
 */

#page-content p{
	color: #666666;
	text-align: justify;
	margin-bottom: 10px;
} 

#page-content h1{
	color: #B7A342;
	background-color: inherit;
	margin-bottom: 10px;
}

#page-content h2, #page-content h3, #page-content h4, #page-content h5, #page-content h6{
	color: #444444;
	background-color: inherit;
	margin-bottom: 10px;
}

#page-content .content{
	margin: 10px 0pt;
}

/*
 *****
 FOOTER
 *****
 */

#page-footer{
	background-color: #FAFAF8;
	color: #444444;
	width: 900px;
	margin: 0pt auto;
	padding: 10px 0pt;
	text-align: center;
	font-size: 90%;
}

#page-footer a{
	color: #444444;
 	text-decoration: underline;
 	background-color: #FAFAF8;
}

/*
 *****
 EDITOR
 *****
 */
#editor{
	background-image: none;
	text-align: left;
	padding: 20px;
}

/*
 *****
 STRUCTURE
 *****
 */
.structure{
	margin-bottom: 10px;
	border-bottom: 3px dotted #417db1;
	padding: 0pt 0pt 10px 0pt;
}

.structure .title{
	color: #B7A342;
	background-color: inherit;
	font-weight: bold;
}

.structure .content{
	color: #666666;
	background-color: inherit;
	font-size:90%;
}
	
.structure a{
	color: #666666;
	background-color: inherit;
	text-decoration: none;
}

.structure a:hover{
	text-decoration:underline;
}

/*
 *****
 MENU
 *****
 */
.menu{
	border:none;
}

.menu ul{
	list-style: square;
	list-style-position: inside;
	color: #417DB1;
	padding-left: 5px;
	text-align: left;
}

/*
 *****
 EVENTOS
 *****
 */
.events{
	text-align: center;
}

.events tr{
	font-size: 80%;
}

.events th a{
	color: #417DB1;
	text-decoration: none;
}

.events th a:hover{
	text-decoration: underline;
}

.events table{
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

.events .today{
	background-color: #E6EDF6;
	color: inherit;
}

.events .event{
	color: #417db1;
	font-weight: bold;
}

.entry{
	margin: 10px 0pt;
	color: #666666;
	background-color: inherit;
}

.entry .date{
	font-size: 80%;
	float: left;
	height: 40px;
	width: 24px;
	margin-right: 8px;
	padding-top: 8px;
	font-weight: bold;
	color: #999999;
	background-color: transparent;
	text-align: center;
	background: url(images/events_background.jpg) no-repeat top;
}

.entry h4{
	font-size: 80%;
	line-height: 0.8em;
}

.entry span{
	font-size: 80%;
}

#page-content .event_sugest{
 	text-align: right;
	color: #9b9c93;
	margin: 0pt;
	font-size: 80%;
}

#page-content .event_sugest a{
 	color:#9b9c93;
}

#page-content #sugest_message{
 	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	color: #b14144;
}

#page-content .navigate_months{
 	color: #9b9c93;
	background-color: inherit;
	font-size: 80%;
	float: left;
	width: 40%;
}

#page-content .navigate_months a{
 	color: #427AB1;
	background-color: inherit;
	text-decoration: none;
}

/*
 *****
 NOTICIAS
 *****
 */
.tecnic{
 	font-size: 80%;
	color:#9B9C93;
	background-color: inherit;
	float: right;
}

.newspaper_list{
	color: #666666;
	font-size:80% ;
}

.newspaper_list a{
	text-decoration: none;
	color: #666666;
}

.newspaper_list a:hover{
	text-decoration: underline;
}

.newspaper_list span{
	font-size: 80%;
}

.pages{
 	font-size:80%;
}

.pages a{
	text-decoration:none;
	color:#666666;
}

.pages a:hover{
	text-decoration:underline;
}

/*
 *****
 PHOTOS
 *****
 */
.thumbs {
	background-color: #FFFFFF;
	border:1px solid #CCCCCC;
	float:left;
	height:160px;
	margin:10px 10px 10px 0pt;
	padding:5px;
	text-align:center;
	width:140px;
}


.last {
	margin:10px 10px 10px 0pt;
	padding:5px;
	overflow:hidden;
	height: 120px;
	width: 100%;
	text-align: center;
}

.last a {
	margin : 0 10px;
	text-decoration: none;
}