@charset "utf-8";
/* Css */


	/* PADROES */

		* { margin:0; padding:0; /* -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; outline:0; */ }
		body, textarea { font-size:12px; color:#333; font-family:Arial, Helvetica, sans-serif; }


		/* Padroes para Tags */
		.clear { clear:both; }
		ul { list-style:none; }
		img { border:0; }
		img.icon { vertical-align:middle; margin-bottom:6px; }
		i { display: inline-block; vertical-align:middle; margin-bottom:5px; }
		textarea { resize:none; }
		button { cursor: pointer; /* display:block; */ }
		input, textarea, select { /* display:block; */ outline:none; color:#666; font-size:12px; font-style:italic;}
		input[type="text"], input[type="password"]{ line-height:20px; height:22px }
		input[type="button"], input[type="submit"] { cursor:pointer; font-style:normal; }
		embed#chrome-plugin-npapi-helper { height:0px !important; display:none !important }



		/* Classes Padroes */
		.w100% { width: 100%; }
		.fll { float:left !important; }
		.flr { float:rigth !important; }
		.fln { float:none !important; }
		
		.tal { text-align:left !important; }
		.tac { text-align:center !important; }
		.tar { text-align:right !important; }
		.taj { text-align:justify !important; }

		.dib { display:inline-block; }
		.db { display:block; }
		dn, .display_none { display:none; }
		.dni { display:none !important; }

		bd0, .border0 { border:0 !important; }
		.limit { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
		.z-1 { z-index: -1; }
		.z0 { z-index: 0; }
		.z1 { z-index: 1; }


		/* Link */
		a { position:relative; }
		a:link{ text-decoration:none; color:#333 }
		a:visited{ text-decoration:none; color:#333 }
		a:hover{ text-decoration:none; color:#666 }
		a:active{ text-decoration:none; color:#666 }
		.link:hover{ text-decoration:underline; }
		a span.play_youtube { right:3px; bottom:3px; position:absolute; z-index:1; width:35px; height:35px; background:url(../web/img/outros/icones/youtube.png) no-repeat; }



		/* Hover */
		.hover:hover  { background-image:linear-gradient(to bottom, transparent, rgba(0,0,0,.25)) !important; }
		.hover1:hover { -moz-opacity:0.8; filter:alpha(opacity=80); opacity:0.8; }
		.hover2:hover { -moz-opacity:0.5; filter:alpha(opacity=50); opacity:0.5; }
		.hover3:hover { -moz-opacity:0.2; filter:alpha(opacity=20); opacity:0.2; }
		.hover.checker:hover { background-image:none !important; }
		/* Hover */



		/* Cores */
		.branco { color:rgb(255,255,255) !important }
		.preto { color:rgb(0,0,0) !important }
		.laranja { color:rgb(255,191,0) !important }
		.roxo { color:rgb(191,0,255) !important }
		.cinza { color:rgb(153,153,153) !important }
		.azul { color:rgb(0,0,255) !important }
		.verde { color:rgb(0,255,0) !important }
		.vermelho { color:rgb(255,0,0) !important }
		.amarelo { color:rgb(255,255,0) !important }
		.roza { color:rgb(255,0,255) !important }

		/* Background */
		.back_branco { background:rgb(255,255,255) !important }
		.back_preto { background:rgb(0,0,0) !important }
		.back_laranja { background:rgb(255,191,0) !important }
		.back_roxo { background:rgb(191,0,255) !important }
		.back_cinza { background:rgb(153,153,153) !important }
		.back_azul { background:rgb(0,0,255) !important }
		.back_verde { background:rgb(0,255,0) !important }
		.back_vermelho { background:rgb(255,0,0) !important }
		.back_amarelo { background:rgb(255,255,0) !important }
		.back_roza { background:rgb(255,0,255) !important }





		/* Placeholder */
		.branco::-webkit-input-placeholder { color:#FFF; }
		.branco::-moz-placeholder { color:#FFF; } /* firefox 19+ */
		.branco:-ms-input-placeholder { color:#FFF; } /* ie */
		.branco:-0-input-placeholder { color:#FFF; } /* ie */
		.branco:-moz-placeholder { color:#FFF; }

		.preto::-webkit-input-placeholder { color:#333; }
		.preto::-moz-placeholder { color:#333; } /* firefox 19+ */
		.preto:-ms-input-placeholder { color:#333; } /* ie */
		.preto:-0-input-placeholder { color:#333; } /* ie */
		.preto:-moz-placeholder { color:#333; }
		/* Placeholder */


	/* PADROES */




	/* OUTROS */

		/* Paginacao */
		.paginacao { text-align:center; }
		.paginacao a { display:inline-block; border:solid 1px #E4E4E4; font-size:12px; padding:5px 8px; margin:0 3px; color:#666; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC'); background:-moz-linear-gradient(top, #FFF, #FFF); background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFF)); }
		.paginacao a.ativo { color:#666;  -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE'); background:-moz-linear-gradient(top, #FFFFFF, #EEEEEE); background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE)); }
		/* Paginacao */


		/* Tables */
		.table_top{ border:#aaa 1px solid; background:#ccc; padding:10px; }
		.table_center{ border:#aaa 1px solid; background:#FFF; padding:10px;}
		/* Tables */


		/* Design */
		.design_input {  border:1px solid; border-color:#999 #AAA #CCC #AAA; padding:1px 7px; -moz-border-radius:4px 4px 4px 4px; -webkit-border-radius:4px 4px 4px 4px; border-radius:4px 4px 4px 4px; }
		.design_select { background:#FFF; padding:5px; border:1px solid; border-color:#999 #AAA #CCC #AAA; -moz-border-radius:4px 4px 4px 4px; -webkit-border-radius:4px 4px 4px 4px; border-radius:4px 4px 4px 4px; }
	
		.design_submit { background:url(../web/img/outros/botoes/submit.png) repeat-x #6AA933; color:#FFF; border:1px solid #459300; padding:5px 10px; -moz-border-radius:4px 4px 4px 4px; -webkit-border-radius:4px 4px 4px 4px; border-radius:4px 4px 4px 4px; -moz-box-shadow:0 0 3px #CCC; -webkit-box-shadow:0 0 3px #CCC; box-shadow:0 0 3px #CCC; }
		.design_submit:hover { -moz-box-shadow:0 0 8px #CCC; -webkit-box-shadow:0 0 8px #CCC; box-shadow:0 0 8px #CCC; }	
		/* Design */


		/* Editor */
		.editor p		{ float:none !important; margin:8px 0 16px !important; padding:0 }
		.editor ul		{ float:none !important; list-style:inside; display:block !important; margin:0 !important; padding:0 40px !important; }
		.editor ul li	{ float:none !important; margin:0; padding:0; }
		/* Editor */

	/* OUTROS */





	/* ADMIN */
		body#admin,
		body#admin input,
		body#admin textarea,
		body#admin select { font-family:Arial, Helvetica, sans-serif !important; font-size:12px !important; }
	/* ADMIN */




	/* FONTS */

		/* BebasNeue */
		.BebasNeue { font-family:'BebasNeuewebfont' !important; }
		@font-face {
			font-family:'BebasNeuewebfont';
			src:url('../plugins/Fonts/BebasNeuewebfont/BebasNeuewebfont.eot');
			src:local('BebasNeuewebfont'), url('../plugins/Fonts/BebasNeuewebfont/BebasNeuewebfont.woff') format('woff'), url('../plugins/Fonts/BebasNeuewebfont/BebasNeuewebfont.ttf') format('truetype');
		}

	/* FONTS */





/* Css


----------------------------------------------------------------------------------------------------------------------------------


*/
