/* CSS Document */
/*
Nome do arquivo: estilo.css
URI: http://imirante.globo.com/
Autor: Desenvolvimento Web
Versão: 1.0
*/

/**** configuração da página ****/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	vertical-align: baseline;
	list-style: none;
}

/*************************************************************************************/

html, body, #geral { background-color: #fff; height: 100%; margin: 0; padding: 0; text-align: left; }

body > #geral { background-color: #fff; height: auto; min-height: 100%; }

/* corpo */
#geral #corpo {
	background-color: #fff;
	clear: both;
	margin: 0 auto 40px;
	max-width: 950px;
	min-height: 100%;
	overflow: hidden;
	position: relative;
	width: 950px;
}

/* utilitarios */
@font-face {
	font-family: 'Agenda';
	src: url('/oportunidades2013/site/incs/agendamediumcondensed.eot');
}
@font-face {
	font-family: 'Agenda';
	src: url('/oportunidades2013/site/incs/agendamediumcondensed.ttf') format('truetype'),
		 url('/oportunidades2013/site/incs/agendamediumcondensed.svg#Agenda') format('svg');
}
.limpaFloat {
    clear:both;
	visibility: hidden;
	content: "";
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.oculta { display: none; }

/* topo */
#geral #topo {
	clear: both;
	margin: 0 auto 40px;
	max-width: 950px;
	overflow: hidden;
	position: relative;
	width: 950px;
}
#geral #topo .imagem {
	background: url("/festivalsertaneja/site/imagens/topo.jpg") no-repeat scroll 0 0 #fff;
	height: 497px;
	width: 100%;
}
#geral #topo .imagem a { display: block; height: 100%; text-indent: -99999px; }
#geral #topo .menu {
	background-color: #ef7b00;
	clear: both;
	height: 30px;
	max-width: 950px;
	overflow: hidden;
	position: relative;
	width: 950px;
}
#geral #topo .menu ul { overflow: hidden; position: relative; width: 100%; }
#geral #topo .menu ul li {
	border-right: 1px solid #fff;
	float: left;
	padding: 0 49px;
}
#geral #topo .menu ul li:last-child { border: 0; }
#geral #topo .menu ul li a {
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
}

/* conteudo */
#geral #corpo #conteudo {
	clear: both;
	float: left;
	max-width: 600px;
	overflow: hidden;
	position: relative;
	width: 600px;
}
#geral #corpo #conteudo p {
	color: #000;
	cursor: default;
    font-family: "Agenda",Arial,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}
#geral #corpo #conteudo p strong { color: #ef7b00; font-size: 16px; font-weight: bold; text-transform: uppercase; }

#geral #corpo #conteudo.calendario { max-width: 950px; width: 950px; }

/* sidebar */
#geral #corpo #sidebar {
	float: right;
	max-width: 300px;
	width: 300px;
}
#geral #corpo #sidebar p {
	color: #000;
	cursor: default;
    font-family: "Agenda",Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
#geral #corpo #sidebar p strong { color: #ef7b00; font-size: 16px; font-weight: bold; text-transform: uppercase; }
#geral #corpo #sidebar a { color: #2077F0; text-decoration: none; }

/* rodape */
#rodape {
	background: url("/festivalsertaneja/site/imagens/bg-rodape.jpg") repeat-x scroll 0 0 #c51168;
	border-top: 10px solid #f39200;
    clear: both;
	overflow: hidden;
    position: relative;
    width: 100%;
}
#rodape .corpo-rodape {
	margin: 0 auto;
	max-width: 950px;
	min-height: 42px;
	position: relative;
	width: 950px;
}