
/*===== INICIO CSS MODELO ======================================================================================================================================*/

body{
	background:url(../images/bg/bg_site.png) no-repeat #000;
	margin:0px;
	font-family:verdana;
	font-size:11px;
}

.main{
	width:100%;
	background:url(../images/bottom.jpg) no-repeat;
	background-position:bottom;
	/*filter: alpha(opacity=30); /* IE 
	opacity: .3; /* Firefox 
	-moz-opacity:0.3; /* Mozilla */	
}

#main{
	width:999px;
	/*filter: alpha(opacity=30); /* IE 
	opacity: .3; /* Firefox 
	-moz-opacity:0.3; /* Mozilla */	
}

.logo{
	margin-top:8px;
	*margin-top:10px;
	_margin-top:10px;
	height:165px;
	width:790px;
	background:url(../images/logo/logo_trans.png) no-repeat;
}

h1{
	display:none;
}

.conteudo{
	width:790px;
	background:#000;
	font-size:30px;
	color:#000;
	font-family:tahoma;
	border-left:1px solid #333;
	border-right:1px solid #333;
}

#menu ul{
	padding:0px 0xp 0px 0px;
	margin:0px 0px 10px 0px;
	width:100%;
	height:125px;
}


#menu ul li {
	font:12px "Trebuchet MS";
	display:inline;
	float:left;
	margin-top:3px;
	margin-left:1px;
	border:0px;
	padding:2px 2px 2px 2px;
	color:#999999;
	cursor:pointer;
	width:100px;
	height:100px;
	text-decoration:none;
}

.position_menu{
	position:relative;
	width:100%;
	left:-10px;
	*left:30px;
	_left:30px;
	top:-10px;
	height:130px;
}

.text_menu{
	top:68px;
	position:relative;
	text-decoration:none;
	text-shadow:none;
	text-transform:none;
	cursor:pointer;
	text-align:center;
}

.conteudo_central{
	width:790px;
}

.banner_esquerdo_home{	
	float:left;
	width:430px;
	height:339px;
	background:url(../images/bg_banner_home.png);
	cursor:pointer;
}

.banner_home_{
	width:720px;
	height:339px;
}


/* Banner Direito Home */

#screen1 {
	width: 720px;
	height: 339px;
	margin-left:40px;
}
.panel {
	position: relative;
	float: left;
	width: 32%;
	height: 46%;
	margin:4px;
	overflow: hidden;
	cursor:pointer;
}
.imgPanel {
	position: absolute;
	border: none;
	text-decoration: none;
}

.banner1{
	width:720px;
	height:339px;
	margin-bottom:15px;
}

#gallery_index{
	margin-left:-37px;
}

.info_site{
	background:url(../images/bg_info_site.png);
	width:790px;
	margin-bottom:15px;
	height:60px;
}

/* !Banner Direito Home */

.bottom_home{
	height:620px;
	width:790px;
	border-right:1px solid #333;
	border-left:1px solid #333;
	background:url(../images/index_image.jpg) no-repeat;
	background-position:bottom;
}

.bottom_home_login{
	height:620px;
	width:790px;
	border-right:1px solid #333;
	border-left:1px solid #333;
	background:url(../images/index_image.jpg) no-repeat;
	background-position:bottom;
	background-color:#000;
}

.copyright{
	background:#000;
	width:790px;
	height:30px;
	color:#999;
	border-right:1px solid #333;
	border-left:1px solid #333;
}

.position_copyright{
	margin-top:0px;
}

.position_copyright1{
	font-family:verdana;
	font-size:11px;
}

.rodape{	
	width:790px;
	height:27px;
	background:url(../images/rodape.png);
}

.spacing_rodape{
	width:100%;
	height:50px;
}

.rdesigner{
	height:20px;
	width:50px;
	cursor:pointer;
	border:0px;
}

.rdesigner_div{
	width:95%;
	text-align:right;
	height:20px;
}

/*===== FIM CSS MODELO ======================================================================================================================================*/

/*===== PHOTOS 3D ===========================================================================================================================================*/

