/* Html */
html {
	display: block;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
}

img {
	-ms-interpolation-mode: bicubic;
}

body {
	min-width: 960px;
}

/* Big Banner */

#big-banner {
	min-width: 960px !important;
	background: #333;
}

#big-banner img {
	width: 100%;
	min-width: 960px !important;
	height: auto;
	vertical-align: middle;
}

/* Main Menu */

#main-menu {
	height: 195px;
	background: url(/_imagens/site/main-menu-bg.png) repeat-x;
	box-shadow: 0 0 20px #000000;
}

#main-menu .top-area {
	height: 133px;
	padding: 6px 0 1px 0;
	position: relative;
}

#main-menu .bottom-area {
	height: 54px;
	padding-bottom: 1px;
}

#main-menu .login-area {
	display: block;
	position: absolute;
	width: 390px;
	height: 74px;
	padding: 6px 126px 14px 144px;
	background: url(/_imagens/site/container-menu-login.png);
	top: 0;
	right: 0;
}

#main-menu .form-login {
	display: block;
	text-align: center;
}

.lista-main-menu {
	height: 55px;
	text-align: center;
}

.lista-main-menu li {
	display: inline-block;
	margin-right: 35px;
	height: 55px;
}

.lista-main-menu li:last-child {
	margin-right: 0;
}

.lista-main-menu .dropdown-link {
	position: relative;
}

.lista-main-menu .dropdown-menu {
	display: none;
	width: 100%;
	padding: 0 15px 5px 15px;
	position: absolute;
	background: #FFF;
	z-index: 3;
	top: 55px;
	left: -15px;
	box-shadow: 0 1px 5px #666666;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}

.lista-main-menu .dropdown-menu a {
	display: block;
	text-align: center;
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0;
}

.lista-main-menu .dropdown-menu a:hover {
	text-decoration: underline;
}

.lista-main-menu .dropdown-menu a:last-child {
	border-bottom: none;
}

.lista-main-menu .dropdown-menu:after {
	content: ".";
	display: block;
	position: absolute;
	border: 13px solid;
	width: 0;
	height: 0;
	border-color: transparent transparent #FFF transparent;
	top: -25px;
	left: 50%;
	margin-left: -13px;
	overflow: hidden;
	text-indent: -999em;
}


/* Main Logo */

#main-logo a {
	display: block;
	width: 293px;
	height: 93px;
	background: url(/_imagens/site/main-logo.png);
	float: left;
	margin-top: 16px;
}

/* Main Content */
#main-content {
	padding: 25px 0 50px 0;
	min-height: 858px;
	background: url(/_imagens/site/bg-content.jpg) top center no-repeat #F7F7F7;
}


/* Rodapé */
#footer {
	height: 165px;
	border-top: 1px solid #174371;
	background: #003063;
}

#footer .footer-holder {
	position: relative;
	min-height: 165px;
}

#footer .footer-holder:after {
	content: "barra";
	display: block;
	position: absolute;
	width: 100%;
	height: 4px;
	top: -6px;
	left: 0;
	text-indent: -999em;
	overflow: hidden;
	background: #9b070d;
	border-top: 2px solid #a41e23;
}


[class^="footer-slice"]{
	display: block;
	float: left;
	padding-top: 30px;
	min-height: 135px;
	margin-right: 80px;
}

.footer-slice-map {
	padding-left: 40px;
	background: url(/_imagens/site/icon-map-rodape.png) no-repeat left 30px;
}

/* Redes Sociais Rodapé */

.footer-social {
	display: block;
	height: 39px;
}

.footer-social [class^="icon-"]{
	display: block;
	float: left;
	width: 40px;
	height: 39px;
	background: url(/_imagens/site/icons-social.png) no-repeat;
	margin-right: 5px;
}

.footer-social [class^="icon-"]:last-child {
	margin-right: 0
}

.footer-social .icon-linkedin {
	background-position: 0 0;
}

.footer-social .icon-linkedin:hover {
	background-position: 0 -39px;
}

.footer-social .icon-facebook {
	background-position: -40px 0;
}

.footer-social .icon-facebook:hover {
	background-position: -40px -39px;
}

.footer-social .icon-twitter {
	background-position: -80px 0;
}

.footer-social .icon-twitter:hover {
	background-position: -80px -39px;
}

/* Logo Youzoom */

