body, table{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
}
body{
	top:0px;
	margin:0 0 0 0;
	background:url(../img/bgGeral.jpg) top center no-repeat fixed;
	background-color:#fff;
}
h1, h2, h3, h4, h5{
	margin:0;
	padding:0;
}
dl dd{
    margin:0px;
}
body img{
	border:none;
}
input, textarea, select{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}

#geral{
	position:relative;
	width:990px;
	left:50%;
	margin:0 0 0 -495px;
	/*border:1px solid blue;*/
}
#topo{
	margin:0 0 0 0;
	width:100%;
	min-height:650px;
	background:url(../img/topoCristiano.png) top right no-repeat;
}
#topoMgafm{
	float:left;
	margin:10px 0 0 20px;
}
#topoData{
	float:right;
	margin:20px 50px 0 0;
}
#topoLogo{
	position:absolute;
	float:left;
	width:420px;
	height:300px;
	margin:320px 0 0 280px;
}
#topoMenu{
	position:absolute;
	float:left;
	width:270px;
	height:300px;
	margin:250px 0 0 30px;
	background:url(../img/bgMenu.png) top center no-repeat;
}
#topoMenuCont{
	width:200px;
	margin:35px 0 0 30px;
}
#topoDj{
	position:absolute;
	float:left;
	margin:570px 0 0 20px;
}

/* MENU */
#menu{
	position:relative;
	width:100%;
	height:58px;
	margin:0 0 7px 0;
	padding:0;
	background:url(../img/bgMenu.jpg) top repeat-x;
	z-index:9999999;
}
#menuCont{
	position:relative;
	left:50%;
	width:990px;
	margin:0px 0 0 -495px;
}
ul.menuTxt {
    float: left;
	height:0;
    padding:0 0 0 0;
	margin:0 0 0 0;
    list-style: none;
    z-index:2;
}
ul.menuTxt li{
    position: relative;
    float: left;
	margin:15px 0 0 0;
	padding:0 0 0 0;
}
ul.menuTxt li img{
	/*margin:-60px 0 0 0;*/
}
ul.menuTxt li ul{
    position: absolute;
    float: left;
	display:none;
	margin:0 0 0 0;
	padding:2px 2px 2px 4px;
	top:30px;
	background: #5f7b84;
	z-index:9;
}

/* CONTEUDO */
#conteudo{
	position:relative;
	width:100%;
	min-height:250px;
	margin:5px 0 5px 0;
	padding:2px 0 2px 0;
}

/* HOME */



/* SECAO */
.secao{
	width:950px;
	margin:0;
	padding:20px;
	border-top:2px solid #841619;
	background:url(../img/bgConteudo.png);
}
.secaoTit{
	width:100%;
	margin:0 0 0 -20px;
}
.fotoDestaque{
	border:1px solid #5f7b84;
	padding:2px;
	margin:2px 10px 2px 2px;
}
.fotoDestaque:hover{
	border:1px solid #c20013;
}

/* PARCEIROS */
.parceirosImg{
    margin:10px 10px 10px 40px;
    border:1px solid #dfdfdf;
}

/* VIDEOS */
.videos{
	float:left;
	width:430px;
	height:360px;
	margin:20px 20px 20px 15px;
	text-align:center;
}



/* CONTATO */
.boxContatoForm{
	float:left;
	width:100%;
}
.boxContatoTxt a{
	color:#074286;
}


/* RODAPE */
#rodape{
	clear:both;
	width:100%;
	margin:0 0 30px 0;
}

.btn{
	background:#fed53d;
	color:#f34209;
	padding:4px 30px 4px 30px;
	border:1px solid #fff;
	cursor:pointer;
}

.foto{
	padding:4px;
	border:1px solid #fff;
}


/* ESTILOS PADRÃO */
.txt10{font-size:10px;}
.txt11{font-size:11px;}
.txt12{font-size:12px;}
.txt14{font-size:14px;}
.txt16{font-size:16px;}
.txt18{font-size:18px;}
.txt20{font-size:20px;}
.txt22{font-size:22px;}
.txt24{font-size:24px;}
.txt26{font-size:26px;}
.txt28{font-size:28px;}

.preto{color:#000000;}
.cinza3{color:#333;}
.cinza6{color:#666;}
.cinza9{color:#999;}
.cinzaC{color:#CCC;}
.branco{color:#FFFFFF;}
.amarelo{color:#f9d730;}
.azulClaro{color:#074286;}
.azulEscuro{color:#402881;}
.laranja{color:#fcb816;}
.vermelho{color:#c20013;}
.verde{color:#369b4c;}


.negrito{font-weight:bold;}
.italico{font-style:italic;}

.link1:link, .link1:active, .link1:visited{	text-decoration:none;}
.link1:hover{text-decoration:underline;}

.link2:link, .link2:active, .link2:visited, .link2:hover{text-decoration:none;}

.campo{
    border:1px solid #cecece;
    font-size:12px;
    color:#666666;
    margin:0px;
    font-size:12px;
    overflow:hidden;
    padding:5px;
}


/********* CONVITE ONLINE ***********/
 div#convites{
	clear:both;
	width:90%;
	overflow:hidden;
	margin:0px auto;
 }
 dl.conviteitem{
	float:left;
	width:150px;
	overflow:hidden;
	padding:5px;
	margin:0px 5px 0 0;
 }
 dl.conviteitem dt{
	font-weight:bold;
	color:#fff;
	padding:5px;
	background:#b00213;
	text-align:center;
	min-height:35px;
 }
 dl.conviteitem dt.mb,
 dl.conviteitem dt.mbc{
	background:#0b4c81;
 }
 dl.conviteitem dd{
	border:1px dotted;
	padding-bottom:10px;
	min-height:180px;
 }
 dl.conviteitem dd{
	font-weight:bold;
	font-size:11px;
	text-align:center;
 }
 dl.conviteitem dd input{
	border:none;
	font-size:22px;
 }
 div#btncomprarconvite{
	text-align:center;
	margin:30px 0px;
	clear:both;
 }
 span.soma,
 span.vlconvite{
	font-size:22px;
 }
 span.vlconveniencia{
	font-size:14px;
 }
 /**********************************/
 
 div#floater{
    width:400px;
    height:600px;
    overflow:hidden;
    position:absolute;
    top:30px;
    left:50%;
    margin-left:-200px;
    z-index:999999;
}
img#btnfecharfloater{
    width:78px;
    height:28px;
    float:right;
    cursor:pointer;
}
 
