﻿/*This removes any default styles that a browser may associate with a tag such as h1 or p.*/

/* hacks para IE6 */
* html #all-container { height: 100%; } /* IE6 trata height como min-height */
* html #header-band { margin-right: 20px; }
* html .footer-block { width: 31.8%; }
.clear { clear: both; }
* html #main-container { padding-bottom: 315px; } /* Mesma altura do rodapé + 20px */
* html #sac img { margin-top: -22px; }
* html #cont-exp span { margin-bottom: 15px }
* html .bot-peq,
* html .bot-grd { color: #FFF; }

/* hacks para o IE7 */
*:first-child+html #footer-container {	height: 290px; }
*:first-child+html #main-container { padding-bottom: 300px; } /* Mesma altura do rodapé + 20px */
*:first-child+html #sac img { margin-top: -22px; }
*:first-child+html #cont-exp span { margin-bottom: 15px }
*:first-child+html #banner-container img { float: left; }
*:first-child+html .fotos-home-meio-peq img { max-width: 100px; }
*:first-child+html #copyright-block {	padding-top: 5px; }
