@charset "utf-8";
/* CSS Document */

html{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-color:#ffffff;
	background-image:url(../img/bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
}
body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#888888;
	font-size:11px;
	line-height:normal;
}
a{
	text-decoration:none;
	outline:none;
}


.Esq{
	float:left;
}
.Dir{
	float:right;
}
.Base{
	clear:both;
}
.DivRespiro{
	height:20px;
	clear:both;
}


.RespiroBottom5{
	margin-bottom:5px;
}
.RespiroBottom10{
	margin-bottom:10px;
}
.RespiroBottom20{
	margin-bottom:20px;
}

.RespiroLeft10{
	margin-left:10px;
}
.RespiroLeft20{
	margin-left:20px;
}
	.RespiroLeft30{
	margin-left:30px;
}
.RespiroLeft74{
	margin-left:74px;
}

.RespiroRight2{
	margin-right:3px;
}
.RespiroRight5{
	margin-right:5px;
}
.RespiroRight10{
	margin-right:10px;
}
.RespiroRight27{
	margin-right:27px;
}
.RespiroRight67{
	margin-right:67px;
}
.RespiroRigh74{
	margin-right:74px;
}

.Respirotop3{
	margin-top:2px;
}
.Respirotop{
	margin-top:5px;
}
.Respirotop20{
	margin-top:20px;
}
.Respirotop30{
	margin-top:30px;
}
.Respirotop39{
	margin-top:39px;
}



/************ DIV GERAL ***************/
.HeaderBase{
	background-image:url(../img/bg_menu.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:100%;
	height:127px;
	margin-bottom:13px;
	padding:0px;
}
	.Header{
		width:1000px;
		height:127px;
		margin:0 auto;
	}
		.MenuAux{
			width:452px;
			/*width:335px;*/
			height:26px;
			text-align:right;
			overflow:hidden;
		}
		.MenuAux .BoxRegiao{
			background-image:url(../img/box/box_select.jpg);
			background-repeat:no-repeat;
			width:255px;
			height:26px;
		}
		.MenuAux .BoxRegiao select{
			float:right;
			margin-right:10px;
			margin-top:4px;
			width:128px;
			height:19px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:10px;
			color:#888888;
		}
/*************************/
/* Menu Principal        */ 
/*************************/
		#menu_principal{
			/*background-image:url(../img/menu.jpg);*/
			width:1000px;
			height:37px;
			clear:both;
			position:relative;
			list-style:none;
		}
		#menu_principal li{
			margin:0px;
			padding:0px;
			height:37px;
			float:left;
		}
		#menu_principal li a{
			width:100%;
			height:37px;
			display:block;
			margin:0px;
			padding:0px;
			text-indent:-400000px;
		}
			.M_Home, .M_Aprimore, .M_Cursos, .M_Agenda, .M_Galeria, .M_Provas, .M_Manual, .M_Fale{
				background-image:url(../img/menu.jpg);
				background-repeat:no-repeat;
			}
			.M_Home  a:hover, .M_Aprimore a:hover, .M_Cursos a:hover, .M_CIntensivo a:hover, .M_Agenda a:hover, .M_Galeria a:hover, .M_Provas a:hover, .M_Manual a:hover, .M_Fale a:hover{
				background-image:url(../img/menu_over.jpg);
				background-repeat:no-repeat;
			}
			.M_Home, .M_Home a:hover				{width:75px; background-position:0px;}
			.M_Aprimore, .M_Aprimore a:hover 		{width:107px; background-position:-75px;}
			.M_Cursos, .M_Cursos a:hover			{width:75px; background-position:-182px;}
			.M_Agenda, .M_Agenda a:hover			{width:163px; background-position:-257px;}
			.M_Galeria, .M_Galeria a:hover			{width:162px; background-position:-420px;}
			.M_Provas, .M_Provas a:hover			{width:160px; background-position:-582px;}
			.M_Manual, .M_Manual a:hover			{width:154px; background-position:-742px;}
			.M_Fale	, .M_Fale a:hover				{width:103px; background-position:-899px;}

/*************************/
/* Div Flash             */ 
/*************************/

#Flash
{
		width:480px;
		height:300px;
		text-align:left;
		margin:0px auto;
		position:absolute;
		z-index:1;
}
#destaques_holder {
	height:208px;
	position:relative;
	top:0;
	left:0;
	z-index:1;
	background:#FFF;
}

/******************************/
/* Menu Secundario - Dropdown */ 
/******************************/