#footer .logo-youzoom {
	display: block;
	width: 110px;
	height: 69px;
	background: url(/_imagens/site/icon-youzoom.png) no-repeat;
	float: right;
	margin-top: 30px;
}

/* Título Textura */
.texture-title {
	display: block;
	height: 36px;
	overflow: hidden;
}

.texture-title .holder {
	display: block;
	width: 3000%;
	height: 36px;
}

.texture-title [class^="title-"]{
	float: left;
	margin-right: 15px;
}

.texture-title .texture {
	display: block;
	width: 940px;
	height: 36px;
	float: left;
	background: url(/_imagens/site/bg-title-texture.png) repeat-x;
}

/* Gray Box */

.gray-box {
	display: block;
	padding: 10px 15px 15px 15px;
	border: 1px solid #E6E6E6;
	box-shadow: 0 1px 2px #CECECE;
	background: #fefefe;
	background: -moz-linear-gradient(top,  #fefefe 0%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f1f1f1));
	background: -webkit-linear-gradient(top,  #fefefe 0%,#f1f1f1 100%);
	background: -o-linear-gradient(top,  #fefefe 0%,#f1f1f1 100%);
	background: -ms-linear-gradient(top,  #fefefe 0%,#f1f1f1 100%);
	background: linear-gradient(to bottom,  #fefefe 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f1f1f1',GradientType=0 );
}

.gray-box:hover {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f9f9f9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9f9));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
}

.gray-box .sub-area {
	display: block;
	min-height: 30px;
	border-top: 1px solid #DDDDDD;
	padding-top: 15px;
}

.gray-box .half-left,
.gray-box .half-right {
	display: block;
	float: left;
	width: 444px;
}

.gray-box .half-left {
	margin-right: 20px;
}

.gray-box .area-video {
	margin-bottom: 20px;
}

/* Segurança */

.box-seguranca {
	padding-top: 40px;
}

.faixa-seguranca {
	display: block;
	position: relative;
	height: 72px;
}

.faixa-seguranca .holder {
	display: block;
	position: absolute;
	top: 0px;
	left: -15px;
	width: 938px;
	height: 72px;
	background: url(/_imagens/site/faixa-seguranca.jpg) no-repeat;
}

.faixa-seguranca .logo {
	display: block;
	position: absolute;
	top: -40px;
	right: 15px;
	background: url(/_imagens/site/logo-onix-sat.png) no-repeat;
	width: 169px;
	height: 110px;
}

/* Bt Arrow */
.bt-arrow {
	display: inline-block;
	position: relative;
	height: 35px;
	background: url(/_imagens/site/bg-bt-arrow.png) no-repeat left center;
	vertical-align: top;
	margin-top: -1px;
	padding-left: 18px;
	line-height: 32px;
	font-size: 14px;
	color: #8291a3;
	border: none;
}

.bt-arrow:after {
	content: ".";
	display: block;
	position: absolute;
	top: 0;
	right: -20px;
	width: 20px;
	height: 35px;
	background: url(/_imagens/site/bg-bt-arrow.png) no-repeat right center;
	text-indent: -999em;
	overflow: hidden;
}

/* Bt Texture */

.bt-texture {
	display: block;
	background: url(/_imagens/site/bg-title-texture.png) repeat-x;
	height: 36px;
	line-height: 36px;
	color: #003063;
	text-align: center;
	padding: 0 15px;
	text-shadow: 0 1px 1px #FFFFFF;
}


/* Img Link */

.img-link {
	display: block;
	overflow: hidden;
}

.img-link img {
	display: block;
	float: left;
}

.img-link:hover {
	border: 3px solid #003063;
}

.img-link:hover img {
	margin: -3px;
}

/* Video Link */
.video-link {
	position: relative;
}

.video-link:after {
	content: ".";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 35px;
	height: 35px;
	margin: -18px 0 0 -18px;
	background: url(/_imagens/site/marcador-video.png) no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

/* Breadcrumb */

.lista-breadcrumb {
	height: 20px;
	overflow: hidden;
}

.lista-breadcrumb li {
	float: left;
	margin-right: 26px;
	position: relative;
}

.lista-breadcrumb li:after {
	content: ".";
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	border: 4px solid;
	border-color: transparent transparent transparent #605a64;
	position: absolute;
	top: 6px;
	right: -18px;
}

.lista-breadcrumb a {
	display: block;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #6c676f;
}

.lista-breadcrumb a:hover {
	text-decoration: underline;
}

.lista-breadcrumb .ultimo {
	overflow: hidden;
}

.lista-breadcrumb .ultimo a,
.lista-breadcrumb .ultimo a:hover {
	cursor: default;
	color: #bd3135;
	text-decoration: none;
}



/* Box Publicidade */
[class^="box-publicidade"]{
	display: block;
	background: #ffffff;
}

[class^="box-publicidade"] .banner {
	display: block;
	margin: auto auto;
}

.box-publicidade-728 {
	padding: 15px 0;
}

.box-publicidade-728 .banner {
	width: 728px;
	height: 90px;
}

/* Input Padrão */
[class^="input-std"]{
	display: inline-block;
	height: 30px;
	background: #ffffff;
	border: 1px solid;
	border-color: #9EA3AD #C4C7CF #CED1DA #C4C7CF;
	border-radius: 3px;
	box-shadow: inset 0 1px 2px #dcdde0;
	padding: 0 5px;
	margin: 0;
	vertical-align: top;
	color: #8291a3;
}

[class^="input-std"] input {
	display: block;
	border: none;
	background: none;
	height: 20px;
	padding: 5px 0;
	font-size: 14px;
	line-height: 20px;
	color: #8291a3;
}

/* Input Padrão com Ícones */
[class^="input-std-icon"] {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}

.input-std-icon-user {
	background-image: url(/_imagens/site/icon-input-std-user.png);
}

.input-std-icon-pass {
	background-image: url(/_imagens/site/icon-input-std-pass.png);
}

/* Legenda */

.subtitle-1 {
	display: block;
	padding: 5px 10px;
	color: #333;
	background: #DDDDDD;
}

/* Depoimentos */

#testimonials-home .testimonials-player-bts {
	display: block;
	float: right;
	width: 82px;
	height: 36px;
}

#testimonials-home .testimonials-player-bts a {
	display: block;
	float: left;
	width: 40px;
	height: 36px;
	background: url(/_imagens/site/bg-bts-testimonials.png);
}

#testimonials-home .testimonials-player-bts .bt-prev {
	background-position: 0 0;
	margin-right: 2px;
}

#testimonials-home .testimonials-player-bts .bt-next {
	background-position: -40px 0;
}

