﻿/*@import url("_semantica.css"); /* ConfiguraÃ§Ã£o dos estilos de tipografia */
@import url('manager.css');
@import url('tools.css'); /* Classes de configuraÃ§Ã£o geral */
@import url('square.css'); /**/
@import url('projeto.css'); /* Estilos especÃ­ficos do projeto */
@import url('box.css');

/* Correções */
/*index.php*/
#boxContenNews{
	height: 275px;;
}
*+html #boxContenNews{
	height: 315px;
}

/*Empresa.php*/
#empresa_box_quemsomos{
	width:199px;
}
+html #empresa_box_quemsomos{
	width:100px;
}

#empresa_box_identidade{
	width:239px;
}
+html #empresa_box_identidade{
	width:15px;
}

/*Servicos.php*/
#servicos_box_servicosCor{
	width:199px;
}
+html #servicos_box_servicosCor{
	width:15px;
}

#servicos_conteudo_adviser{

}


