@import url(dropdown_menu.css);
@import url(form.css);
@import url(subpagina.css);
@import url(rodape.css);
@import "Grid.css";

/* GERAL */
	 
* {
	text-decoration:		none;
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					none;
}

.branco{					color:#FFFFFF}

a.branco:hover{			color:#FFFFFF}


.laranja{					color: #FF3300}

.azul{						color: #0066FF}

.vermelho{					color:#B40403;}

  
#azul{						color:#0033FF;}

.h7{						font-weight:bold; color: #333333;}

*{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    text-decoration: none;
    margin: 0;
    padding: 0;
    list-style: none;
    }
							
body{						background: url(../images/bg_repeat.jpg) repeat 0 0;}

.divGeral {
	position:				relative;
	width:					1000px;
	height:					auto;
	margin:					10px auto; 
	text-align: 			    center; 
	background:				#FFFFFF;
	z-index: 				0;

}

.divContener {
	position:				relative;
	float:					left;
	width:					1000px;
	height:					auto;
	background:				#FFFFFF;
	z-index:				0;
}