#testimonials-home .testimonials-player-bts .bt-prev:hover {
	background-position: 0 -36px;
}

#testimonials-home .testimonials-player-bts .bt-next:hover {
	background-position: -40px -36px;
}

.player-depoimentos-home {
	position: relative;
	height: 229px;
	overflow: hidden;
}

.player-depoimentos-home li {
	display: none;
	position: absolute;
	width: 268px;
	height: 219px;
	overflow: hidden;
}

/* Lista Clientes Home */

#player-clientes-home {
	position: relative;
}

.lista-clientes-home {
	display: block;
	width: 588px;
	height: 224px;
	overflow: hidden;
	position: relative;
}

.lista-clientes-home .page,
.lista-clientes-home .sublist {
	display: block;
	width: 588px;
}

.lista-clientes-home .page {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.lista-clientes-home .sublist li {
	display: block;
	float: left;
	width: 139px;
	height: 104px;
	margin: 0 8px 8px 0;
}

.lista-clientes-home-controller {
	display: block;
	text-align: center;
	height: 18px;
	margin-top: 6px;
}

.lista-clientes-home-controller li {
	display: inline-block;
	margin-right: 5px;
}

.lista-clientes-home-controller li:last-child {
	margin-right: 0;
}

.lista-clientes-home-controller a {
	display: block;
	width: 18px;
	height: 18px;
	background: url(/_imagens/site/bg-bts-player-clientes.png) no-repeat;
}

.lista-clientes-home-controller .ativo {
	background-position: -18px 0;
}

#player-clientes-home .loader {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(/_imagens/site/loader_1.gif) no-repeat center center;
}

/* Side Menu */

.container-side-menu {
	padding: 0;
}

.container-side-menu .holder-bg {
	display: block;
	background: url(/_imagens/site/bg-side-menu.png) repeat-y left top;
	min-height: 400px;
	padding: 25px;
}

.container-side-menu .left-side,
.container-side-menu .right-side {
	display: block;
	float: left;
	min-height: 400px;
}

.container-side-menu .left-side {
	width: 160px;
	padding-right: 15px;
}

