@charset "UTF-8";
img {
	border:0;
}

#main_index{
	min-height: 100%;
	height: 100%;
	width: 100%;
	background-image: url(../imagens/backgrounds/padrao_background.png);
	background-repeat: repeat;
	padding-top: 20px;
}


body {
	height: 100% !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #e54f13;
	background-image: url(../imagens/backgrounds/gradient_background.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#conteudos_fundo {
	min-height: 100%;
	height: 100%;
	width: 100%;
	background-image: url(../imagens/backgrounds/desenho_fundo_index.png);
	background-repeat: no-repeat;
	background-position: center 30px;
}

#conteudos {
	min-height: 100%;
	height: 900px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

#destaque_lateral {
	width: 450px;
	height: 242px;
	text-align: right;
	position: absolute;
	margin-right: 50%;
	margin-left: 50%;
	margin-top: 0px;
}

.mamacoelha {
	text-decoration: none;
	font-family: 'Merienda One', cursive;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	height: 61px;
	width: 450px;
	text-align: center;
	background-image: url(../imagens/logo_mamacoelha_index.png);
	background-repeat: no-repeat;
	background-position: 50% 26%;
	padding-top: 270px;
	display: block;
	text-decoration: none;
}

.mamacoelha:hover{
	color: #333;
	text-decoration: none;
}

.maps_txt {
	font-family: 'Merriweather Sans', sans-serif;
	color: #000000;
	font-weight: 400;
	font-size: 10px;
	text-decoration: none;
}

.maps:hover a {
	font-family: 'Merienda One', cursive;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.maps {
	height: 90px;
	width: 225px;
	text-align: center;
	float: left;
	display: block;
	font-family: 'Merienda One', cursive;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding-top: 100px;
	background-image: url(../imagens/maps_index.png);
}

.maps:hover {
	background-image: url(../imagens/maps_index_hover.png);
}


.facebook {
	height: 90px;
	width: 225px;
	text-align: center;
	float: left;
	display: block;
	font-family: 'Merienda One', cursive;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../imagens/fb_index.png);
	background-repeat: no-repeat;
	padding-top: 100px;
	background-position: 50% 50%;
	margin-top: 0px;
}

.facebook:hover {
	background-image: url(../imagens/fb_index_hover.png);
}

#clubedosmiudos {
	height: 220px;
	width: 450px;
	text-align: center;
	float: left;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(../imagens/logo_miudos_index.png);
	display: block;

}

#clubedosmiudos:hover {
	display: block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(../imagens/logo_miudos_index_hover.png);
}

.noborder {
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;	
}

#rodape {
	display: block;
	height: 320px;
	width: 560px;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: -100px;
}

#rodape_copyright {
	width: 280px;
	float: left;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
	color: #FFF;
}

#rodape_powered {
	height: 38px;
	width: 280px;
	float: left;
	text-align: right;
	padding-top: 15px;
}

.float_left {
	float: left !important;
}

.limpa_float {
	float: none !important;
}
