/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	padding: 3px 0px;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	font-size: 15px;
	font-weight: bold;
}

.shadetabs li{
	display: inline;
	margin: 0;

}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 23px;
	margin-right: 3px;
	border: 1px solid #666;
	color: #2d2b2b;

	
}

.shadetabs li a:visited{
color: #2d2b2b;

}

.shadetabs li a:hover{

color: #2d2b2b;
background-color:#FFF;
top:1px;
border-bottom:solid 1px #fff;
border-bottom-color: white;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 2px;
color:#000;
font-weight:bolder;

}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom:solid 1px #fff;
border-bottom-color: white;
background-color:#FFF;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;

}

#countrydivcontainer {
	width:740px;
	margin-bottom: 1em;
	padding:30px 10px;
	text-align: justify;
	border-top:solid 1px #666;
	background-color:#FFF;
	font-size: 12px;
}



#cursos span {
	color: #F90;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}