.screen_masculino{
	background:url(../images/bg_masculino.jpg);
}

.screen_feminino{
	background:url(../images/bg_feminino.jpg);
}

#screen {
	position: relative;
	width: 790px;
	height: 400px;
}

#screen img {
	position: absolute;
	cursor: pointer;
	visibility: hidden;
	width: 0px;
	height: 0px;
}

#screen .tvover {
	border: solid #1f0427;
	opacity: 1;
	filter: alpha(opacity=100);
}

#screen .tvout {
	border: solid #333;
	filter: alpha(opacity=90); 
	opacity: .9;
	-moz-opacity:0.9;
}

#bankImages {
	display: none;
}

/*===== PHOTOS 3D ===========================================================================================================================================*/

/*===== LIGHTBOX ============================================================================================================================================*/

.gallery_full_item_off{
	 width:132px;
	 height:198px;
	 float:left;
	 margin:10px;
}

.gallery_full_item{
	 width:132px;
	 height:198px;
	 background:#000;
	 border:1px solid #333;
	 float:left;
	 margin:10px;
}

.gallery_full_item:hover{
	 width:132px;
	 height:198px;
	 background:#000;
	 border:1px solid #2e0638;
	 float:left;
	 margin:10px;
}

.img_g{
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}	

.img_g:hover{
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}	

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img {
	border: none;
}
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image {
	padding: 10px;
}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}

#lightbox-nav a {
	outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}
	
#lightbox-image-details-caption {
	font-weight: bold;
}

#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			

#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

#gallery {
	width:770px;
	background:url(../images/bg_gallery1.jpg);
}

#gallery ul {
	list-style: none;
}

#gallery ul li {
	display: inline;
}

#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}

#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}

#gallery ul a:hover {
	color: #fff;
}

/*===== !LIGHTBOX ============================================================================================================================================*/

/*===== CONTATO ============================================================================================================================================*/
.conteudo_central_contato{
	width:790px;
	height:593px;
	background:url(../images/img_contact.jpg);
}

#cadastro{
	margin-left:40px;
	background:#000000;
}

#left{
	float:left;
	margin-left:40px;
}

#right{
	float:right;
	margin-right:40px;
}

.textbox{
	border:1px solid #fff;
	font:11px 'verdana';
}

.textbox:hover{
	border:1px solid #ffc;
	font:11px 'verdana';
}

#content_contact{
	height:470px;
	width:653px;
	float:left;
}

#btn_close{
	width:10px;
	height:10px;
	float:right;
	margin-top:10px;
	margin-right:10px;
}

#title_dialog_contact{
	width:500px;
	height:30px;
	float:left;
	color:#777;
	font:12px 'tahoma';
}

#container_contact{
	width:653px;
	height:30px;
	background:url(../images/bg_top_dialog.png);
}

.contact{
	line-height:30px;
	margin-left:10px;
}

#container_full{
	width:653px;
	height:500px;
	background:#fff;
	border:1px solid #ccc;
	margin-left:auto;
	margin-right:auto;
	margin-top:2%;
	color:#000;
}

#container_full_my_company{
	width:653px;
	height:500px;
	background:url(../images/bg_my_company.gif);
	background-position:bottom;
	background-image:#fff;
	border:1px solid #ccc;
	margin-left:auto;
	margin-right:auto;
	margin-top:2%;
	color:#000;
}

#padding{
	margin:10px;
	font:13px 'verdana';
}

#FormAjax{
	width:100%;
	height:100%;
	margin-top:-8px;
	*margin-top:0px;
	_margin-top:0px;
	position:fixed;
	background:url(../images/pixel.png);
	z-index:1000;
	display:none;
}

#FormCompany{
	width:100%;
	height:100%;
	margin-top:-8px;
	*margin-top:0px;
	_margin-top:0px;
	position:fixed;
	background:url(../images/pixel.png);
	z-index:1000;
	display:none;
}

