/*
* { margin: 0; padding: 0;}
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,700);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Ubuntu', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
/*ol, ul {
	list-style: none;
*/

}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: botton;
}


/*---------------Inicio do Header--------------*/

header {
	width: 100%;
	height: 140px;
	background-color:#09C;
	color: white;	
}

header a:link, a:visited {
	color: silver;
	}
header a:link {
    color: white;
}
.wrapper{
	width: 1080px;
	margin: 0 auto;
	position:relative;	
}

#logo{
	float: left;
	margin-top: 15px;
}

#logo a{
	
	/*background-image:url(../logo11.png); */
  
	background-image:url(logo11.png);
	width: 136px;
	height: 102px;
	display: block;
	transition:background-position 1s;
	-webkit-transition:background-position 1s;	
	border-radius: 20px 70px 0px 40px;

	/*font-size= 0px; 
	text-indent: -500px;
	overflow:hidden; 
	background-position: 0px 0px;*/
	
}
#layoutNoSite a{
	
	/*background-image:url(../logo11.png); */
  
	background-image:url(layoutNoSite.jpg);
	width: 322px;
	height: 512px;
	display: block;
	/*transition:background-position 1s;
	-webkit-transition:background-position 1s;	
	border-radius: 20px 70px 0px 40px;

	font-size= 0px; 
	text-indent: -500px;
	overflow:hidden; 
	background-position: 0px 0px;*/
	
}
#layoutFolhaSite a{
	background-image:url(layoutFolhaSite.jpg);
	width: 185px;
	height: 77px;
	display: block;
}

#logo a:hover {
	
	/*background-image:url(../walter1.svg) 0 0 no-repeat;*/
	background-position: 0px -100px;
	}


#logo span {
	display: none;
}



#nome1 a{
	position: absolute;left: 150px;top: 50px;
	/* ml mr mt mb */
}
#nome2 a{
	position: absolute;left: 150px;top: 70px;
}
#nome3 a{
	position: absolute;left: 150px;top: 90px;
}
#nome4 a{
	position: absolute;left: 150px;top: 110px;
}

#socialmedia{
	float:right;

}
#socialmedia li{
	float: left;
	margin-left: 15px;
	margin-top: 36px;
}

#face a {
	/*background-image:url(../img/sprites.png);
	background-image:url(../sprites.png);*/
	background-image:url(sprites.png);
	background-position: 0px 0px;
	width: 48px;
	height:48px;
	display:block;
	transition:background-position 1s;
	-webkit-transition:background-position 1s;
	
}
#twit a {
	/*background-image:url(../img/sprites.png);
	background-image:url(../sprites.png); */
	background-image:url(sprites.png);
	background-position: 0px -116px;
	width: 48px;
	height:48px;
	display:block;
	transition:background-position 1s;
}
#face a:hover {
	/*background-image:url(../img/hover-facebook.png);*/
	background-position: 0px -58px;

}
#twit a:hover {
	/*background-image:url(../img/hover-twitter.png);*/
	background-position: 0px -174px;

}
/*--------------------------------------------------Menu navegação ------------------------------*/

