/*******************************************************************
	Geral
*******************************************************************/
body {
	background: #ccc url('../images/bg_home.gif') repeat-x;
	font-family: Arial;
	font-size: 12px;
}


/*******************************************************************
	Destaque home
*******************************************************************/
#destaque_home {
	width: 980px;
	height: 300px;
	margin: 0 auto;
}


/*******************************************************************
	Conteudo
*******************************************************************/
#container {
	background: url('../images/bg_conteudo.gif') no-repeat center top;
	width: 100%;
}

#conteudo {
	background: #fff;
	width: 931px;
	margin: 0 auto;
	padding: 15px 25px 20px 25px;
}


/*******************************************************************
	Blog
*******************************************************************/
#chamada_blog {float: left;}

#h3_chamada_blog {
    height: 35px;
    width: 90px;
    background: url(../images/h3_chamada_blog.gif) no-repeat;
    text-indent: -9000px;
    overflow: hidden;
}


.blog_box {
	display: block;
	width: 590px;
	background: #ececec;
	padding: 10px;
	margin: 0 30px 10px 0;
}

.blog_box .data {
	width: 34px;
	height: 35px;
	background: url('../images/bg_h4_blog_data.gif') no-repeat;
	float: left;
	color: #fff;
	font-size: 17px;
	text-align: center;
	line-height: 12px;
	padding: 5px 7px 0 0;
}

.blog_box .data small {font-size: 14px;}

.blog_box .titulo {
	background: #c4c4c4;
	height: 30px;
	margin: 7px 0 0 41px;
    *margin: 17px 0 0 41px;
	font-size: 16px;
	color: #666;
	padding: 3px 0 0 10px;
}

.blog_box .titulo small {
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1px;
    *line-height: 8px;
}

.blog_box p {
	margin-left: 50px;
	line-height: 16px;
	color: #666;
}

.blog_box a {
	font-size: 10px;
	color: #d71925;
	text-decoration: none;
}

.blog_box a:hover {text-decoration: underline;}


/*******************************************************************
	Calendario
*******************************************************************/
#chamada_calendario {
	display: block;
	width: 290px;
	height: 196px;
	background: #c4c4c4;
	margin: 0 0 10px 640px;
}

#h3_chamada_calendario {
    height: 35px;
    width: 178px;
    background: url(../images/h3_chamada_calendario.gif) no-repeat;
    text-indent: -9000px;
    overflow: hidden;
}

#chamada_calendario #scrollable {
    overflow: hidden;
    width: 290px;
    height: 165px;
    position: relative;
}

#chamada_calendario #scrollable #items {
    width: 5000px;
    position:absolute;
}

#chamada_calendario #scrollable #items div {
    float: left;
    width: 170px;
    display: block;
    margin: 10px 0 0 30px;
}

#chamada_calendario #scrollable #items div h4 {
    background: #ececec;
    color: #666;
    font-size: 33px;
    height: 55px;
    padding: 5px 0 0 5px;
}

#chamada_calendario #scrollable #items div h4 span {
    font-size: 40px;
}


#chamada_calendario #scrollable #items div p {
    text-align: right;
    background: #fff;
    height: 70px;
    padding:5px;
}

#chamada_calendario #navi {
    background: #666;
    height: 30px;
}

#chamada_calendario #navi a {
    color: #fff;
    text-decoration: none;
}

#chamada_calendario #navi a:hover {text-decoration: underline;}

#chamada_calendario #navi #vercalendario {
    padding-top: 10px;
    float:left;
    margin-left: 90px;
}


#chamada_calendario #navi .prev, #chamada_calendario #navi .next {
    display: inline-block;
    width: 10px;
    height: 21px;
    margin: 5px;
}

#chamada_calendario #navi .prev {background: url('../images/chamada_calendario_seta_prev.gif') no-repeat; float: left;}
#chamada_calendario #navi .next {background: url('../images/chamada_calendario_seta_next.gif') no-repeat; float: right;}



/*******************************************************************
	Ben-Online
*******************************************************************/
#chamada_benonline {
	display: block;
	width: 610px;
	height: 90px;
	background: url('../images/bg_chamada_benonline.gif') no-repeat;
	float: left;
	margin: 15px 30px 0 0;
}

#chamada_benonline h3 {
    background: url('../images/h3_chamada_benonline.gif') no-repeat;
    width: 180px;
    height: 21px;
    text-indent: -9000px;
    overflow: visible;
}

#chamada_benonline label {
    display: none;
}

#chamada_benonline input {
    border: 0px;
    height: 45px;
    margin-top: 10px;
    float: left;
}

#chamada_benonline #email, #chamada_benonline #senha {
    background: url('../images/bg_benonline_input.gif') no-repeat;
    width: 235px;
    height: 35px;
    color: #666;
    font-size: 18px;
    padding: 10px 5px 0 5px;
}

#chamada_benonline #email {
    margin-left: 28px;
}

#chamada_benonline #entrar {
    background: url('../images/bt_benonline_entrar.gif') no-repeat;
    width: 70px;
    margin-top: 10px;
    height: 45px;
    float: left;
}

/*******************************************************************
	Banner destaque
*******************************************************************/
#chamada_banner {
	margin: 25px 0 0 640px;
	display: block;
}