#FormJobs{
	width:100%;
	height:100%;
	margin-top:-8px;
	*margin-top:0px;
	_margin-top:0px;
	position:fixed;
	background:url(../images/pixel.png);
	z-index:1000;
	display:none;
}

#BecaCoral{
	width:100%;
	height:100%;
	margin-top:-8px;
	*margin-top:0px;
	_margin-top:0px;
	position:fixed;
	background:url(../images/pixel.png);
	z-index:1000;
	display:none;
}

#BecaAmericana{
	width:100%;
	height:100%;
	margin-top:-8px;
	*margin-top:0px;
	_margin-top:0px;
	position:fixed;
	background:url(../images/pixel.png);
	z-index:1000;
	display:none;
}

#information_left_maps1{
	margin:10px;
	width:180px;
	height:128px;
	font:12px 'verdana';
	border:1px solid #ccc;
	background:url(../images/bg_container_left_maps1.png);
}

#information_left_maps2{
	margin:10px;
	width:180px;
	height:128px;
	font:12px 'verdana';
	border:1px solid #ccc;
	background:url(../images/bg_container_left_maps2.png);
}

#information_left_rlgs{
	margin:10px;
	width:180px;
	height:128px;
	font:12px 'verdana';
	border:1px solid #ccc;
	background:url(../images/bg_container_left_rlgs.png);
}

.margin5{
	margin:5px;
}

#container_left{
	width:200px;
	height:100%;
	float:left;
	border-right:1px solid #ccc;
	background:#f4f4f4;
}

#aba_left{
	width:180px;
	margin-left:10px;
	margin-top:10px;
	border-top:1px solid #ccc;
	padding-left:9px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #fff;
	background:#fff;
	font:11px 'verdana';
	line-height:30px;
}

.description_pages{
	margin-left:20px;
	margin-right:20px;
	color:#FFFFFF;
	font:12px 'verdana';
	text-align:left;
}

.description_pages a{
	color:#FFFF66;
	text-decoration:none;
}

.description_pages a:hover{
	color:#FFFF33;
	text-decoration:underline;
}

.both{
	clear:both;
}

.formcontact{
	width:452px;
	height:470px;
	background:url(../images/bg_mail.png);
	float:right;
}

.formjobs{
	width:452px;
	height:470px;
	background:#fff;
	float:right;
}

.mini_becas{
	width:432px;
	height:450px;
	margin:10px;
	background:#000;
	background-color:#000;
	float:right;
}

.Form1{
	padding:0px;
	margin:0px;
}

.form_basic{
	width:450px;
	margin-top:10px;
	height:20px;
	line-height:20px;
}

.form_basic_medidas{
	width:347px;
	*width:350px;
	_width:350px;
	margin-top:10px;
	height:20px;
	line-height:20px;
	font:11px 'verdana';
}

.form_basic_emak{
	width:700px;
	*width:700px;
	_width:700px;
	margin-top:10px;
	height:20px;
	line-height:20px;
	font:11px 'verdana';
}

.form_message{
	width:450px;
	margin-top:10px;
	line-height:20px;
}

.line_contact_left{
	margin-left:30px;
	float:left;
	color:#666;
	font:11px 'verdana';
}

.line_contact_left_medidas{
	margin-left:5px;
	float:left;
	color:#666;
	border-left:5px solid #2DCBE8;
	border-bottom:1px solid #f1f1f1;
	border-top:1px solid #f1f1f1;
	background:#f9f9f9;
	height:18px;
	padding-top:2px;
	position:relative;
	top:1px;
	line-height:18px;
	width:150px;	
	font:11px 'verdana';
	text-align:left;
	padding-left:3px;
}

.line_contact_left_medidas:hover{
	margin-left:5px;
	float:left;
	color:#666;
	border-left:5px solid #cc0000;
	border-bottom:1px solid #f1f1f1;
	border-top:1px solid #f1f1f1;
	background:#f9f9f9;
	height:18px;
	padding-top:2px;
	position:relative;
	top:1px;
	line-height:18px;
	width:150px;	
	font:11px 'verdana';
	text-align:left;
	padding-left:3px;
}