nav {
	width: 100%;
	height: 45px;
	/*background-color: #900;*/
	background-color: white;
	border-top: 2px solid #000;
	text-align:center;

	background:  linear-gradient(top, #09C, #FFF) repeat-x;
	background:  -webkit-linear-gradient(top, #09C, #FFF) repeat-x;
	background:  -ms-linear-gradient(top, #09C, #FFF) repeat-x;
	background:  -moz-linear-gradient(top, #09C, #FFF) repeat-x;
	background:  -o-linear-gradient(top, #09C #FFF) repeat-x;
	
}

nav li{
	display: inline;
}

nav a {
	/*color: #FC3;*/
	color: white;
	text-transform: uppercase;
	padding:0 20px;
	text-decoration:none;
	font-size:20px;
	line-height: 45px;
	transition: background-color 1s, color 1s;
	display:inline-block;

	
	/* margin: 15px 5px 2px 9px;   top sentido horario 
	margin: 15px 5px top e  bot / esq e dir
	margin: 15px; igual
	margin: 15px 5px 2px; top / lef e dir / botton
	 
	*/
		
}
/* active - hover - visited - link    o a tem a,v,l*/
nav a:hover {
	background-color:#FC3;
	color:white; /* #900 */
	border-botton: 2px solid #FFF;
	
}
nav a:visited {
	background-color:#FC3;
	color:white; /* #900 */
	border-botton: 2px solid #FFF;
	
}
.ativado {
	color:white;  /*    #FFFFFF rgb  33FFCC 3FC */
}

/*------------------------------------------Main ------------------------------------ */

main {
	overflow: auto;
	/* background-image: url(../img/bg-main.jpg);
	background-repeat: repeat-x;  #FC3 > #09C   
	
	background:  linear-gradient(top, #09C, #FFF) repeat-x;
	background:  -webkit-linear-gradient(top, #09C, #FFF) repeat-x;
	background:  -ms-linear-gradient(top, #09C, #FFF) repeat-x;
	background:  -moz-linear-gradient(top, #09C, #FFF) repeat-x;
	background:  -o-linear-gradient(top, #09C #FFF) repeat-x;
	*/
	height: 600px;
	background-color: white;
	/* Para IE */
	-ms-filter:
"progid:DXImageTransform.Microsoft.gradient(startColorst=#FFCC33,
endColorstr=#FFFFFF)";
	
}


main .wrapper {
	padding-top: 10px;
	
}

main p {
	color:#000 ;/*   #FC3*/
	text-align: center;
	font-size: 40px;
	clear: both;
}

main a:link, a:visited {
	color: silver;
	}
main a:link {
    color: black;
}

h2 {
	text-align:center;
	text-transform: uppercase;
	color: black;
	font-weight:hold;
	border-bottom: 2px dashed #900;
	padding-bottom: 10px;
	font-size: 20px;
	text-shadow: 0px 0px 1px #000;
	margin-bottom: 20px;
	
}

#slider {
	margin-bottom: 15px;
}
.box-home  {
	float: left;
	width: 530px;
	margin-right: 10px;	
}
.bsm {
	margin-right:0; !important;   /* da prioridade */
}

.box-home img {
	border-radius: 50px 80px 0px 60px;
	float: left;
	margin-right: 10px;
}
.box-home img:hover {
	opacity: 0.9;
}

.box-home h3 {
	text-align: center;
	text-transform: uppercase;
	/*font-weight:bold;*/
	font-size: 20px;
	margin-bottom: 15px;
	color: black;
	text-shadow: 0px 0px 1px #000;
	letter-spacing: 2px;
}
.box-home p {
	text-align: center;
	text-indent: 30px;
	line-height: 25px;
	font-size: 700px;
}
a:link 
{ 
 text-decoration:none; 
} 


/*---------Competencias ----------------------*/

.box-competencia {
	float: left;
	width: 955px;
	margin-right: 20 px;
	text-align: left;
	margin-bottom: 180px;
}

/*---------Caracteristica ----------------------*/
.box-caracteristica {
	float: left;
	width: 955px;
	margin-right: 20 px;
	text-align: left;
	margin-bottom: 180px;
}

/*---------Sistema desenvovido ----------------------*/
.box-sistDesenvolv {
	float: left;
	width: 955px;
	margin-right: 20 px;
	text-align: left;
	margin-bottom: 180px;
}

/*---------Atividade Profissional ----------------------*/
.box-ativProf {
	float: left;
	width: 955px;
	margin-right: 20 px;
	text-align: left;
	margin-bottom: 180px;
}

.box-ativProf p {line-height:200%;}

/*---------Ferramenta ----------------------*/
.box-ferramenta {
	float: left;
	width: 955px;
	margin-right: 20 px;
	text-align: left;
	margin-bottom: 180px;
}

/*---------Historico ----------------------*/
.box-historico {
	float: left;
	width: 955px;
	margin-right: 20 px;
	text-align: left;
	margin-bottom: 180px;
}




/*----------------------------Contato-------------------------------*/
label {
	text-transform: uppercase;
	color:#900;
	font-weight: bold;
	font-size: 18px;
}
input[type="text"], select, textarea {
	width: 300px;
	margin: 10px 0;
	padding: 5px;
	color: #900;
	border-radius: 10px;
	border: none;
	box-shadow: 0px 0px 3px #000;
	outline: none;
	
}
select {
	width: 310px;
}

textarea {
	height: 150px;
	resize: none;
}
input[type="submit"] {
	background-color: #900;
	/*background-image: url(../img/btn_next_png);*/
	color: #FC3;
	padding: 5px 20px;
	border: none;
	border-radius: 10px;
	cursor:pointer;
}
input[type="submit"]:hover {
	background-color:rgba(153,0,0,0.8);
}
input[type="text"]:focus, select:focus, textarea:focus {
	background-color: #FC6;
	box-shadow: inset 0 0 15px #333;
	
}
form label.error {
		font-size:12px;
		width:240px; 
		font-weight:bold;
		color:#900;
		padding: 3px 20px;
}

#principal {
	/*overflow: auto;*/
	width:600px;
	height: 1000px;
	float:right;
	/* Para IE */
	-ms-filter:
"progid:DXImageTransform.Microsoft.gradient(startColorst=#FFCC33,
endColorstr=#FFFFFF)";
	
}

#navegacao {
	/*width: 100%;*/
	height: 500px;
	/*background-color: #900;*/
	background-color: white;
	border-top: 2px solid #000;
	text-align:center;
    
	background:  linear-gradient(top, #09C, #FFF) repeat-x;
	background:  -webkit-linear-gradient(top, #09C, #FFF) repeat-x;
	background:  -ms-linear-gradient(top, #09C, #FFF) repeat-x;
	background:  -moz-linear-gradient(top, #09C, #FFF) repeat-x;
	background:  -o-linear-gradient(top, #09C #FFF) repeat-x;
}
#principal * {
	padding: 0 20px;
	}


#navegacao * {
	padding: 0 8px;
	}
/*-----------------------------------Footer -----------------------------------------*/
footer {
	width: 100%;
	height: 400px;
	/*background-color: #000;*/
	background-color: white;
	padding-top: 15px;

	background:  linear-gradient(top, #09C, #FFF) repeat-x;
	background:  -webkit-linear-gradient(top, #09C, #FFF) repeat-x;
	background:  -ms-linear-gradient(top, #09C, #FFF) repeat-x;
	background:  -moz-linear-gradient(top, #09C, #FFF) repeat-x;
	background:  -o-linear-gradient(top, #09C #FFF) repeat-x;
}

footer p {
	color: #FC3;
	text-align: center;
	font-size: 14px;
	clear: both;
}

