/*
 *
 * Arquivo de Folha Estilos
 * Autor: Gustavo Borges Michel
 * E-mail: gustavobmichel@gmail.com
 *
 */

/*Estilos gerais do site*/

body {
	margin:0;
	font:normal 11px Tahoma, Arial;
	background:#050B0B url(../../resources/image/bg_fundo.gif) repeat-y center;
	color:#FFF;
}

ul, h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
}

label {
	cursor:pointer;
}

form {
	display:inline;
}

ul {
	list-style:none;
}

a {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	color:#FFF;
	text-decoration:underline;
}

img, table {
	border:0;
}

textarea {
	font:normal 11px Tahoma, Arial;
	overflow:auto;
}

hr {
	display:none;
}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.center {
	text-align:center;
}

.margins {
	margin-top:10px;
	margin-bottom:10px;
}

.facebox_message {
	padding:10px 0px 15px 0px;
	text-align:center;
	font:normal 12px Arial;
}

/*Classes*/

#overall {
    width:962px;
    margin:0 auto;
}

#site_topo {
    width:886px;
    padding:42px 38px 0 38px;
    background:#1B3536;
}

#admin_topo {
    width:886px;
    padding:0px 38px 0 38px;
    background:#1B3536;
}

#divisor_topo {
    width:962px;
    background:#050B0B;
    height:24px;
}

#pub_topo {
    width:886px;
    height:90px;
}

/*TOPO*/

#topo {
    width:886px;
    padding:40px 0 26px;
}

#topo_logo {
    float:left;
    margin-top:2px;
    width:260px;
}

#topo_user {
    float:right;
    width:300px;
    background:url(../../resources/image/bg_busca.jpg) repeat;
    height:40px;
}

#topo_user_info {
	padding: 12px;	
}
#topo_user_info h4 {
	font-size: 12px;
}

#topo_busca {
    float:right;
    width:442px;
    background:url(../../resources/image/bg_busca.jpg) repeat;
    height:40px;
}

.divisor_busca {
    width:2px;
    background:url(../../resources/image/bg_divisor_busca.jpg) no-repeat;
    height:40px;
    float:left;
}

.label_busca {
    float:left;
    margin:10px 7px 0;
    font:normal 14px "Trebuchet MS", Arial;
    color:#4A8A89;
}

.input_busca {
    margin-top:9px;
}

.input_busca input.text {
    width:322px;
    border:1px solid #081A1E;
    background:#3B636D;
    margin-right:5px;
    float:left;
    padding:2px;
}

/*MENU*/

#menu {
    width:886px;
    padding:0 38px 0 38px;
    height:35px;
    background:#1B3536;
    border-bottom:1px solid #204241;
}

#menu ul li {
    background:url(../../resources/image/bg_divisor_menu.jpg) no-repeat;
    height:35px;
    padding-left:2px;
    margin-left:2px;
    float:left;
    width:144px;
}

#menu ul li a {
    display:block;
    background:url(../../resources/image/bg_menu.jpg) repeat-x;
    padding:11px 0 6px 0;
    text-align:center;
    width:141px;
    font:normal 14px "Trebuchet MS", Arial;
    float:left;    
}

#menu ul li .divisor_menu_direita {
    width:1px;
    background:url(../../resources/image/bg_divisor_menu_direita.jpg) no-repeat;
    float:left;
    height:35px;
}

#menu ul li.home {
    margin-left:0;
}

#menu_usuario {
	display:none;
	position:absolute;
}

#menu_usuario ul li {
    background-color:#5d7b7b;
    width:135px;
    height:30px;
    padding:10px 0 0 8px;
    border-left:1px solid #0F2324;
    border-right:1px solid #0F2324;
    border-bottom:1px solid #0F2324;
	text-align:left;
}

#menu_usuario ul li a {
    font:normal 14px "Trebuchet MS", Arial;
	color:#000;
}

#menu_admin {
    width:886px;
    padding:0 38px 0 38px;
    height:35px;
    background:#1B3536;
    border-bottom:1px solid #204241;
}

/*LOGIN*/

#login_error {
	padding: 5px;
	background-color:#890f42;	
	font:normal 12px "Trebuchet MS", Arial;
	color:#ffbe2e;
}

/*CONTEUDO*/