.line_contact_left_emak{
	margin-left:5px;
	float:left;
	color:#666;
	border-left:5px solid #2DCBE8;
	border-bottom:1px solid #f1f1f1;
	border-top:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
	background:#f9f9f9;
	height:18px;
	padding-top:2px;
	position:relative;
	top:1px;
	line-height:18px;
	width:164px;
	*width:159px;
	_width:159px;	
	font:11px 'verdana';
	text-align:left;
	padding-left:3px;
}

.line_contact_left_emak:hover{
	margin-left:5px;
	float:left;
	color:#666;
	border-left:5px solid #cc0000;
	border-bottom:1px solid #f1f1f1;
	border-top:1px solid #f1f1f1;
	background:#f9f9f9;
	height:18px;
	padding-top:2px;
	position:relative;
	top:1px;
	line-height:18px;
	width:164px;
	*width:159px;
	_width:159px;	
	font:11px 'verdana';
	text-align:left;
	padding-left:3px;
}

.line_contact_left_medidas1{
	margin-left:5px;
	float:left;
	color:#666;
	border-left:5px solid #b6c6cf;
	border-bottom:1px solid #f1f1f1;
	border-top:1px solid #f1f1f1;
	background:#f9f9f9;
	height:18px;
	padding-top:2px;
	position:relative;
	top:1px;
	line-height:18px;
	width:150px;	
	font:11px 'verdana';
	text-align:left;
	padding-left:3px;
}

.line_contact_left_medidas1:hover{
	margin-left:5px;
	float:left;
	color:#666;
	border-left:5px solid #cc0000;
	border-bottom:1px solid #f1f1f1;
	border-top:1px solid #f1f1f1;
	background:#f9f9f9;
	height:18px;
	padding-top:2px;
	position:relative;
	top:1px;
	line-height:18px;
	width:150px;	
	font:11px 'verdana';
	text-align:left;
	padding-left:3px;
}

.line_contact_right{
	float:right;
	margin-right:30px;
}

.line_contact_right_medidas{
	float:right;
	margin-right:5px;
}

.textbox_form{
	width:250px;
	font:12px 'verdana';
	padding:3px;
	border:1px solid #ccc;
	margin-top:0px;
	text-align:left;
	background:url(../images/pixel_label.gif);
}

.textbox_form:hover{
	width:250px;
	font:12px 'verdana';
	padding:3px;
	border:1px solid #999;
	background:#f1f1f1;
	text-align:left;
	background:url(../images/pixel_label.gif);
}

.textbox_form_medidas{
	width:169px;
	font:12px 'verdana';
	padding:3px;
	border:1px solid #ccc;
	margin-top:0px;
	text-align:left;
	background:url(../images/pixel_label1.gif);
}

.textbox_form_medidas:hover{
	width:169px;
	font:12px 'verdana';
	padding:3px;
	border:1px solid #999;
	background:#f1f1f1;
	text-align:left;
	background:url(../images/pixel_label1.gif);
}

.textbox_form_emak{
	width:500px;
	font:12px 'verdana';
	padding:3px;
	border:1px solid #ccc;
	margin-top:-1px;
	*margin-top:1px;
	_margin-top:1px;
	text-align:left;
	background:url(../images/pixel_label1.gif);
}

.textbox_form_emak:hover{
	width:500px;
	font:12px 'verdana';
	padding:3px;
	border:1px solid #999;
	background:#f1f1f1;
	margin-top:-1px;
	*margin-top:1px;
	_margin-top:1px;
	text-align:left;
	background:url(../images/pixel_label1.gif);
}


.btn_enviarmsg{
	width:139px;
	height:22px;
	border:0px;
	cursor:pointer;
	background:url(../images/btn_enviarmsg.png);
	background-position:top;
}

.btn_enviarmsg:hover{
	width:139px;
	height:22px;
	border:0px;
	cursor:pointer;
	background:url(../images/btn_enviarmsg.png);
	background-position:bottom;
}

.btn_enviarmedida{
	width:139px;
	height:22px;
	border:0px;
	cursor:pointer;
	background:url(../images/btn_enviarmedida.png);
	background-position:top;
}