.container-side-menu .right-side {
	width: 668px;
	padding-left: 40px;
}

.lista-side-menu li {
	display: block;
	border-bottom: 1px solid #E1E1E1;
}

.lista-side-menu li:last-child {
	border-bottom: none;
}

.lista-side-menu a {
	display: block;
	font-size: 16px;
	line-height: 24px;
	padding: 15px;
}

.lista-side-menu a:hover {
	text-decoration: underline;
}

.lista-side-menu .ativo {
	position: relative;
	border-bottom: none;

}

.lista-side-menu .ativo a {
	position: relative;
	background: #02397a;
	color: #FFF;
	width: 130px;
	cursor: default;
	padding-right: 30px;
}

.lista-side-menu .ativo a:hover {
	text-decoration: none;
}

.lista-side-menu .seta {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 0 22px 12px;
	border-color: transparent transparent transparent #02397a;
	top: 0px;
}

/* Lista Thumbs */

.lista-thumbs-1 li,
.lista-thumbs-full-1 li  {
	display: block;
	float: left;
	width: 158px;
	height: 119px;
	margin: 0 12px 12px 0;
}

.lista-thumbs-full-1 li {
	margin: 0 23px 23px 0;
}

.lista-thumbs-2 li {
	display: block;
	float: left;
	width: 212px;
	height: 159px;
	margin: 0 20px 20px 0;
}


/* Lista Notícias */

.lista-news li {
	margin-bottom: 30px;
}

.lista-news .area-img,
.lista-news .area-texto {
	display: block;
	float: left;
}

.lista-news .area-img {
	width: 165px;
	height: 124px;
	margin-right: 20px;
}

.lista-news .area-texto {
	width: 723px;
	height: 97px;
	overflow: hidden;
}

.lista-news .title-2 {
	margin-bottom: 2px;
}

.lista-news .text-info-1 {
	margin-bottom: 3px;
}

.lista-news .text-1 {
	height: 48px;
	overflow: hidden;
}

/* Lista Depoimentos */

.lista-testimonials li {
	margin-bottom: 30px;
}

.lista-testimonials .area-img,
.lista-testimonials .area-texto {
	display: block;
	float: left;
}

.lista-testimonials .area-img {
	width: 220px;
	height: 165px;
	margin-right: 20px;
}

.lista-testimonials .area-texto {
	width: 668px;
	overflow: hidden;
	min-height: 138px;
}

.lista-testimonials .title-2 {
	margin-bottom: 10px;
}

.lista-testimonials .text-info-1 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d9d9d9;
}

.lista-testimonials .m-photos li {
	float: left;
	width: 116px;
	height: 87px;
	margin: 20px 22px 0 0;
}

.lista-testimonials .link-video {
	display: block;
	float: left;
	height: 23px;
	padding-left: 27px;
	margin-top: 10px;
	background: url(/_imagens/site/icon-link-video-1.png) no-repeat left;
	line-height: 23px;
	font-family: 'OpenSansLightItalic', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3f648a;
}

.lista-testimonials .link-video:hover {
	text-decoration: underline;
}

/* Lista Media */

.list-media li {
	display: block;
	float: left;
	width: 218px;
	padding: 0;
	margin: 0 20px 30px 0;
}

.list-media li:hover {
	border-color: #999;
	box-shadow: 0 0 5px #CCCCCC;
}