#conteudo {
    width:886px;
    background:#0F2324;
    padding:25px 38px 0 38px;
}

/*BOXES*/

#box_agenda {
    width:441px;
    float:left;
}

#box_materias, #box_sets {
    width:219px;
    margin-left:3px;
    float:left;
}

.box {
    margin-bottom:14px;
}

/*Geral para legenda_box*/
.box .legenda_box {
    height:35px;
}

#box_agenda .legenda_box {
    background:url(../../resources/image/bg_box_agenda.jpg) repeat-x;
}

#box_materias .legenda_box {
    background:url(../../resources/image/bg_box_materias.jpg) repeat-x;
}

#box_sets .legenda_box {
    background:url(../../resources/image/bg_box_sets.jpg) repeat-x;
}

/*Geral para divisor_legenda_box*/
.box .legenda_box .divisor_legenda_box {
    width:1px;
    height:35px;
    float:left;
}

#box_agenda .legenda_box .divisor_legenda_box {
    background:url(../../resources/image/bg_divisor_box_agenda.jpg) repeat-x;
}

#box_materias .legenda_box .divisor_legenda_box {
    background:url(../../resources/image/bg_divisor_box_materias.jpg) repeat-x;
}

#box_sets .legenda_box .divisor_legenda_box {
    background:url(../../resources/image/bg_divisor_box_sets.jpg) repeat-x;
}

.box .legenda_box h4 {
    margin:13px 0 13px 7px;
    float:left;
}

.box .flash {
    margin:4px 0 1px;
}

.box .confira {
    border-left:1px solid #294548;
    border-top:1px solid #294548;
    padding:7px;
    background:#1B3536;
    text-align:right;
    height:19px;
}

.box .confira a {
    display:block;
    padding-right:26px;
    font:bold 12px "Trebuchet MS", Arial;
    float:right;
}

#box_agenda .confira a {
    background:url(../../resources/image/btn_confira1.jpg) no-repeat right;
}

#box_materias .confira a {
    background:url(../../resources/image/btn_confira2.jpg) no-repeat right;
}

#box_sets .confira a {
    background:url(../../resources/image/btn_confira3.jpg) no-repeat right;
}

/*PUBLICIDADE*/

#pub_esquerda, #pub_direita {
    width:437px;
    height:75px;
    float:left;
    margin-bottom:14px;
}

#pub_direita {
    float:right;
}

/*MIOLO*/

.divisor_conteudo_interna {
    height:10px;
    background:#0F2324;
}

.empty_box_list {
	margin-top:20px;
	margin-bottom:25px;
	text-align:center;
}

#materias {
    width:886px;
    background:#1B3536 url(../../resources/image/bg_pagina.gif) repeat-x;
    padding:0 38px 0 38px;
}

#materias_esquerda {
    width:220px;
    float:left;
}

#materias_centro {
    width:441px;
    float:left;
    margin-left:2px;
}

#materias_centro .empty_box_list {
	padding:10px 0 5px 15px;
}

#materias_direita {
    width:220px;
    float:right;
}

.titulo_box {
    background:url(../../resources/image/bg_titulo_box.jpg) repeat-x;
    height:52px;
    border-right:1px solid #091416;
    margin-bottom:3px;
}

.titulo_box .divisor_titulo_box {
    background:url(../../resources/image/bg_divisor_titulo_box.jpg) no-repeat;
    float:left;
    width:2px;
    height:52px;
}

.titulo_box h4 {
    float:left;
    margin:22px 0 0 11px;
}

.titulo_box .patrocinador {
    padding-top:10px;
    float:right;
    font-size:9px;
    margin-right:7px;
}

.titulo_box .patrocinador span {
    float:left;
    margin:11px 5px 0 0;
}

.titulo_box .patrocinador img {
    float:left;
}

.box_materias {
    border-right:1px solid #071313;
}

.box_materias .divisor_box_materias {
    float:left;
    width:2px;
}

.box_descricao {
    margin-bottom:3px;
}

.box_descricao ul li {
    margin-bottom:9px;
}

#box_twitter .box_materias {
    background:#7E083C url(../../resources/image/bg_fundo_box3.jpg) repeat-x;
    padding:10px 0 5px 10px;
}

#box_twitter ul li a {
    display:block;
    background:url(../../resources/image/btn_seta2.jpg) no-repeat 0 1px;
    padding-left:17px;
}

