#body {
	
	font-family:sans-serif;
	text-align: center;
}

a {
	display: block;
	padding: 2px;
	width: 95px; 
	margin: 2px auto;
}

a:link, a:visited {
	background: lightgrey;
	border: 2px outset grey;
	color: #3366ff;
	font-weight: bold;
}

a:focus, a:hover {
	background: yellow;
	border: 2px outset lightgrey;
	color: #3366ff;
}

.links, .linkg {
	text-align: center;
}

.lt1, .lt2 {
	text-align: center;
	color: red;
	font-weight: bold;
}

.rotativo1 {
	margin: 0px 250px 0px;
	font-weight: bold;
	font-size: 22px;
	color: #3366ff;
}


.rotativo2 {
	color: #3366ff;
	margin: 0px 10px;
	font-weight: bold;
	font-size: 30px;
}

.textotopico {
	font-weight: bold;
	color: red;
	font-size: 18px;
}

.topicodata {
	color: red;
	font-size: 18px;
}

.texto {
	font-size: 18px;
	color: #3366ff;
	text-align: justify;
	margin: 10px;
}

.texto2 {
	font-size: 18px;
	color: red;
}

.texto3 {
	font-size: 18px;
	color: #3366ff;
	text-align: center;
	margin: 2px;
}


.foto {
	float: left;
}

#centro {
	text-align: center;
}

#boasvindas {
	margin-top: 170px;
}

#ultimahora {
	margin-top: 30px;
}

#wraper {
	text-align: left;
	background: lightgray;
	width: 1000px;
	height: 1000px;
	border: 2px solid black;
	margin: 20px auto;	

	
}

#screen {
	background: white;
	width: 977px;
	height: 977px;
	border: 2px solid aqua;
	margin: 10px 10px;
	
}

#header {
	background: url(images/header.jpg);
	width: 955px;
	height: 200px;
	border: 2px solid black;
	margin: 10px 10px;
}

#mainarea {
	position: relative;
	background: gray;
	width: 955px;
	height: 755px;
	border: 2px solid black;
	margin: 10px 10px;
}

#linkbar {
	background: white;
	border: 2px solid yellow;
	width: 107px;
	height: 703px;
	margin: 20px 10px;
	float: left;
}

#content {
	background: white;
	border: 2px solid yellow;
	width: 585px;
	height: 580px;
	margin: 20px 19px;
}

#content2 {
	background: white;
	border: 2px solid yellow;
	width: 585px;
	height: 580px;
	margin: 20px 19px;
}


#textarea {
	overflow: auto;
	width: 585px;
	height: 579px;

}

#sidebar {
	background: white;
	border: 2px solid yellow;
	width: 200px;
	height: 700px;
	float: right;
	position: absolute;
		top: 20px;
		right: 10px;

}

#footnote {
	background: white;
	border: 2px solid yellow;
	width: 585px;
	height: 100px;
	margin: 20px 19px;
}






div.calendar { 
	position: relative; 
	height: 390px; 
	min-width: 760px; 
	max-width: 1000px; 
	margin: auto; 
	} 

div#calendar-this-month { 
	position: absolute; 
	left: 50%; 
	top: 20px; 
	margin-left: -185px; 
	}

table.calendar { 
	border-collapse: collapse; 
	table-layout: fixed; 
	border: 1px solid rgb(200, 200, 200); 
	} 

table.calendar td { 
	width: 50px; 
	height: 50px; 
	background: #fff; 
	border: 1px solid rgb(200, 200, 200); 
	vertical-align: top; 
	} 

td.this-month.today.event { 
	background: gold; 
	} 

td.this-month.event { 
	background: yellow; 
	} 

div.event, div.event-info { 
	position: absolute; 
	bottom: -62px; 
	left: -1px; 
	right: 0; 
	border-bottom: 1px solid rgb(200, 200, 200); 
	border-left: 1px solid rgb(200, 200, 200); 
	border-right: 1px solid rgb(200, 200, 200); 
	background: white; 
	display: none; 
	height: 51px; 
	padding: 5px; 
	z-index: 2; 
	} 

div.event-info { 
	display: block; 
	z-index: 1; 
	} 

span.event-date { 
	font-weight: bold; 
	} 

td.this-month.event:hover > div.event { 
	display: block; 
	} 

table.calendar th { 
	text-align: center; 
	background: #fff; 
	} 

table.calendar td.last-month, table.calendar td.next-month { 
	background: rgb(222, 222, 222); 
	} 

table.calendar td.today { 
	background: rgb(242, 242, 242); 
	} 

table.calendar th.month { 
	text-align: center; 
	font-size: 24px; 
	font-weight: normal; 
	border-bottom: 1px solid rgb(200, 200, 200); 
	background: rgb(242, 242, 242); 
	} 

table.calendar.last, table.calendar.next { 
	font-size: 10px; 
	margin: 100px 20px 20px 20px; 
	cursor: pointer; 
	} 

table.calendar.last th.month, table.calendar.next th.month { 
	font-size: 10px; 
	} 

table.calendar.last td, table.calendar.next td { 
	width: 20px; 
	height: 20px; 
	} 

div#calendar-last-month { 
	position: absolute; 
	left: 0; 
	top: 0; 
	} 

div#calendar-next-month { 
	position: absolute; 
	right: 0; 
	top: 0; 
	} 
