body            {font-family: verdana,arial,helvetica,sans-serif; font-size: 12px;
            	 background: url(./images/Terra_AESP14A.png);
            	 background-position: top left;
            	 background-size: 100%;
            	 background-repeat: no-repeat;
            	 background-attachment: fixed;
            	 }

        head {
            icon: url(./images/flag.ico);
        }

		.header-fundo {
			width: 100%;
		}

		.header-div {
			background-color: black;
			height: 20vh;
		}

		.header-div img {
			height: 100%;
		}

        h1 {
            font-size: 54px;
            color: #eee
        }

        h2 {
            font-size: 14px;
            color: #eee

        }

		ul {
			list-style: none;
		}

		.conteudo {
		    list-style: none;

		}

		ul.menu-itens {
			max-width: 900px;
			padding:15px;
			margin:0 auto;
			/*padding:0;*/
            background: url(./images/white.png);
            background-position: top left;
            background-size: 100%;
		}

		ul.menu-itens li {
			display:flex;
			flex-wrap:wrap;
		}

		ul .menu-separador {
			clear:both;
			display: block;
			height: 5px;
			width: 80%;
			background: #111;
			border-bottom: 1px solid #000;
			margin: 0 auto;
			margin-top:10px;
		}

		ul.menu-itens li h3 {
			/*margin-top:50px;*/
		}

		ul.menu-itens li h3 a {
			color:#aaa;
			font-size: 1.5em;
		}

		ul.menu-itens li h3 a:hover {
			color:#666;
		}

		.link-coluna-1 {
			position:relative;
			width:50px;
			min-height: 90px;
		}

		.link-coluna-2 {
		    position:relative;
			max-width:600px;
			left: 100px;
		}

		.imagem-teste-e1 {
			position:absolute;
			left:0px;
			top:0px;
		}
		.imagem-teste-e2 {
			position:absolute;
			left:0px;
			top:0px;
		}
		.imagem-teste-d1 {
			position:absolute;
			left:0px;
			top:0px;
		}
		.imagem-teste-d2 {
			position:absolute;
			left:0px;
			top:0px;
		}

		.item-descricao{
		    text-align: justify;
		    color: #ddd
		}

		.cram-descricao{
		    text-align: justify;
		    color: #fff
		}

		li.link-itens img {
			transition: all .2s;
		}

		li.link-itens:hover .imagem-teste-d1, li.link-itens:hover .imagem-teste-d2 {
			left:50px;
		}


		ul.conteudo-itens {
			max-width: 900px;
			padding:15px;
			margin:0 auto;
			/*padding:0;*/
            background: url(./images/white.png);
            background-position: top left;
            background-size: 100%;
		}

		ul.conteudo-itens li {
			display:flex;
			flex-wrap:wrap;
		}

		ul .separador {
			clear:both;
			display: block;
			height: 5px;
			width: 80%;
			background: #eee;
			border-bottom: 1px solid #fff;
			margin: 0 auto;
			margin-top:10px;
		}

		ul.conteudo-itens li h3 {
			/*margin-top:50px;*/
		}

		ul.conteudo-itens li h3 a {
			color:#aaa;
			font-size: 1.5em;
		}

		ul.conteudo-itens li h3 a:hover {
			color:#666;
		}

		.diagrama {
		text-align:center;
        }

        .contato {
            text-align: right;
            vertical-align: bottom;
            font-size: 24px;
            color: #666;
        }

        .subsys {
            width: 75%;
            text-align: center;
            background: url(./images/white.png);
            background-position: top left;
            background-size: 100%;
        }

		.thanks {
            background: url(./images/white.png);
            background-position: top left;
            background-size: 100%;
		}