.btn_enviarmedida:hover{
	width:139px;
	height:22px;
	border:0px;
	cursor:pointer;
	background:url(../images/btn_enviarmedida.png);
	background-position:bottom;
}

.div_form_contact{
	margin-top:80px;
}

.div_form_jobs{
	margin-top:20px;
}

.btn_beca_off{
	width:220px;
	height:100px;
	filter: alpha(opacity=50);
	opacity: .5;
	-moz-opacity:0.5;
	border:1px solid #000;
	cursor:pointer;
	float:left;
	margin:10px;
} 


.btn_beca{
	width:220px;
	height:100px;
	filter: alpha(opacity=50);
	opacity: .5;
	-moz-opacity:0.5;
	border:1px solid #333;
	cursor:pointer;
	float:left;
	margin:10px;
} 

.btn_beca:hover{
	width:220px;
	height:100px;
	filter: alpha(opacity=99);
	opacity: 1;
	-moz-opacity:1;
	border:1px solid #fff;
	cursor:pointer;
	float:left;
	margin:10px;
} 

.btn_voltar{
	float:right;
	width:23px;
	height:23px;
	cursor:pointer;
	background:url(../images/btn_voltar.png);
	background-position:left;
}

.btn_voltar:hover{
	float:right;
	width:23px;
	height:23px;
	cursor:pointer;
	background:url(../images/btn_voltar.png);
	background-position:right;
}

.div_mini_image_dialog{
	background:#000;
	width:85px;
	height:85px;
	margin-left:10px;
	margin-top:10px;
	float:left;
}

.mini_becas_left{
	width:85px;
	height:85px;
	margin-top:10px;
	margin-left:10px;
	background:#000;
	float:left;
}

.paginator{	
	width:180px;
	margin-top:10px;
	margin-left:10px;
	height:30px;
	float:left;
	background:#000;
}

#loja_mooca{
	visibility:hidden;
	margin-top:-800px;
	width:740px;
	height:390px;
	padding-top:10px;
	background:#bfbebd;
}

.loja_mooca{
	visibility:hidden;
	top:400px;
	width:740px;
	position:relative;
	height:400px;
	background:#bfbebd;
}

.loja_mooca1{
	visibility:hidden;
	margin-top:-800px;
	width:740px;
	height:400px;
	background:#bfbebd;
}

#loja_tatuape{
	width:740px;
	height:390px;
	background:#bfbebd;
	padding-top:10px;
}

#maps{
	width:300px;
	height:385px;
	background:url(../images/bg_maps.png);
	position:absolute;
	top:376px;
	left:772px;
}

#maps1{
	width:300px;
	height:385px;
	background:url(../images/bg_maps1.png);
	position:absolute;
	top:376px;
	left:772px;
}

.id_tatuape{
	width:90%;
	margin-top:170px;
	height:30px;
	cursor:pointer;
}

.id_mooca{
	width:90%;
	margin-top:30px;
	height:30px;
	cursor:pointer;
}

.envio_med{
	margin-left:auto;
	margin-right:auto;
	width:500px;
	height:300px;
	margin-bottom:0px;
	*margin-bottom:50px;
	_margin-bottom:50px;
	background:url(../images/envio_med.png);
	cursor:pointer;
}

.envio{
	margin-left:auto;
	margin-right:auto;
	width:500px;
	height:300px;
	margin-bottom:0px;
	*margin-bottom:50px;
	_margin-bottom:50px;
	background:url(../images/envio.png);
	cursor:pointer;
}

.style_becacoral{
	background:url(../images/bg_masculino.jpg);
	height:300px;
}

#gallery_form{
	width:320px;
	position:relative;
	float:left;
	margin-left:30px;
}

#div_left_medidas{
	width:520px;
	height:80px;
	margin-left:30px;
	background:url(../images/bg_top_medidas.png);
	font:12px 'verdana';
	float:left;
}