#box_descricao1 .box_materias {
    background:#03888D url(../../resources/image/bg_fundo_box1.jpg) repeat-x;
    padding:10px 0 5px 10px;
}

#box_descricao1 ul li a {
    display:block;
    background:url(../../resources/image/btn_seta1.jpg) no-repeat 0 1px;
    padding-left:17px;
}

#box_descricao2 {
    background:#F19800 url(../../resources/image/bg_fundo_box2.jpg) repeat-x;
    padding:10px 10px 5px 15px;
    -moz-box-sizing:border-box;
    color:#0E1D20;
    font:normal 12px Arial;
}

#box_descricao2 p.titulo_noticia_direita {
    color:#FFF;
    font-weight:bold;
    margin:2px 0;
}

#box_descricao2 .divisor_noticia_direita {
    background:url(../../resources/image/bg_divisor_noticia_direita.gif) repeat-x;
    height:2px;
    margin:12px 0;
}

#box_descricao2 .confira {
    display:block;
    background:url(../../resources/image/btn_seta2.jpg) no-repeat right 1px;
    padding-right:15px;
    float:right;
}

#box_descricao3 .box_materias {
    background:#7E083C url(../../resources/image/bg_fundo_box3.jpg) repeat-x;
    padding:10px 0 10px 10px;
}

#box_descricao3 ul li a {
    display:block;
    background:url(../../resources/image/btn_seta2.jpg) no-repeat 0 1px;
    padding-left:17px;
}

#box_descricao3 ul li a span {
    font:bold 11px Arial;
    color:#F8B600;
    margin-bottom:3px;	
}

#box_descricao4 {
    background:#1BD506 url(../../resources/image/bg_fundo_box4.jpg) repeat-x;
    padding:8px 14px;
    color:#0E1D20;
    font:normal 12px Arial;
}

#box_descricao4 table {
    width:192px;
}

#box_descricao4 table .campo_label {
    width:20px;
}

#box_descricao4 table .input_label {
    width:172px;
    text-align:left;
}

#box_descricao4 table caption {
    text-align:center;
    font-weight:bold;
    margin-bottom:5px;
}

#box_descricao4 table td {
    margin-bottom:2px;
}

#box_descricao4 tfoot {
	height:35px;
}

#box_descricao4 tfoot a {
	color:#000;
}

#box_descricao5 {
    background:#00A6B6 url(../../resources/image/bg_fundo_box5.jpg) repeat-x;
    width:630px;
    padding:16px;
    float:left;
    font:normal 12px Arial;
}

#box_descricao5 .foto_box {
    width:194px;
    float:left;
}

#box_descricao5 .foto_box .img_foto_box {
    width:78px;
    padding:2px 1px 0;    
    background:url(../../resources/image/bg_fundo_foto.gif) no-repeat;
    overflow:hidden;
    float:left;
}

#box_descricao5 .foto_box .descricao_foto_box {
    width:104px;
    padding:0 5px;
    float:left;
    line-height:155%;
}

#box_descricao5 .foto_box .descricao_foto_box strong {
    color:#00393D;
}

#galeria_container {
	display:none;
}

.mais_foto {
    width:33px;
    float:right;
}

#pub_materia_esquerda {
    margin-top:3px;
    width:220px;
    height:167px;
}

.box_noticias {
    background:#0C2529 url(../../resources/image/bg_box_noticias.jpg) repeat-x;
    margin-bottom:3px;
}

.box_noticias .divisor_box_noticias {
    width:2px;
    background:url(../../resources/image/bg_divisor_box_noticias.jpg) no-repeat;
    float:left;
    height:100%;
}

.box_noticias .conteudo_box_noticias {
    float:left;
    padding:10px 0 10px 12px;
}

.box_noticias .conteudo_box_noticias .foto_noticia_box {
    width:78px;
    padding:2px 1px 0;
    background:url(../../resources/image/bg_fundo_foto.gif) no-repeat;
    overflow:hidden;
    float:left;
}

.box_noticias .conteudo_box_noticias .conteudo_noticia_box {
    float:left;
    margin-left:9px;
    width:340px;
    font:normal 12px Arial;
    color:#337486;
}