#menu_principal li ul{
		background:#012b7d; display:none; height:auto; padding:0px; margin:0px; border:0px; position:absolute; width:240px; z-index:2; color:#ffffff;
}
	#menu_principal li:hover ul{
		display:block;
}
	#menu_principal li ul li {
		display:block; float:none; margin:0px; padding:0px; width:240px; height:auto; padding-bottom:2px; padding-top:2px; border-bottom:1px solid #2a4e8a; color:#ffffff; font-weight:bold;
}
	#menu_principal li:hover ul li a{
		background:none;
}
	#menu_principal li ul li a{
		display:block; height:auto; padding-bottom:2px; padding-top:2px; font-style:normal; margin-left:5px; padding-left:15px; text-align:left; width:215px; color:#ffffff; text-indent:0px; padding-top:5px;
}
#menu_principal li ul li a:hover, .Menu li ul li:hover a{
		background:#94acda; color:#ffffff; width:215px; padding-left:15px; margin-left:5px;
}
#menu_principal li ul a p{
		color:#ffffff; font-size:10px;
}

/******************************/
/* Base corpo                 */ 
/******************************/




.CorpoBase{
	width:980px;
	min-height:363px;
	margin:0 auto;
	padding-left:10px;
	padding-right:10px;
}

.FooterBase{
	background-image:url(../img/bg_footer1.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	width:100%;
	height:171px;
	/*position:relative;*/
	bottom:0;
	margin-top:15px;
	clear:both;
}
.Footer{
	background-image:url(../img/bg_footer.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:100%;
	padding-top:126px;
	height:45px;
	
}
	.FooterContent{
		width:1000px;
		padding:0px;
		margin:0 auto;
	}
	
/********************** HOME CSS ************************/

.Box480{
	width:480px;
}
	.BoxGaleria{
		margin:0px;
		width:100%;
	}
	.img_galeria
	{
		height:100px;
	}
	.img_institucional
	{
		width:350px;
	}
.Laranja{
	color:#f98f3a;
}
.Laranja2{
	color:#f98f3a;
}
.Azul{
	color:#9ac2e5;
}
.Cinza{
	color:#888888;
}

.Box490{
	width:490px;
	
}
	.BoxCursos{
		width:240px;
		min-height:309px;
	}
	.BoxSelectArea
	{
		background-image:url(../img/select_area.jpg);
		height:26px;
		width:221px;
		margin-bottom:11px;
		margin-left:5px;
		!margin-top:-20px;
	}
		.SelectArea
		{
			width:211px;
			height:16px;
			font-family:Verdana;
			font-size:11px;
			color#888888;
			border:none;
			margin-top:5px;
			margin-left:5px;
		}
		.ListCursosHome{
			width:100%;
			margin-left:5px;
			margin-right:10px;
			margin-bottom:20px;
		}
		.ListCursosHome li{
			margin-bottom:15px;
		}
		.ListCursosHome li h1
		{
			font-size:13px;
		}
		.ListCursosHome li p
		{
			line-height:14px;
		}
		
		.ListArea
		{
			float:left;
			height:100%;
			_margin-left:0px;
		}
		.ListArea li
		{
			margin-bottom:3px;
			display:block;
			float:left;
			clear:both;
			cursor:pointer;
		}
		.ListArea li a
		{
			color:#fff;
			cursor:pointer;
		}
		.ListArea li a:hover
		{
			color:#002b7d;
		}
		.SpanArea1
		{
			background-image:url(../img/border_left_list_area.gif);
			width:5px;
			height:20px;
		}
		.SpanArea2
		{
			background-image:url(../img/border_right_list_area.gif);
			width:5px;
			height:20px;
		}
		.SpanContent
		{
			background-color:#9ac2e5;
			color:#fff;
			width:inherit;
			height:18px;
			padding-top:2px;
			padding-left:3px;
			padding-right:3px;
		}
		.SpanContent:hover
		{
			color:#002b7d;
		}
/**************************/
/* Box campo conteúdo
/**************************/
		.BoxCursoP
		{
			background-image:url(../img/img_cursos.jpg);
			background-position:right top;
			background-repeat:no-repeat;
			/*width:780px;*/
			width:710px;
			min-height:426px;
			!height:426px;
			float:right;
			display:inline;
			margin-top:-45px;
			padding-left:26px;
			padding-top:35px;
		}
		.BoxCursoP2
		{
			background-image:url(../img/img_cursos.jpg);
			background-position:right top;
			background-repeat:no-repeat;
			width:730px;
			min-height:426px;
			!height:426px;
			float:right;
			display:inline;
			margin-top:-45px;
			padding-left:
			26px;
			padding-top:35px;
		}
		.BoxCursoP3
		{
			width:730px;
			min-height:426px;
			/*!height:426px;*/
			float:right;
			display:inline;
			margin-top:-35px;
			padding-top:35px;
			line-height:18px;
		}
		.Titulo_Area
		{
			color:#f98f3a;
			font-weight:bold;
			font-family:Verdana, Arial, Tahoma, Sans-Serif;
			font-size:16px;
		}
		.Titulo_Area2
		{
			color:#002b7d;
			font-weight:bold;
			font-family:Verdana, Arial, Tahoma, Sans-Serif;
			font-size:16px;
		}
		.DivCursos
		{
			float:left;
			width:210px;
			_margin-left:0px;
			!margin-top:-5px;
		}
		.ListAreaDetalhe
		{
			margin-left:5px;
			margin-bottom:10px;
			list-style-image:url(../img/icon_list_area_detalhe.gif);
			list-style-position:inside;	
		}
		.ListAreaDetalhe a
		{
			color:#888888;
		}
		.ListAreaDetalhe a:hover
		{
			color:#002b7d;
			text-decoration:underline;
		}
		.Titulo_Area_List
		{
			color:#f98f3a;
			font-weight:bold;
			font-family:Verdana, Arial, Tahoma, Sans-Serif;
			font-size:11px;
		}
		.BoxSelectArea
		{
			background-image:url(../img/box/box_selct_area.gif);
			width:245px;
			height:26px;
			position:relative;
		}
		.SelectAreaDetalhe
		{
			height:16px;
			width:126px;
			float:right;
			margin-right:5px;
			margin-top:5px;
			border:none;
			cursor:pointer;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:10px;
			color:#888888;
		}
	.BoxAgenda{
		width:240px;
		_margin-right:-15px;
	}
	.BoxCadastro{
		width:240px;
	}
	.BoxCadastro label
	{
		margin-left:10px;
		margin-right:10px;
		display:block;
		margin-bottom:5px;
		text-align:right;
	}
	.InputCad{
		width:154px;
		height:17px;
		font-size:12px;
		border:1px solid #d9d9d9;
		background-color:#f3f3f3;
		color:#888888;
		padding:2px;
	}
	.InputCad_select{
		width:158px;
		height:20px;
		font-size:12px;
		border:1px solid #d9d9d9;
		background-color:#f3f3f3;
		color:#888888;
		padding:2px;
	}
	.BtnSend
	{
		margin-right:10px;
		text-align:right;
		float:right;
	}
	.TextAreaCad{
		width:158px;
		height:148px;
		border:1px solid #d9d9d9;
		background-color:#f3f3f3;
	}
	.BoxNovidades{
		width:240px;
	}
	
/********************** INSTITUCIONAL CSS ************************/

.MenuInst{
	width:84px;
	float:left;
	list-style:none;
}
.MenuInst li{
	display:block;
	margin-bottom:3px;
}
.MenuInst li a{
	display:block;
	text-indent:-400000px;
	outline:none;
	cursor:pointer;
	width:100%;
	height:100%;
}
	.MI_Institucional{
		background-image:url(../img/btn/btn_institucional.jpg);
		background-position:top left;
		background-repeat:no-repeat;
		width:84px;
		height:20px;
		cursor:pointer;
	}
	  .MI_Institucional a:hover{
		background-image:url(../img/btn/btn_institucional_over.jpg);
		width:84px;
		height:20px;
	}
	.MI_Equipe{
		background-image:url(../img/btn/btn_equipe.jpg);
		background-position:left top;
		background-repeat:no-repeat;
		width:53px;
		height:20px;
		cursor:pointer;
	}
	  .MI_Equipe a:hover{
		background-image:url(../img/btn/btn_equipe_over.jpg);
		width:53px;
		height:20px;
		}
	.MI_Unidades{
		background-image:url(../img/btn/btn_unidades.jpg);
		background-position:left top;
		background-repeat:no-repeat;
		width:66px;
		height:20px;
		cursor:pointer;
	}
	 .MI_Unidades a:hover{
		background-image:url(../img/btn/btn_unidades_over.jpg);
		width:66px;
		height:20px;
		}

.Box876{
	width:876px;
	float:right;
}
/********************** EQUIPE CSS ************************/
.ListEquipe{
	margin-bottom:20px;
	padding:0px;
	list-style:none;
}
.ListEquipe li{
	margin-bottom:10px;
}

/********************** CURSOS CSS ************************/
.Box100W{
	width:100%;
	float:left;
}
.Box749{
	width:749px;
	float:left;
}
.Box749 a{
	color:#888888;
}
.Box749 h2{
	font-size:16PX;
}
	.Dados{
		line-height:16px;
	}
.ListCursos{
	margin-bottom:20px;
	margin-left:10px;
	padding:0px;
	list-style:none;
}
.ListCursos li{
	margin-bottom:20px;
}
.ListCursos li h1
{
	font-size:13px;
}
.ListCursos li p
{
	line-height:18px;
}
.Box208{
	width:209px;
	float:right;
	font-size:11PX;
}
.Box208 a
{
	color:#888888;
}

/********************** BIBLIOTECA CSS ************************/
.MenuBiblioteca{
	width:84px;
	float:left;
	list-style:none;
}
.MenuBiblioteca li{
	display:block;
	margin-bottom:3px;
}
.MenuBiblioteca li a{
	display:block;
	text-indent:-400000px;
	outline:none;
}
	.MB_Provas{
		background-image:url(../img/btn/btn_provas_over.jpg);
		background-position:top left;
		background-repeat:no-repeat;
		width:52px;
		height:20px;
	}
	.MB_Provas a:active, .MB_Provas a:visited{
		background-image:url(../img/btn/btn_provas.jpg);
		width:52px;
		height:20px;
	}
	.MB_Docs{
		background-image:url(../img/btn/btn_documentos_over.jpg);
		background-position:top left;
		background-repeat:no-repeat;
		width:84px;
		height:20px;
	}
	.MB_Docs a:active, .MB_Docs a:visited{
		background-image:url(../img/btn/btn_documentos.jpg);
		width:84px;
		height:20px;
	}
	
UL.ListProvas{
	margin-left:40px;
	margin-bottom:20px;
	padding:0px;
	list-style:url(../img/icon_list.gif);
}
UL.ListProvas li{
	margin-bottom:4px;
}

UL.ListProvas a{
	color:#888888
}

UL.ListDocs{
	margin-bottom:15px;
	padding:0px;
	list-style:none;
}
UL.ListDocs li{
	margin-bottom:20PX;
}
UL.ListDocs a{
	color:#888888
}

/********************** DISCUSSÃO CSS ************************/

.Box477{
	width:477px;
}
.Box1000{
	width:100%;
}
.Box1000 h2{
	font-size:16PX;
}
.Form_Cadastro{
	width:420px;
	position:relative;
	z-index:698px;
}
.Form_Cadastro table{
	margin-left:10px;
}
	.InputForm{
		width:298px;
		height:21px;
		border:1px solid #d9d9d9;
		background-color:#f3f3f3;
	}

UL.ListComents{
	margin-bottom:20px;
	padding:0px;
	list-style:none;
}
UL.ListComents li{
	margin-bottom:20px;
}

.InputCriar{
		width:898px;
		height:21px;
		border:1px solid #d9d9d9;
		background-color:#f3f3f3;
	}
	
.TextAreaCriar{
		width:898px;
		height:148px;
		border:1px solid #d9d9d9;
		background-color:#f3f3f3;
	}
	
/********************** CONTATO CSS ************************/
.InputContato{
		width:498px;
		height:21px;
		border:1px solid #d9d9d9;
		background-color:#f3f3f3;
	}

.InputDinamic{
		height:21px;
		border:1px solid #d9d9d9;
		background-color:#f3f3f3;
	}
	
.TextAreaContato{
		width:498px;
		height:148px;
		border:1px solid #d9d9d9;
		background-color:#f3f3f3;
	}
	
/********************** GALERIA CAMPEÕES CSS ************************/

UL.BoxABC{
	/*background-image:url(../img/box/box_abc.jpg);*/
	width:750px;
	height:26px;
}
UL.BoxABC li{
	height:26px;
	float:left;
	margin:0px;
	padding:0px;
}UL.BoxABC li a{
	display:block;
	width:100%;
	height:26px;
	text-indent:-40000px;
	outline:none;
}
	.ListTodos
	{
		width:52px;
		background-image:url(../img/box/box_abc.jpg);
		background-position:left top;
		background-repeat:no-repeat;
	}
	.ListA{
		width:25px;
		background-image:url(../img/box/box_abc.jpg);
		background-position:-52px;
		background-repeat:no-repeat;
	}
	.ListB{
		width:25px;
		background-image:url(../img/box/box_abc.jpg);
		background-position:-77px;
		background-repeat:no-repeat;
	}
	.ListC{
		width:23px;
		background-image:url(../img/box/box_abc.jpg);
		background-position:-102px;
		background-repeat:no-repeat;
	}
	.ListD{
		width:24px;
		background-image:url(../img/box/box_abc.jpg);
		background-position:-125px;
		background-repeat:no-repeat;
	}
	.ListE{
		width:24px;
		background-image:url(../img/box/box_abc.jpg);
		background-position:-149px;
		background-repeat:no-repeat;
	}
	.ListF{
		width:24px;
		background-image:url(../img/box/box_abc.jpg);
		background-position:-173px;
		background-repeat:no-repeat;
	}
	.ListG{
		width:24px;
		background-image:url(../img/box/box_abc.jpg);
		background-position:-197px;
		background-repeat:no-repeat;
	}
	.ListH{
		width:24px;
		background-image:url(../img/box/box_abc.jpg);
		background-position:-221px;
		background-repeat:no-repeat;
	}
	.ListI{
		width:20px;
		background-image:url(../img/box/box_abc.jpg);
		background-position:-245px;
		background-repeat:no-repeat;
	}
	.ListJ{
		width:23px;
		background-image:url(../img/box/box_abc.jpg);
		background-position:-265px;
		background-repeat:no-repeat;
	}
	.ListK{
		width:25px;
		background-image:url(../img/box/box_abc.jpg);
		background-position:-288px;
		background-repeat:no-repeat;
	}
	.ListL{
		width:23px;
		background-image:url(../img/box/box_abc.jpg);
		background-position:-313px;
		background-repeat:no-repeat;
	}
	.ListM{
		width:26px;
		background-image:url(../img/box/box_abc.jpg);
		background-position:-336px;
		background-repeat:no-repeat;
	}
	.ListN{
		width:26px;
		background-image:url(../img/box/box_abc.jpg);
		background-position:-362px;
		background-repeat:no-repeat;
	}
	.ListO{
		width:24px;
		background-image:url(../img/box/box_abc.jpg);
		background-position:-388px;
		background-repeat:no-repeat;
	}
	.ListP{
		width:24px;
		background-image:url(../img/box/box_abc.jpg);
		background-position:-412px;
		background-repeat:no-repeat;
	}
	.ListQ{
		width:24px;
		background-image:url(../img/box/box_abc.jpg);
		background-position:-436px;
		background-repeat:no-repeat;
	}
	.ListR{
		width:23px;
		background-image:url(../img/box/box_abc.jpg);
		background-position:-460px;
		background-repeat:no-repeat;
	}
	.ListS{
		width:24px;
		background-image:url(../img/box/box_abc.jpg);
		background-position:-483px;
		background-repeat:no-repeat;
	}
	.ListT{
		width:25px;
		background-image:url(../img/box/box_abc.jpg);
		background-position:-507px;
		background-repeat:no-repeat;
	}
	.ListU{
		width:25px;
		background-image:url(../img/box/box_abc.jpg);
		background-position:-533px;
		background-repeat:no-repeat;
	}
	.ListV{
		width:24px;
		background-image:url(../img/box/box_abc.jpg);
		background-position:-558px;
		background-repeat:no-repeat;
	}
	.ListX{
		width:24px;
		background-image:url(../img/box/box_abc.jpg);
		background-position:-582px;
		background-repeat:no-repeat;
	}
	.ListY{
		width:22px;
		background-image:url(../img/box/box_abc.jpg);
		background-position:-606px;
		background-repeat:no-repeat;
	}
	.ListW{
		width:29px;
		background-image:url(../img/box/box_abc.jpg);
		background-position:-628px;
		background-repeat:no-repeat;
	}
	.ListZ{
		width:24px;
		background-image:url(../img/box/box_abc.jpg);
		background-position:-657px;
		background-repeat:no-repeat;
	}
	.BoxData{
		width:70px;
		background-image:url(../img/box/box_abc.jpg);
		background-position:-680px;
		background-repeat:no-repeat;
	}
		.SelectData{
			height:18px;
			width:58px;
			font-size:11px;
			color:#888888;
			text-align:center;
			margin-top:5px;
			margin-left:6px;
		}
		
Ul.ListCampeoes{
	margin:0px;
	padding:0px;
	list-style:none;
	width:100%;
}

Ul.ListCampeoes li{
	width:48%;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:20px;
	float:left;
}
Ul.ListCampeoes li p{
	font-size:11px;
}

.FormCampeoes{
	border:1px solid #888888;
	background-color:#ffffff;
	width:351px;
	padding:25px;
}
	.InputCam{
		width:238px;
		height:21px;
		border:1px solid #d9d9d9;
		background-color:#f3f3f3;
	}
	
.TextAreaCam{
		width:238px;
		height:148px;
		border:1px solid #d9d9d9;
		background-color:#f3f3f3;
	}
	
	
/********************** AGENDA DE CONCURSOS CSS ************************/

UL.BoxAno{
	/*background-image:url(../img/box/box_ano.jpg);*/
	width:750px;
	height:26px;
}
UL.BoxAno li{
	height:26px;
	float:left;
	margin:0px;
	padding:0px;
}UL.BoxAno li a{
	display:block;
	width:100%;
	height:26px;
	text-indent:-40000px;
	outline:none;
}
	.Mes_J{
		width:57px;
		background-image:url(../img/box/box_ano.jpg);
		background-position:left top;
		background-repeat:no-repeat;
	}
	.Mes_F{
		width:67px;
		background-image:url(../img/box/box_ano.jpg);
		background-position:-57px;
		background-repeat:no-repeat;
	}
	.Mes_Mar{
		width:52px;
		background-image:url(../img/box/box_ano.jpg);
		background-position:-124px;
		background-repeat:no-repeat;
	}
	.Mes_Ab{
		width:43px;
		background-image:url(../img/box/box_ano.jpg);
		background-position:-176px;
		background-repeat:no-repeat;
	}
	.Mes_Mai{
		width:45px;
		background-image:url(../img/box/box_ano.jpg);
		background-position:-219px;
		background-repeat:no-repeat;
	}
	.Mes_Jun{
		width:52px;
		background-image:url(../img/box/box_ano.jpg);
		background-position:-264px;
		background-repeat:no-repeat;
	}
	.Mes_Jul{
		width:47px;
		background-image:url(../img/box/box_ano.jpg);
		background-position:-316px;
		background-repeat:no-repeat;
	}
	.Mes_Ags{
		width:54px;
		background-image:url(../img/box/box_ano.jpg);
		background-position:-363px;
		background-repeat:no-repeat;
	}
	.Mes_Set{
		width:68px;
		background-image:url(../img/box/box_ano.jpg);
		background-position:-417px;
		background-repeat:no-repeat;
	}
	.Mes_Out{
		width:59px;
		background-image:url(../img/box/box_ano.jpg);
		background-position:-485px;
		background-repeat:no-repeat;
	}
	.Mes_Nov{
		width:72px;
		background-image:url(../img/box/box_ano.jpg);
		background-position:-544px;
		background-repeat:no-repeat;
	}
	.Mes_Dez{
		width:65px;
		background-image:url(../img/box/box_ano.jpg);
		background-position:-616px;
		background-repeat:no-repeat;
	}
	.BoxData_Ano{
		width:69px;
		background-image:url(../img/box/box_ano.jpg);
		background-position:-681px;
		background-repeat:no-repeat;
	}
		.SelectData_Ano{
			height:16px;
			width:58px;
			font-size:11px;
			color:#888888;
			text-align:center;
			margin-top:5px;
			margin-right:5px;
			float:right;
		}
/********************** UNIDADES CSS ************************/
.ListUnidades{
	width:100%;
}
.ListUnidades li{
	width:48%;
	float:left;
	margin-bottom:20px;
	margin-left:5px;
	margin-right:5px;
}
.ListUnidades a{
	color:#f98f3a;
	text-decoration:underline;
}
	.ComoChegar{
		line-height:16px;
		margin-bottom:10px;
	}
	
.ListGaleriaFotos{
	width:100%;
	margin-top:5px;
}
.ListGaleriaFotos li{
	float:left;
	width:90px;
	margin-left:2px;
	margin-right:2px;
}
	.BoxTituloUnidade{
		background-image:url(../img/box/box_unidade.jpg);
		width:415px;
		height:23px;
		padding-top:7px;
		padding-left:10px;
		color:#FFFFFF;
		margin-bottom:10px;
		font-size:14px;
		font-weight:bold;
	}



/* pop up*/

.modalBackground
{
	/*text-align:center;
	margin:0px;
	padding:0px;
	background-position:top;
	background-color:#ece1c2;
	height: 100px;*/
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	/*background-image: url(img/bg.jpg);*/
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.modalPopupHeader
{
	background-color:#1d4394;
}