#div_right_medidas{
	width:190px;
	height:80px;
	background:url(../images/bg_top_medidas1.png);
	float:left;
	margin-left:20px;
}

#content_medidas{
	width:328px;
	margin-left:30px;
	background:#fff;
	border-left:1px solid #666;
	border-right:1px solid #666;
}

#top_content_medidas{
	width:330px;
	height:30px;
	margin-left:30px;
	margin-top:30px;
	background:url(../images/top_content_medidas.png);
}

#bottom_content_medidas{
	width:330px;
	margin-left:30px;
	height:30px;
	background:url(../images/top_content_medidas1.png);
}

#top_content_send{
	height:30px;
	width:370px;
	float:right;
	background:url(../images/top_content_send.png);
	margin-top:30px;
	margin-right:30px;
}

#top_content_emak{
	height:30px;
	width:750px;
	background:url(../images/top_content_emak.png);
	margin-top:30px;
	position:relative;
	right:0px;
}

#content_send{
	width:368px;
	min-height:500px;
	margin-right:30px;
	background:#fff;
	float:right;
	border-left:1px solid #666;
	border-right:1px solid #666;
}

#content_send_emak{
	width:748px;
	position:relative;
	right:20px;
	height:530px;
	background:#fff;
	float:right;
	border-left:1px solid #666;
	border-right:1px solid #666;
}

#bottom_content_send{
	height:30px;
	margin-right:30px;
	float:right;
	width:370px;
	background:url(../images/bottom_content_send.png);
	float:right;
}

#bottom_content_emak{
	height:30px;
	position:relative;
	right:20px;
	float:right;
	width:750px;
	background:url(../images/bottom_content_emak.png);
	float:right;
}

#part1_left{
	float:left;
	font:12px 'verdana';
}

#part1_right{
	float:left;
	font:12px 'verdana';
}

.textbox_send{
	font:12px 'verdana';
	border:1px solid #ccc;
}

.textbox_send:hover{
	font:12px 'verdana';
	border:1px solid #ccc;
	background:#ededed;
}

#getty_image_coral{
	width:790px;
	height:100%;
	background:url(../images/bg_becacoral.jpg) no-repeat;
	background-position:bottom right;
}

#getty_image_plissada{
	width:790px;
	height:100%;
	background:url(../images/bg_plissada.jpg) no-repeat;
	background-position:bottom right;
}

#getty_image_borla{
	width:790px;
	height:100%;
	background:url(../images/bg_borla.jpg) no-repeat;
	background-position:bottom right;
}

#getty_image_smoking{
	width:770px;
	height:100%;
	background:url(../images/bg_smoking.jpg) no-repeat;
	background-position:bottom right;
}

#getty_image_tradicional{
	width:770px;
	height:100%;
	background:url(../images/bg_becatradicional.jpg) no-repeat;
	background-position:bottom right;
}

#getty_image_americana{
	width:790px;
	height:1900px;
	background:url(../images/bg_americana.jpg) repeat-y;
	background-position:bottom right;
}

#getty_image_professor{
	width:790px;
	height:100%;
	background:url(../images/bg_becaprofessor.jpg) no-repeat;
	background-position:bottom right;
}

#getty_image_francesa{
	width:790px;
	height:100%;
	background:url(../images/bg_becafrancesa.jpg) no-repeat;
	background-position:bottom right;
}

#getty_image_advogado{
	width:790px;
	height:100%;
	background:url(../images/bg_becaadvogado.jpg) no-repeat;
	background-position:bottom right;
}

#getty_image_infantil{
	width:790px;
	height:100%;
	background:url(../images/bg_becainfantil.jpg) no-repeat;
	background-position:bottom right;
}

#obr{
	font:10px 'verdana';
	color:#cc0000;
	margin:15px;
}

#style_vermelho{
	font:10px 'verdana';
	color:#cc0000;
}

#content_medida_left{
	float:left;
}

#title_table_med{
	width:328px;
	height:50px;
	background:url(../images/title_med2.png);
}

#table1_med{
	float:left;
	width:150px;
	font:11px 'verdana';
}