.box_noticias .conteudo_box_noticias .conteudo_noticia_box p.data_noticia_box {
    font:bold 11px Arial;
    color:#F8B600;
    margin-bottom:3px;
}

.box_noticias .conteudo_box_noticias .conteudo_noticia_box p.titulo_noticia_box {
    font:bold 12px Arial;
    color:#FFF;
    margin-bottom:5px;
}

.box_noticias .empty_box_list {
	padding:10px 0 5px 15px;
}

.box_conteudo {
    background:#0F2324 url(../../resources/image/bg_noticia_detalhe.gif) repeat-x top;
    padding:10px;
    border-left:1px solid #204241;
    border-right:1px solid #081415;
    margin-bottom:3px;
}

#detalhes_conteudo {
    width:663px;
    float:left;
}

#corpo_conteudo {
    background:#0F2324 url(../../resources/image/bg_noticia_detalhe.gif) no-repeat top;
    width:641px;
    padding:10px;
    border-left:1px solid #204241;
    border-right:1px solid #081415;
    margin-bottom:3px;
}

.materia_corpo {	
}

.materia_corpo h2 {
    font:bold 19px Arial;
    color:#fff;
}

.materia_corpo h4 {
    font:bold 14px Arial;
    color:#fff;
}

.materia_corpo h4 a {
    font:bold 14px Arial;
    color:#fff;    
}

.materia_corpo h5 {
    font:bold 12px Arial;
    color:#FAB600;
}

.materia_corpo h5 a {
    font:bold 12px Arial;
    color:#FAB600;
    text-decoration:underline;
}

.materia_corpo h5 span {
    color:#fff;
}

.materia_corpo p {
    margin-top:5px;
    font:normal 12px Arial;
    color:#337586;
    text-align:justify;
    line-height:145%;
}

.materia_corpo h6 {
    font:italic normal 12px Arial;
    color:#fff;
    margin-top:10px;
}

.materia_corpo h6 a {
    font:bold normal 12px Arial;
    color:#fff;
    text-decoration:underline;
}

.materia_corpo a {
	font:normal 12px Arial;
}

.materia_corpo a:hover {
	text-decoration:underline;
}

.materia_corpo div.item {
	padding-top:10px;
	padding-bottom:10px;
}

.materia_imagem {
	border:3px solid #204241;
}

.materia_imagem:hover {
	border:3px solid #FAB600;
}

#comentarios {
    margin:17px 0 0 15px;
    width:592px;
    padding:10px;
    background:#1B3536;
}

#comentarios h2 {
    font:bold 18px Arial;
    color:#6EAAAC;
}

.quantidade_comentarios {
    width:580px;
    font:normal 12px Arial;
    padding:5px;
    background:#0F282C;
    color:#337586;
    height:18px;
    margin-bottom:10px;
}

.comentario_detalhe {
    font:normal 12px Arial;
}

.nome_usuario {
    color:#FFF;
    font-weight:bold;
}

.data_post {
    color:#337586;
}

.comentario_detalhe p {
    margin-top:5px;
    font:normal 12px Arial;
    color:#337586;
    line-height:145%;
}

.divisor_comentario {
    height:2px;
    background:url(../../resources/image/bg_rodape.gif) repeat-x;
    width:100%;
    margin:10px 0;
}

a.voce_logado {
    float:right;
    font:italic normal 10px Arial;
    margin-top:5px;
    color:#588B8D;
}

a.voce_logado:hover {
    color:#588B8D;
}

.form_coment {
    font:normal 12px Arial;
}

textarea.coment {
    width:587px;
    height:159px;
    padding:2px;
    border:0;
    font:normal 12px Arial;
    margin:5px 0;
    overflow:auto;
}

.detalhes_agenda {
	padding-top:5px;
}

.detalhes_agenda h5 {
	padding-top:4px;
	padding-bottom:3px;
}

.detalhes_agenda span {
	color:#fff;
}

.mapa_agenda {
	padding:10px 5px 10px 5px;
	text-align:center;
}

a.agenda_flyer, a.dj_profile_view, a.dj_set_download {
    margin-right:15px;
    padding-right:18px;
	font:bold 14px Arial;
    background:url(../../resources/image/btn_seta2.jpg) no-repeat right 1px;
    float:right;	
}

#detalhes_dj {
    margin:17px 0 0 15px;
    width:592px;
    padding:10px;
    background:#1B3536;
}