.list-media .title-3,
.list-media .text-info-1 {
	margin: 0 10px 5px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-media .title-3 {
	height: 22px;
}

.list-media .text-info-1 {
	height: 16px;
}

/* Paginacao */
.paginacao input {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	padding: 5px;
	border: 1px solid;
	border-color: #5b5d5f #818589 #9ea3a7 #818589;
	background: #91969a;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #FFF;
}

.paginacao .text {
	display: block;
	line-height: 36px;
	color: #003063;
}

/* Form 1 */
.form-1 {
	display: block;
}

.form-1 .linha {
	display: block;
	padding: 10px;
	background: #e2e2e2;
	border: 1px solid #b2bfce;
	border-radius: 3px;
	margin-bottom: 20px;
}

.form-1 .linha:last-child {
	margin-bottom: 0;
}

.form-1 label {
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #174270;
	margin-bottom: 5px;
}

.form-1 [class^="input-std"] {
	width: 410px;
}

.form-1 select {
	display: block;
	height: 30px;
	background: #ffffff;
	border: 1px solid;
	border-color: #9EA3AD #C4C7CF #CED1DA #C4C7CF;
	border-radius: 3px;
	box-shadow: inset 0 1px 2px #dcdde0;
	margin: 0;
	width: 420px;
	color: #8291a3;
	line-height: 30px;
}

.form-1 textarea {
	display: block;
	resize: none;
	height: 100px;
	padding: 5px;
	text-indent: 0;
	font-family: 'OpenSansLight', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.ajax-loader {
	background: url("/_imagens/site/bg-white-60.png") repeat scroll 0 0 transparent;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.ajax-loader img {
	left: 50%;
	margin: -7px 0 0 -20px;
	position: absolute;
	top: 50%;
}

/* Boxes de Retorno */
.new-box-info, .new-box-error, .new-box-success, .new-box-warning, .box-info, .box-sucesso, .box-ok, .box-alerta, .box-erro {
	display: block;
	position: relative;
	border: 1px solid;
	border-radius: 5px;
	padding: 10px 10px 10px 52px;
	font: normal 14px/20px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
.new-box-info, .box-info {
	background: #feffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMmViZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #feffff 0%, #d2ebf9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feffff), color-stop(100%, #d2ebf9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #feffff 0%, #d2ebf9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #feffff 0%, #d2ebf9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #feffff 0%, #d2ebf9 100%); /* IE10+ */
	background: linear-gradient(top, #feffff 0%, #d2ebf9 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9', GradientType=0 ); /* IE6-8 */
	border-color: #769BA9;
	color: #4F5C6C;
}
.new-box-error, .box-erro {
	background: #f9f2f2; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2Y5ZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWQ0ZDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f9f2f2 1%, #f9d4d4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f9f2f2), color-stop(100%, #f9d4d4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9f2f2 1%, #f9d4d4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9f2f2 1%, #f9d4d4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9f2f2 1%, #f9d4d4 100%); /* IE10+ */
	background: linear-gradient(top, #f9f2f2 1%, #f9d4d4 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f2f2', endColorstr='#f9d4d4', GradientType=0 ); /* IE6-8 */
	border-color: #A40004;
	color: #4A1718;
}
.new-box-success, .box-sucesso, .box-ok {
	background: #faffed; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZhZmZlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNGU1YzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #faffed 1%, #d4e5c5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #faffed), color-stop(100%, #d4e5c5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #faffed 1%, #d4e5c5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #faffed 1%, #d4e5c5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #faffed 1%, #d4e5c5 100%); /* IE10+ */
	background: linear-gradient(top, #faffed 1%, #d4e5c5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faffed', endColorstr='#d4e5c5', GradientType=0 ); /* IE6-8 */
	border-color: #001700;
	color: #004600;
}
.new-box-warning, .box-alerta {
	background: #fffff4; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmYWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fffff4 0%, #ffffaf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffff4), color-stop(100%, #ffffaf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fffff4 0%, #ffffaf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fffff4 0%, #ffffaf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fffff4 0%, #ffffaf 100%); /* IE10+ */
	background: linear-gradient(top, #fffff4 0%, #ffffaf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffff4', endColorstr='#ffffaf', GradientType=0 ); /* IE6-8 */
	border-color: #8F4916;
	color: #4A2500;
}
.new-box-info .icon, .new-box-error .icon, .new-box-success .icon, .new-box-warning .icon, .box-info .icon, .box-sucesso .icon, .box-ok .icon, .box-alerta .icon, .box-erro .icon {
	display: block;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -16px;
	width: 32px;
	height: 32px;
}
.new-box-info .icon, .box-info .icon {
	background: url(/_imagens/site/new-box-info.png);
}
.new-box-error .icon, .box-erro .icon {
	background: url(/_imagens/site/new-box-error.png);
}
.new-box-success .icon, .box-sucesso .icon, .box-ok .icon {
	background: url(/_imagens/site/new-box-success.png);
}
.new-box-warning .icon, .box-alerta .icon {
	background: url(/_imagens/site/new-box-warning.png);
}
.new-box-info *, .new-box-error *, .new-box-success *, .new-box-warning *, .box-info *, .box-sucesso *, .box-ok *, .box-alerta *, .box-erro * {
	word-wrap: break-word;
	white-space: pre-wrap;
}