#table2_med{
	float:right;
	width:150px;
	font:11px 'verdana';
}

#colun1_table1{
	float:left;
	border-left:1px solid #999;
	margin-left:20px;
	width:64px;
	padding-top:3px;
	padding-bottom:3px;
}

#colun2_table1{
	float:right;
	border-right:1px solid #999;
	width:64px;
	padding-top:3px;
	padding-bottom:3px;
}

#colun1_table1_top{
	float:left;
	background:url(../images/top_table_med_left.png);
	margin-left:20px;
	width:65px;
	padding-top:3px;
	padding-bottom:3px;
}

#colun2_table1_top{
	float:right;
	background:url(../images/top_table_med_right.png);
	width:65px;
	padding-top:3px;
	padding-bottom:3px;
}

#colun1_table1_bottom{
	float:left;
	background:url(../images/bottom_table_med_left.png);
	margin-left:20px;
	width:65px;
	padding-top:3px;
	padding-bottom:3px;
}

#colun2_table1_bottom{
	float:right;
	background:url(../images/bottom_table_med_right.png);
	width:65px;
	padding-top:3px;
	padding-bottom:3px;
}

#colun1_table2{
	float:left;
	width:64px;
	border-left:1px solid #999;
	padding-top:3px;
	padding-bottom:3px;
}

#colun2_table2{
	float:right;
	border-right:1px solid #999;
	margin-right:20px;
	width:64px;
	padding-top:3px;
	padding-bottom:3px;
}

#colun1_table2_top{
	float:left;
	background:url(../images/top_table_med_left.png);
	width:65px;
	padding-top:3px;
	padding-bottom:3px;
}

#colun2_table2_top{
	float:right;
	background:url(../images/top_table_med_right.png);
	margin-right:20px;
	width:65px;
	padding-top:3px;
	padding-bottom:3px;
}

#colun1_table2_bottom{
	float:left;
	background:url(../images/bottom_table_med_left.png);
	width:65px;
	padding-top:3px;
	padding-bottom:3px;
}

#colun2_table2_bottom{
	float:right;
	background:url(../images/bottom_table_med_right.png);
	margin-right:20px;
	width:65px;
	padding-top:3px;
	padding-bottom:3px;
}

.envio_medida{
	width:144px;
	height:60px;
	background:none;
	margin-right:40px;
	border:0px;
	float:right;
	cursor:pointer;
}

#line_1{
	background:#f2f2f2;
	font:12px 'verdana';
	width:728px;
	line-height:30px;
	cursor:pointer;
	border-bottom:1px solid #ebebeb;
}

#line_1:hover{
	background:#b2e1ff;
	font:12px 'verdana';
	width:728px;
	line-height:30px;
	cursor:pointer;
	border-bottom:1px solid #ebebeb;
}

#line_2{
	background:#fff;
	font:12px 'verdana';
	width:728px;
	line-height:30px;
	cursor:pointer;
	border-bottom:1px solid #ebebeb;
}

#line_2:hover{
	background:#b2e1ff;
	font:12px 'verdana';
	width:728px;
	line-height:30px;
	cursor:pointer;
	border-bottom:1px solid #ebebeb;
}

#event_date{
	width:85px;
	float:left;
	text-align:left;
	padding-left:15px;
}

#event{
	float:left;
	width:135px;
	text-align:left;
	padding-left:15px;
}

#name_event{
	float:left;
	width:463px;
	text-align:left;
	padding-left:15px;
}

.aba1_maps{
	width:100px;
	height:40px;
	background:url(../images/aba1_maps.png);
	background-position:top;
	margin-left:25px;
	float:left;
	cursor:pointer;
}

.aba1_maps2{
	width:100px;
	height:40px;
	background:url(../images/aba1_maps.png);
	background-position:bottom;
	margin-left:25px;
	float:left;
	cursor:pointer;
}

.aba2_maps{
	width:100px;
	height:40px;
	background:url(../images/aba2_maps.png);
	background-position:top;
	float:left;
	margin-left:10px;
	cursor:pointer;
}

