a.linkGaleria { color: #333333; text-decoration: none; }
a.linkGaleria:hover { color: #37A1CB; font-weight: bold; text-decoration: underline; }

a.linkGaleria2 { color: #333333; text-decoration: none; }
a.linkGaleria2:hover { color: #37A1CB; text-decoration: underline; }

.ge-titulo-disciplina {
    color: #31A6D6;
    font-family: Arial;
    font-size: 24px;
    height: 30px;
    text-decoration: underline;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #d0e8f5;
	border-left: 1px solid #d0e8f5;
	width: 370px;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #d0e8f5;
	border-left: none;
	margin-bottom: -1px;
	background: #fff;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font:13px Arial;
  	font-weight: bold;
	padding: 8px 20px;
	outline: none;
}
ul.tabs li a:hover {
	background: #333;
	color:#fff;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover, html ul.tabs li.active a  {
	background: #37a1cb;
	color:white;
	border-bottom: 1px solid #fff;
}

.tab_container {
	border: 1px solid #d0e8f5;
	border-top: none;
	clear: both;
	float: left; 
	width: 370px;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content, .tab_content a {
	color:#333; font-weight:bold; font-size:13px;
	font-family: Arial;
	line-height: 26px; text-decoration: none;
	padding:15px;
}

.tab_content a:hover {
	text-decoration: underline;
	color: #37a1cb;
}