#detalhes_dj h2 {
    font:bold 18px Arial;
    color:#6EAAAC;
    float:left;
}

.detalhes_dj_corpo {
	padding-top:10px;
    font:normal 12px Arial;
}

.detalhes_dj_corpo p {
	color:#fff;
}

.detalhes_dj_corpo span {
    color:#588B8D;    
}

#dj_rating_container {
	width:300px;
	padding:5px;
}

#dj_rating li {
	float:left;
	display:block;
	
}

#dj_rating_msg {
	text-align:right;
}

.enquete_resultado_resp {
	padding-top:5px;
}

.enquete_resultado_bar {
	padding-top:5px;
	background-color:#890f42;
	height:15px;
}

#busca_results .busca_results_tab a {
    background-color:#0F2324;
    padding:11px 0 6px 0;
    text-align:center;
    width:141px;
    font:normal 14px "Trebuchet MS", Arial;
}
#busca_results .busca_results_tab li.tabViewSelected a {
    background-color: #1b3536;
}
#busca_results .busca_results_panel {
	background-color: #1b3536;	
}
#busca_results .busca_results_panel > div {
	padding:10px;
}
.busca_results_empty {
	font:bold 14px Arial;
}

/*INTERNAS*/

#corpo_interno {
}

.box_interno {
	width: 886px;
    background: #1B3536 url(../../resources/image/bg_pagina.gif) repeat-x;
    padding: 0 38px 0 38px;	
}

.box_interno_basic {
    background: #1B3536 url(../../resources/image/bg_pagina.gif) repeat-x;
    padding: 10px;	
}

#throbber {
	background-color: #890f42;
	border:1px solid #ba366f;
	padding: 15px 30px 15px 30px;
	display: none;
}

#throbber p {
	font:bold 14px "Trebuchet MS", Arial;
	color:#ffbe2e;
}

#throbber img {
	margin-right: 10px;
}

#corpo_login {
	padding-top: 50px;
}

#box_login {
	width: 300px;
	padding-left: 293px;
}

#error_container {
	background-color:#890f42;
	border:1px solid #ba366f;
	margin-bottom:5px;
	font:normal 14px "Trebuchet MS", Arial;
	color:#ffbe2e;
	position:relative;
}

#error_container .error_container_close {
	position:absolute;
	right:5px;
	top:5px;
}

#success_container {
	background-color:#2ce116;
	border:1px solid #2ce116;
	margin-bottom:5px;
	font:normal 14px "Trebuchet MS", Arial;
	color:#151d20;
}

#error_container td, #success_container td {
	padding:5px;
}

#corpo_admin {	
}

#box_admin {
	width:886px;
}

#lista_crud {
	background-color:#1b3536;
	padding:5px;
	overflow-x:hidden;
	overflow-y:auto;
	height:350px;
}

#lista_crud th {
	background:url(../../resources/image/bg_menu.jpg) repeat-x;	
	text-align:left;
	font:normal 12px Arial;
	padding:6px 3px 6px 2px;
	white-space:nowrap;
}

#lista_crud td {
	text-align:left;
	font:normal 12px Arial;
	padding:2px 3px 2px 2px;
	white-space:nowrap;
}

#lista_crud img {
	padding-right:2px;
}

#lista_crud td.empty {
	text-align:center;
}

h2.titulo_interno {
    font:bold 19px Arial;
    color:#d7025f;
    padding:13px 0px 0px 13px;
}

h2.titulo_interno a {
	color:#d7025f;
}

h2.titulo_interno a:hover {
	text-decoration:underline;
}

h3.titulo_interno {
    font:bold 16px Arial;
    color:#d7025f;	
}

div.titulo_interno_links {
	float:right;
	text-align:right;
    padding:5px 13px 0px 0px;
}

.admin_menu, .admin_menu_over {
    background:url(../../resources/image/bg_menu.jpg) repeat-x;
    padding:11px 0 6px 0;
    text-align:center;
    font:normal 14px "Trebuchet MS", Arial;
	color:#fff;
	cursor: pointer;
	position: absolute;
}

.admin_menu_over {
	text-decoration:underline;
}

.admin_menu_child, .admin_menu_child_over {
    background-color:#5d7b7b;
    padding:8px 0 6px 8px;
    font:normal 14px "Trebuchet MS", Arial;
	color:#000;
	cursor:pointer;
	position:absolute;
	text-align:left;
}

