/* -------------------------------------------------
>>> ABRE CONTENT
------------------------------------------------- */

div#main {
	background: #000;
	border-bottom: 1px solid #BF265B;
	margin-bottom: -80px;
	min-height: 433px;
	min-width: 976px;
	position: relative;
	top: -80px;	
}

div#main fieldset.conteudo {
	margin: 0 auto;
	position: relative;
	text-align: center;
	top: 41px;		
	width: 976px;
	z-index: 0;
}

div#box-foto-principal {
	display: none;
	margin: 0 auto;
	z-index: -1;
}

div#main div#botao {
	margin-top: -270px;
	text-align: left;
	position: relative;
}

div#main div#botao a {
	background: url(../img/bullets.gif) no-repeat;
	display: block;
	float: left;
	height: 115px;
	overflow: hidden;
	text-indent: -1000px;
	width: 123px;
}

div#main div#botao a.proximo {
	background-position: 0 bottom;
	margin-top: -13px;
	float: right;	
}

/* FECHA CONTENT <<< */

/* -------------------------------------------------
>>> ABRE DESTAQUES DA HOME
------------------------------------------------- */

div.destaquesHome a {
	color: #fff;
}

div.destaquesHome {
	background: url(../img/bgDestaqueHome.png) no-repeat;
	clear: both;
	color: #fff;
	height: 208px;
	margin: 10px auto 0 auto;
	padding: 0 0 0 50px;
	width: 770px;
}

div.destaquesHome div {
	float: left;
	width: 180px;
}

div.destaquesHome div a:hover {
	text-decoration: underline;
}

div.destaquesHome h2 a, div.destaquesHome h3 a, div.destaquesHome p a {
	text-decoration: none;
}

div.destaquesHome h2 {
	display: block;
	font-size: 2.0em;
	height: 55px;
	line-height: 21px;
	margin: 0 0 15px 0;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	width: 150px;
}

div.destaquesHome h2 a {
	display: block;
}

div.destaquesHome h3 {
	margin-bottom: 10px;
	text-transform: uppercase;
}

div.destaquesHome h3, div.destaquesHome p {
	font-size: 1.1em;
	padding: 0 15px;	
	text-decoration: none;
}

/* FECHA DESTAQUES DA HOME <<< */


div#footer {
	min-width: 976px;
}

div#footer p {
	color: #fff;
	font-size: 1.1em;
	margin: 10px auto;
	text-align: center;
	width: 820px;
}

div#footer p a {
	color: #fff;
}


/* -------------------------------------------------
>>> ABRE TOOLTIP E MODAL
------------------------------------------------- */
#tooltip{
    background: #FFF;
	border: 1px solid #eaeaea;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #EF2F72;	
    display: none;    
	font-size: 1.1em;
	font-weight: bold;	
	padding: 3px 5px;
    position: absolute;
	z-index: 1;
}

#modal-overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #EF2F72;
	display: none;
}

#modal-window {
	position: fixed;
	z-index: 102;
	display:none;
	top:50%;
	left:50%;
}

#modal-window img {
	display: block;
}

#modal-load{
	position: fixed;
	height: 25px;
	width: 25px;
	background: url(../img/loading.gif) no-repeat;
	z-index: 103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

/* FECHA TOOLTIP E MODAL <<< */