@charset "utf-8";
/* CSS Document */

body{
	background-color:#FFF;
	background-image:url(../img/bg-conf.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#titulo-conferencia-01 {
	top:25px;
	position:relative;
	text-align:center;
	margin:0 auto;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#060;
}

#titulo-conferencia-02 {
	top:35px;
	position:relative;
	text-align:center;
	margin:0 auto;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-shadow: 0.08em 0.08em 0.05em #FFF;
	font-size:35px;
	color:#060;
}

#texto-inicial {
	width:900px;
	margin:0 auto;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:22px;
	color:#F30;
	text-shadow: 0 0 0.2em #FFF, 0 0 0.2em #FFF, 0 0 0.2em #FFF;
	top:55px;
	position:relative;
}

#importante {
	width:900px;
	margin:0 auto;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	color:#F00;
	text-shadow: 0 0 0.2em #FFF, 0 0 0.2em #FFF, 0 0 0.2em #FFF;
	top:170px;
	position:relative;
}

#video {
	border:3px solid #FFF;
	width:560px;
	margin:0 auto;
	text-align:center;
	top:60px;
	position:relative;
}

#login-box {
	width:900px;
	height:300px;
	text-align:center;
	margin:0 auto;
	top:70px;
	position:relative/
}

#box-texto {
	width:370px;
	height:225px;
	text-align:right;
	margin:0 auto;
	top:100px;
	position:relative;
	float:left;
	font-size:20px;
	font-family:Verdana, Geneva, sans-serif;
}

#login-box-convidado {
	width:520px;
	height:225px;
	/*background-color:#FFF;
	border-radius: 10px;
	opacity:0.8;
	border:5px solid #CCC;*/
	text-align:center;
	margin:0 auto;
	top:90px;
	position:relative;
	float:right;
}

.info {
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#009;
	padding-bottom:10px;
}

.info-subtitulo {
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#900;
}

.info-senha {
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	color:#900;
}


.rotulo {
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
}

.imputs {
	width:340px;
	height:30px;
	font-size:14px;
	border-radius:5px;
	border:1px solid #666;
	background:#FFF;
}

.campo-obrigatorio {
	color:#F00;
}

#redes-sociais {
	width:900px;
	margin:0 auto;
	text-align:center;
	top:90px;
	position:relative;
}

#info-conferencia {
	text-align:center;
	margin:0 auto;
	top:30px;
	position:relative;
}

.info-login {
	top:10px;
	margin:0 auto;
	text-align:center;
}

.info-login2 {
	margin:0 auto;
	text-align:center;
}

.loading {
	top:390px;
	width:100%;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	margin:0 auto;
	text-align:center;
	float:left;
	position:absolute;
}

.div-none {
	display:none;
}


	
