
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:500);
/* ------------------------------------------------------------------------------------ */
/* Estrutura
--------------------------------------------------------------------------------------- */
html {height: 100%;}
body { background: #fbfbfb; font: normal 89.5% 'Source Sans Pro', Arial, Helvetica, Verdana, sans-serif !important; color: #00FF00; height: 100%; overflow: visible; }
a:link, a:visited {text-decoration: none;}
/* ------------------------------------------------------------------------------------ */
/* Base
--------------------------------------------------------------------------------------- */
/* ...... */
#divmid {background:none;}
.meio { height:100%; min-height:100px; background:#00FF00; margin:0px auto;}
/* ...... */
/* ------------------------------------------------------------------------------------ */
/* Geral
--------------------------------------------------------------------------------------- */
#header{ display: block; position: relative; width: 100%; min-height: 0px; background: #003b75; color: #FFFFFF; 
}
#header .nav_topo{
	float:right;	
        
}

#header .nav_topo ul{
	list-style:none;
}
#header .nav_topo ul li{
	float:left;
	margin: 5px 12px;
	line-height:30px;
}


#header .nav_sm{
	float:left;	
        
}

#header .nav_sm ul{
	list-style:none;
}
#header .nav_sm ul li{
	float:left;
	margin: 5px 12px;
	line-height:30px;
}


#header .barravermelha{
	position:relative; 
	float:left;
	clear:both;
	z-index:10;
	display:block;
	width:100%;
	height:235px;
	background:url(../img_/topo/banner.jpg) repeat-x top left;
}
/* #header .barravermelha h1.logo{
	position:relative;
	z-index:2;
	background:url(../imagens/topo/logo.png) no-repeat top left;
	width:400px;
	height:160px;
	margin-top:-35px;
        
}
*/
#header .barravermelha .busca{
	position:relative;
	z-index:2;
	
}


  #header .banner{
	display:block;
	position:relative;
	z-index:1;
	clear:both;
	/*background:url(../imagens/topo/banner_02.jpg) no-repeat top left; */
	width:100%;
	height:0px;
	top:-10px; 
	
	
}

#conteudo{
	position:relative;
	width:100%;	
	background: #FFFFFF;
	min-height:100px;
}

#conteudo .fogo{
	position:absolute;
	display:block;
	width:100%;
	height:372px;
	margin-top:-372px;
	z-index:0;
	background: #FFFFFF;
}
#conteudo .meio{
	position:relative;
	display:block;
	width:1030px;
	min-height:100%;
	left:50%;
	margin:0px 0px 0px -500px;
	
	background:#FFFFFF; 
	z-index:2;
}

#conteudo .foto_receitas{
	position:relative;
	display:block;
	width:303px;
	height:187px;
	right:10%;
	left:52%;
	top:10px;
	margin:0px 0px 0px -500px;
	z-index:3;
	background:url(../imagens/grupo%20de%20noticias%20top/foto01.jpg) no-repeat top center;
	margin-top:10px;
	
}
#conteudo .foto_revista_01{
	position:relative;
	display:block;
	width:313px;
	height:250px;
	left:214%;	
	z-index:3;
	background:url(../imagens/grupo%20de%20noticias%20top/revista_01.jpg) no-repeat top center;
	margin-top:100px;
}

#conteudo .foto_revista{
	position:relative;
	display:block;
	width:313px;
	height:250px;
	left:-105%;
	z-index:3;
	background:url(../imagens/grupo%20de%20noticias%20top/revista_02.jpg) no-repeat top center;
	margin-top:100px;	
}


#conteudo .linha{
	position:relative;
	display:block;
	width:980px;
	height:5px;
	left:100%;
	
	z-index:3;
	background-image:url(../imagens/mais%20acessadas/linha.jpg);
}

#footer{
	background:url(../img_/rodape/back.png) no-repeat top center;
	display:block;
	width:100%;
	height:150px;	
}


#header .nav_rodape{
	float:right;	
}

#header .nav_rodape ul{
	list-style:none;
}
#header .nav_rodape ul li{
	float:left;
	margin: 5px 12px;
	line-height:30px;
}

#boxbranco{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color:#e8e8e8;
border-color:#e8e8e8;
width:270px;
min-height:276px;
padding:13px;
}

#boxbanner {
 -moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
-moz-border-radius-bottomright: 25px;
-webkit-border-bottom-right-radius: 25px;
border-bottom-right-radius: 25px;
-moz-border-radius-bottomleft: 25px;
-webkit-border-bottom-left-radius: 25px;
border-bottom-left-radius: 25px;
    
}

/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */



/* 2f4b87 */
/* 2f4b87 */
/* #1f325d */
/* Menu CSS */
#cssmenu {
  width: auto;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
#cssmenu:before,
#cssmenu:after,
#cssmenu > ul:before,
#cssmenu > ul:after {
  content: '';
  display: table;
}
#cssmenu:after,
#cssmenu > ul:after {
  clear: both;
}
#cssmenu a {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
#cssmenu ul {
  background: #003b75;
  border-radius: 3px;
  border: 1px solid #2b4479;
  border: 1px solid #002142;
  -webkit-box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
  -o-box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
  -ms-box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
  box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
}
#cssmenu ul > li {
  float: left;
  list-style: none;
}
#cssmenu ul > li > a {
  display: block;
  text-decoration: none;
  padding: 15px 24px;
  position: relative;
}
#cssmenu ul > li > a:hover {
  background: #002142;
  -webkit-box-shadow: inset 0 0 1px #00080f;
  -o-box-shadow: inset 0 0 1px #00080f;
  -moz-box-shadow: inset 0 0 1px #00080f;
  -ms-box-shadow: inset 0 0 1px #00080f;
  box-shadow: inset 0 0 1px #00080f;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
#cssmenu ul > li > a:hover:before {
  content: '';
  z-index: 2;
  position: absolute;
  border: 1px solid white;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: -1px;
  opacity: .2;
}
#cssmenu ul > li > a:hover:after {
  content: '';
  z-index: 2;
  position: absolute;
  border: 1px solid white;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  right: -1px;
  opacity: .2;
}
#cssmenu > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
#cssmenu > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  position: absolute;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
#cssmenu > ul > li > ul {
  width: 200px;
  position: absolute;
}
#cssmenu > ul > li > ul > li {
  float: none;
  position: relative;
}
#cssmenu > ul > li > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
#cssmenu > ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  position: absolute;
}
#cssmenu > ul > li > ul > li > ul {
  left: 200px;
  top: 1px;
  width: 200px;
}
#cssmenu > ul > li > ul > li > ul > li {
  float: none;
}



