/* CSS ESTRUTURAL */

.right {
	float:right !important;
}

.left {
	float:left !important;
}

.clear {
	clear:both;
}

.l33 {
	width:33%;
	float:left;
}

.l12 {
	width:12%;
	float:left;
}

.l16 {
	width:16%;
	float:left;
}

.l30 {
	width:30%;
	float:left;
}


.l50 {
	width:50%;
	float:left;
}

.l40 {
	width:40%;
	float:left;
}

.l48 {
	width:48%;
	float:left;
}


.l60 {
	width:60%;
	float:left;
}

.l75 {
	width:85%;
	float:left;
}

.l25 {
	width:25%;
	float:left;
}

.l75 {
	width:75%;
	float:left;
}

.l70 {
	width:70%;
	float:left;
}

.l25 {
	width:25%;
	float:left;
}

.l20 {
	width:20%;
	float:left;
}

.l66 {
	width:66%;
	float:left;
}

.l25 {
	width:25%;
	float:left;
}

.margin20 {
	margin: 20px;
}

.margin30 {
	margin: 30px;
}


.none {
	display: none;
}

.auto {
	margin: auto;
}

.line18 {
	line-height: 18px;
}

.line20 {
	line-height: 20px;
}
form {
	margin:0;
	padding: 0;
}

hr {
	height: 1px;
	background: #ccc;
	border: 0;
}

.center {
	text-align: center;
}

.linkAzul {
	color: #4091c5;
	text-decoration: none;
}

.linkAzul:hover {
	color: #4091c5;
	text-decoration: underline;
}

.input {
	border:1px solid #ccc;
	padding:6px;
	margin-top:7px;
	border-radius:3px;
	font-family: Tahoma, sans-serif;
}

#mascaraBranca {
	height:7000px;
	width: 100%;
	background: #fff;
	opacity: .9;
	position: absolute;
	z-index: 1000;
	display: none;
}

.textRight {
	text-align: right;
}

.padding15 {
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.padding20 {
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.padding5 {
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

select, input, textarea {
	font-family: Tahoma, Arial, sans-serif;
}

.font15 {
	font-size: 15px !important;
}

.font25 {
	font-size: 25px !important;
}

.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #f26422;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #f26422;
}

/* FIM CSS ESTRUTURAL */

body {
	margin: 0;
	font-size: 12px;
	color: #4c4c4c;
	font-family: tahoma;
	line-height: 18px;
	background: url(/img/fundo.jpg) center top no-repeat;
	background-position-y: -100px;
}

.row {
	width: 900px;
	margin:auto;
}

#topo {
	height: 90px;
	background: #002c2c;
	box-shadow: 0 1px 2px #000;
	width: 100%;
	z-index: 999;
	color: #fff;
}

#topocont {
	width: 900px;
	margin:auto;
}

#topocont img {
	margin-top: 18px;
}

#topocont ul {
	list-style: none;
	float: right;
	margin-top: 23px;
}

#topocont ul li {
	float: left;
	margin-right: 4px;
}

#topocont ul li a {
	display: block;
	padding: 13px 19px 13px 19px;
	color: #fff;
	text-decoration: none;
	transition: .3s;
	-webkit-transition: .3s;
}

#topocont ul li a:hover {
	background: #13887d;
	color: #fff;

}

#centro {
	width: 996px;
	height: 477px;
	margin: auto;
	margin-top: 20px;

}

#centro p {
	margin: 0;
	line-height: 18px;
	color: #fff;
	font-size: 12px;
	width: 400px;
	position: absolute;
	margin-top: 340px;
	margin-left: 70px;
}

#banner {
	background: url(/img/banner.jpg) center;
	height: 427px;
	margin-top: 2px;
}

#meio {
	padding: 10px;
	background: url(/img/fundoMeio.jpg);
}

.link {
	color: #212121;
	text-decoration: none;
}

.curriculo {
	background: #fff;
	color: #027f7e;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
	margin: auto;
	text-decoration: none;
	border-radius: 4px;
}

#rodape {
	width: 900px;
	margin: auto;
	text-align: center;

}

#conteudo {
	width: 900px;
	margin: auto;
	font-size: 12px;
	color: #212121;
	line-height: 18px;
	margin-top: 80px;
}

#conteudo h1 {

	font-weight: 100;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
	font-size: 20px;
	margin-bottom: 5px;

}

.foto {
	background:#fff;
	padding: 5px;
	box-shadow: 1px 1px 4px #ccc;
	float: right;
	margin-top: -60px;
}

#titulo {
	font-size: 50px;
	width: 900px;
	margin: auto;
	color: #fff;
	font-weight: 100;
	font-family: 'Roboto', sans-serif;
	margin-top: 35px;
}

.edit {
display:none;
}

#administrador {

background:#13887d;
position: absolute;
left: 0;
top: 0;
height: 200%;
width: 280px;
border-right: 1px solid #13987d;
color: #fff;

}

#administrador p {
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}

.button {
	background: #fff;
	color: #027f7e;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
	margin: auto;
	text-decoration: none;
	border-radius: 4px;
	border: 0;
}

.input {
	padding: 10px;
	font-size: tahoma;
	border-radius: 3px;
	border: 0;
}

.botao {
	text-decoration:none; background:#13887d; font-size:15px;color:#fff;padding:10px;border:0;border-radius:4px
}



#slider {overflow: hidden;}

#slider img {}