.aba2_maps2{
	width:100px;
	height:40px;
	background:url(../images/aba2_maps.png);
	background-position:bottom;
	float:left;
	margin-left:10px;
	cursor:pointer;
}

#list_events{
	height:62px;
	width:328px;
	background:url(../images/list_events.png);
	cursor:pointer;
}

#manutencao{
	width:740px;
	height:500px;
	background:url(../images/manutencao.png) no-repeat;
	background-position:center center;
}

#title_old_formaturas{
	width:770px;
	background:url(../images/title_formaturas.png) no-repeat;
	background-position:left;
	height:50px;
}

#title_old_masculino{
	width:770px;
	background:url(../images/title_masculino.png) no-repeat;
	background-position:left;
	height:50px;
}

#title_old_smoking{
	width:770px;
	background:url(../images/title_smoking.png) no-repeat;
	background-position:left;
	height:50px;
}

#title_old_feminino{
	width:770px;
	background:url(../images/title_feminino.png) no-repeat;
	background-position:left;
	height:50px;
}

#title_old_medidas{
	width:770px;
	background:url(../images/title_medidas.png) no-repeat;
	background-position:left;
	height:50px;
}

#title_old_emak{
	width:770px;
	background:url(../images/title_emak.png) no-repeat;
	background-position:left;
	height:50px;
}

#title_old_localizacao{
	width:770px;
	background:url(../images/title_localizacao.png) no-repeat;
	background-position:left;
	height:50px;
}

#title_old_eventos{
	width:770px;
	background:url(../images/title_eventos.png) no-repeat;
	background-position:left;
	height:50px;
}

#top_list_events{
	width:730px;
	height:28px;
	background:url(../images/top_list_events.png);
}

#bottom_list_events{
	width:730px;
	height:28px;
	background:url(../images/bottom_list_events.png);
}

#emusic{
	width:77px;
	height:33px;
	background:url(../images/bg_emusic.png);
	position:relative;
	left:315px;
	*left:260px;
	_left:26px;
	top:98px;
}

#bg_company{
	width:110px;
	height:33px;
	top:98px;
	background:url(../images/bg_company.png);
	float:left;
	left:44px;
	position:relative;
	text-align:center;
	line-height:33px;
	color:#ffc;
}

#bg_company a{
	text-decoration:none;
	color:#ffc;
}

#bg_jobs{
	width:120px;
	height:33px;
	top:98px;
	background:url(../images/bg_jobs.png);
	float:left;
	left:435px;
	position:relative;
	text-align:center;
	line-height:33px;
	color:#ffc;
}

#bg_jobs a{
	text-decoration:none;
	color:#ffc;
}

#play{
	width:20px;
	height:20px;
	background:url(../images/play.png);
	border:0px;
	margin-right:5px;
	margin-top:7px;
	cursor:pointer;
}

#stop{
	width:20px;
	height:20px;
	background:url(../images/stop.png);
	border:0px;
	cursor:pointer;
}

#clean{
	clear:both;
}

#title_form_emak{ 
	font:10px 'verdana';
	color:#cc0000;
	margin-bottom:20px;
}

.login {
	width: 238px;
	margin: 0 auto;
	padding:20px 0 0 43px;
	background: url(../admin/images/user.png) no-repeat left center;
}

.login label {
	display:block;
	font-size:12px;
	padding-bottom:5px;
	text-align:right;
}

.login label em{
	width:80px;
	display:block;
	float:left;
	font-style: normal;
}

.login input {
	width:146px;
	height:22px;
	border:1px solid #ccc;
}

.login input.submit {
	width:auto;
	height:auto;
	border:1px solid #ccc;
	float:right;
}

.loading {
	text-align: center;
	width: 238px;
	margin: 0 auto;
	padding:40px 0;
	background:url(../admin/images/ajax-loader.gif) no-repeat center 60px;
}

.error{
	margin: 0 auto;
	padding:20px 0 20px 55px;
	width:212px;
	background: url(../admin/images/dialog-error.png) no-repeat left center;
}