@charset "utf-8";
/* CSS Document */



.cursos {
	position:absolute;
	text-align:center;
	width:65%;
	height:100%;
	z-index:10;
}
	
.cursos p {
	width:55%;
	margin:60px 220px 0px 0px;
	font:normal 11px Arial;
	color:#000000;
	float:right;}
	
.cursos h1 {
	font:bold 2.5em sans-serif;
	font-stretch:wider;
	color:#000066;
	margin:10px 0px 0px 10px}	

#kinder {
	position:absolute;
	height:219px;
	background:#DEF1F7;
	background-image:url(bg_kinder.gif);
	background-repeat:no-repeat;
	display:none;	
	background-position:99% 38%;
	z-index:11;}

#kids {
	position:absolute;
	height:219px;
	background:#DEF1F7;
	background-image:url(bg_kids.gif);
	background-repeat:no-repeat;
	display:none;	
	background-position:99% 38%;
	z-index:11;}

#teens {
	position:absolute;
	height:219px;
	background:#DEF1F7;
	background-image:url(bg_teens.gif);
	background-repeat:no-repeat;
	display:none;	
	background-position:110% 88%;
	z-index:11;}
	
	
#adults {
	position:absolute;
	height:219px;
	background:#DEF1F7;
	background-image:url(bg_adults.gif);
	background-repeat:no-repeat;
	display:none;	
	background-position:95% 20%;
	z-index:11;}
	
#fechar {
	margin:10px;
	float:right;}	