.admin_menu_child_over {
    text-decoration:underline;
}

.admin_menu_border {
	background-color:#0F2324;
	position:absolute;
}

/*LISTS*/

.list_container {
	background-color:#1b3536;
	padding:5px;
}

.list_container table {
}

.list_header {
	background:url(../../resources/image/bg_menu.jpg) repeat-x;
	text-align:left;
	font:normal 14px "Trebuchet MS", Arial;;
	padding:5px 2px 5px 2px;
	white-space:nowrap;
}

.list_container td {
	font:normal 14px "Trebuchet MS", Arial;
	vertical-align:top;
	padding:2px;
}

.list_container td img {
	padding-right:2px;
}

/*FORMS*/

.form_container {
	padding:5px;
}

.form_container .form_table {
	margin-bottom:10px;
}

.form_container > div, .form_container td {
	padding:3px;
}

.form_label {
	font:normal 14px "Trebuchet MS", Arial;
}

.form_input {
	font:bold 12px Verdana;
}

.form_input_small {
	font:normal 10px Verdana;
}

.form_button {
	background-color:#1b3536;
	font:bold 12px Verdana;
	padding:4px;
	border:none;
	border-top:1px solid #5d7a7b;
	color:#fff;
}

.form_button_dark {
	background-color:#0F2324;
	font:bold 12px Verdana;
	padding:4px;
	border:none;
	border-top:1px solid #5d7a7b;
	color:#fff;
}

.form_button[disabled] {
	color: gray;
}

.form_link {
	font:normal 12px "Trebuchet MS", Arial;
}

.form_link img {
	padding-right:5px;
}

/*VIEW*/

.view_container {
	padding:5px;
}

/*LISTA DE FOTOS*/
.foto_list_container {
	padding:10px 10px 10px 10px;
	border:1px solid #0F2324; 
}

.foto_list_title {
	background:url(../../resources/image/bg_menu.jpg) repeat-x;
	font:normal 14px "Trebuchet MS", Arial;
	color:#fff;
	cursor:pointer;
	padding:5px 10px 5px 10px;
	border:1px solid #0F2324;
}

#foto_choose {
	position:relative;
}

#foto_choose_btn {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
}

#foto_input {
	position:relative;
	-moz-opacity:0;
	filter:alpha(opacity: 0);
	opacity:0;
	z-index:2;
}

#foto_file_list {
	border:1px solid #0F2324;
	padding:5px;
	margin-top:10px;
	font:normal 14px "Trebuchet MS", Arial;
	color:#fff;
	display:none;
	width:800px;
}

#foto_file_list > div {
    padding:5px;
    height:25px;
    cursor:pointer;
}

#foto_file_list div:hover {
	background-color:#0F2324;
}

#foto_sender {
	position:absolute;
	left:-10000px;	
}

/*RODAPE*/

#rodape {
    background:#1B3536;
    padding:25px 38px 0 38px;
}

#rodape_conteudo {
    background:url(../../resources/image/bg_rodape.gif) repeat-x;
    width:886px;
    padding:25px 0 50px;
}

#rodape_dados {
    width:550px;
    float:left;
}

#rodape_dados #direitos {
    width:520px;
    float:left;
}

#rodape_dados #direitos ul.links li {
    font:normal 12px Arial;
    float:left;
    padding:0 6px 0 8px;
    border-right:1px solid #FFF;
}

#rodape_dados #direitos h6 {
    margin-top:8px;
    font:normal 9px Arial;
    color:#407D82;
}

#rodape_dados #btn_rss {
    width:28px;
    padding-top:5px;
    float:left;
}

#rodape_dados ul.logos {
    margin-top:10px;
}

#rodape_dados ul.logos li {
    float:left;
    margin-right:10px;
}

#baia_studio {
    width:200px;
    float:right;
    text-align:right;
    font:normal 9px Arial;
    color:#407D82;
    padding-top:15px;
}

#baia_studio img {
    padding-left:4px;
}

/* @media screen and (-webkit-min-device-pixel-ratio:0){ */
/*    body { */
/*        background:#050B0B url(../../resources/image/bg_fundo_ie.gif) center repeat-y; */
/*    } */
/*} */
