@CHARSET "ISO-8859-1";
body{
    padding:0;
    margin:0;
    font-family:arial;
    background-repeat: repeat-x;
    text-align: center;
}
/* ######################  RESET  ###################### */
/* ##################################################### */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
a{
    text-decoration: none;
    outline: hidden;
}
a:hover{
    text-decoration: underline;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'celmelspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ######################  /RESET  ###################### */
.Content{
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    /*background: #23262B;*/
}

/*parte de busca e numero de telefone*/
.Cursor{
    cursor: pointer;
}
.Header{
    height: 42px;
    margin: 0 0 50px;
}
.Number{
    position: absolute;
    width: 87px;
    height: 36px;
    right: 30px;
    top: 5px;
    font-weight: bolder;
}
.Number p{
    margin: 0;
    padding: 0;
    float: left;
    font-size: 12px;
    color: white;
    width: 100%;
}
.Number p.Big{
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    font-size: 18px;
}
.Left{
    float: left;
}
.Left2{
    float: left;
    width: 100%;
}
.Right{
    float: right;
}
.ThumbPagina{
    position: absolute;
    z-index: -1;
    opacity:0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
	top:0;
	left:0;
}
.Enter{
    position: absolute;
    right: 170px;
    top:0;
    font-size: 10px;
    width: 295px;
    height: 36px;
}
.Enter label{
    font-weight: bold;
    font-size: 11px;
    color: white;
    position: absolute;
    left:0;
    top: 13px;
}
.Enter .InputEntrar{
    position: absolute;
    font-size: 8px;
    text-transform: uppercase;
    color: #626262;
    width: 143px;
    height: 33px;
    *line-height: 33px;
    *vertical-align: middle;
    *height: 37px;
    border-color: transparent;
    right: 2px;
    *top: 1px;

}
.Enter .BotaoEntrar{
    position: absolute;
    right: 0;
    width: 22px;
    height: 33px;
}
.Enter div{
    float: right;
    width: 165px;
    height: 33px;
    margin: 3px 0;
}

/*parte de montagem do menu*/

.Menu{
    position: relative;
    width: 943px;
    height: 99px;
    background-color: black;
    left: 50%;
    margin-left: -471px;
}
.Menu a.Logo{
    width: 162px;
    height: 66px;
    position: absolute;
    top:20px;
    left: 15px;

}
.Menu h1{
    width: 162px;
    height: 66px;
    position: absolute;
    background-image: url('img/logo_velty_menu.png');
    text-indent: -99999px;
    overflow: hidden;
    
}
.Menu ul{
    position: absolute;
    height: 52px;
    top: 38px;
    right: 0px;
}
.Menu ul li{
    position: relative;
    
    height: 52px;
    float: left;
    text-align: center;
    padding: 15px 2px;
    background-image: url("img/divisor_menu.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bolder;
    color: #cfcfcf;
    letter-spacing: -1px;
}
.Menu ul li a{
    padding: 0 35px 0 33px;
}
.Menu ul li.SemDivisao{
    background: none;
}
.Menu ul li a{
    color: #cfcfcf;
    text-decoration: none;
}
.Menu ul li a:hover{
    text-decoration: none;
}
.CaixaInput{
    position: absolute;
    width: 136px;
    height: 27px;
    top: 4px;
    right: 4px;
}
.Menu .InputBuscar{
    position: absolute;
    font-size: 9px;
    color: #FFFFFF;
    width: 108px;
    height: 31px;
    
    *height: 35px;
    border-color: transparent;
    background-color: #201F1F;
    top: 0;
    right: 0;
    text-transform: lowercase;
    *line-height: 28px;
    *vertical-align: middle;
}
.Menu .BotaoBuscar{
    width: 31px;
    height: 31px;
    *margin-top: 2px;
}

/* parte dos ultimos projetos*/

.UltimosProjetos{
    position: relative;
    margin-top: 350px;
    width: 943px;
    height: 345px;
    left: 50%;
    margin-left: -471px;
}
.UltimosProjetos div{
    position: relative;
    width: 222px;
    height: 255px;
    border: 1px solid black;
    float: left;
    margin: 40px 15px 0 0;
}
.CaixaProjeto{

    background-color: white;

}
.CaixaProjeto .Fundo{
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 0;
    left: 0;
    *bottom: -1px;
    background-color: #201f1f;
    border: none;
    border-top: solid 1px;

}

.UltimosProjetoss div:hover,.UltimosProjetoss div:hover p, .UltimosProjetoss div:hover h5{
    background: none;
    background-color: #201F1F;
    color: white;
}

.UltimosProjetos div.UltimoProjeto{
    margin: 40px 0 0 0;
}
.UltimosProjetos div img{
    position: absolute;
    width: 207px;
    height: 109px;
    border: 1px solid black;
    margin: 20px 0 0 6px;
}
.UltimosProjetos h5{
    padding: 0;
    margin: 0;
    font: 22px Arial;
    color: #7A7A7A;
    letter-spacing: -1px;
    font-weight: bold;
    margin: 4px 0 4px 6px;
}
.UltimosProjetos h2{
    font: 32px Arial;
    color: white;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.UltimosProjetos .CaixaProjeto .Desenvolvido{
    position: absolute;
    margin: 0;
    padding: 0;
    top: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #7a7a7a;
    letter-spacing: -1px;
    font-size: 12px;
    margin-left: 6px;
}
.UltimosProjetos .CaixaProjeto p{
    position: absolute;
    margin: 0;
    padding: 0;
    top: 173px;
    width: 207px;
    text-transform: none;
    font-weight: normal;
    text-align: justify;
    font-size: 13px;
    color: white;
    line-height: 13px;
    margin-left: 6px;
    margin-top: 3px;
    letter-spacing: -1px;
}

.UltimosProjetos ul{
    position: absolute;
    height: 17px;
    bottom: 4px;
    *bottom: 6px;
    font-size: 10px;
    padding: 0 0 0 6px;
}
.UltimosProjetos .Tags{
    display: inline;
    height: 17px;
    padding: 2px 4px 2px 4px;
    background: white;
    color: black;
    margin: 0 2px;
}
.UltimosProjetos .Tags a{
    color: #2C2C2C;
    text-decoration: none;

}
/* parte dos produtos em destaque*/

.ProdDestaque{
    position: relative;
    width: 940px;
    left: 50%;
    margin: 55px 0 20px -470px;
}
.ProdDestaque h3{
    position: relative;
    float: left;
    font: 32px Arial;
    color: white;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: -1px;

}
.ProdDestaque img{
    width: 940px;
    height: 210px;
    margin: 35px 0 45px 0px;
}
/* parte do conteudo blog e twitter*/
.Social{
    position: relative;
    width: 943px;
    float: left;
    margin-left: 28px;
}
.Social div{
    position: relative;
    width: 425px;
}
.Blog{
    position: relative;
    float: left;
    padding: 15px;
    background-color: white;
    height: 260px;
    *height: 290px;
}
.Blog h4{
    position: relative;
    font: 45px Georgia;
    color: #2C2C2C;
    float: left;
    font-weight: bold;
    padding: 0;
    margin: 0;
    letter-spacing: -1px;
}
.Blog h2{
    position: relative;
    font: 11px Georgia;
    color: #2C2C2C;
    float: right;
    font-weight: bold;
    padding: 0;
    margin: 0;
    text-align: right;
    margin-top: 30px;
    letter-spacing: -1px;
}
.Blog a:hover{
    color: #2C2C2C;
}
.Blog h6{
    position: relative;
    clear: both;
    font: 21px Georgia;
    color: #2C2C2C;
    font-weight: bold;
    padding: 0;
    margin: 0;
    letter-spacing: -1px;
    padding-top: 20px;
    *padding-top: 4px;
}
.Blog ul{
    position: relative;
    padding: 0;
    margin: 0;
    padding-top: 10px;
}
.Blog ul li{
    position: relative;
    padding: 0;
    margin: 0;
    list-style-image: url('img/marcador.png');
    margin-left: 30px;
    margin-top: 20px;
}
.Blog ul li a{
    font: 12px Georgia;
    color: #2C2C2C;
    letter-spacing: -1px;
}
.Blog .VerTodos{
    font: 30px Georgia;
    color: #2C2C2C;
    font-weight: bold;
    letter-spacing: -1px;
    float: right;
    margin-top: 10px;
}
.Twitter{
    position: relative;
    float: right;
    padding: 15px;
    background-color: white;
    height: 260px;
    *height: 290px;
}
.Twitter a:hover{
    color: #2C2C2C;
}
.Twitter h4{
    position: absolute;
    top: 15px;
    font: 45px Georgia;
    color: #2C2C2C;
    float: left;
    font-weight: bold;
    padding: 0;
    margin: 0;
    letter-spacing: -1px;
}
.Twitter h2{
    position: absolute;
    font: 11px Georgia;
    color: #2C2C2C;
    float: right;
    font-weight: bold;
    padding: 0;
    margin: 0;
    top: 15px;
    right: 15px;
    text-align: right;
    margin-top: 30px;
    letter-spacing: -1px;
}
.Tweet_list{
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
}
.Twit{
    position: absolute;
    padding: 0;
    margin: 0;
    top: 50px;
}
.Twit ul{
    position: relative;
    padding: 0;
    margin: 0;
    padding-top: 10px;
    clear: both;
}
.Twit ul li{
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 22px;
}
.tweet_text{
    font: 12px Georgia;
    color: #2C2C2C;
    letter-spacing: -1px;
    margin-top: 8px;
    text-align: justify;
}
.tweet_text a{
    color: #2C2C2C;
    font-weight: bold;
}
.tweet_time{
    margin-right: 5px;
    font: 10px Georgia;
    color: #2C2C2C;
    font-weight: bold;
    margin-top: 10px;
}
.tweet_time a{
    color: #2C2C2C;
}
.Twit ul li.Data{
    margin-right: 5px;
    font: 10px Georgia;
    color: #2C2C2C;
}

/*parte do rodapé*/
.Footer{
    position: relative;
    height: 90px;
    width: 100%;
    background-color: #000000;
    float: left;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: -1px;
    margin-top: 90px;
    text-align: left;
}
.FooterContent{
    position: relative;
    width: 940px;
    height: 90px;
    left: 50%;
    margin-left: -470px;
}
.Footer div h1{
    position: absolute;
    text-indent: -9999999px;
    width: 69px;
    height: 29px;
    background-image: url("img/logo_velty_rodape.png");
    background-repeat: no-repeat;
    margin-top: 30px;
}
.Footer div p{
    position: absolute;
    font-size: 10px;
    color: #FFFFFF;
    margin-top: 15px;
    margin-top: 2px;
    top: 45px;
    left: 85px;
}
.Footer div ul{
    margin: 0;
    padding: 0;
    position: absolute;
    float: left;
    color: #FFFFFF;
    left: 85px;
    top: 30px;
}

.Footer div ul li {
    display: inline;
    margin-right: 12px;
    color: #FFFFFF;
    float: left;
}
.Footer div ul li a{
    color: #FFFFFF;
    text-decoration: none;
}
.Footer div ul li a:hover{
    color: #7C2A2A;
}
#social {
    position: absolute;
    right: 0px;
    top: 30px;
    width: 75px;
}
#flickr{
    text-align: left;
}
#flickr a{
    background: url("img/flirk_inativo.png") no-repeat;
    width: 16px;
    height: 16px;
    text-indent: -9999999px;
    overflow: hidden;
    float: left;
    z-index: 9999;
    margin-right: 13px;
}
#flickr a:hover{
    background: url("img/flirk_ativo.png") no-repeat;
}
#blog a{
    background: url("img/wordpress_inativo.png") no-repeat;
    width: 16px;
    height: 16px;
    text-indent: -99999999px;
    overflow: hidden;
    float: left;
    z-index: 9999;
    margin-right: 13px;
}
#blog a:hover{
    background: url("img/wordpress_ativo.png") no-repeat;
}
#twitter a{
    background: url("img/twitter_inativo.png") no-repeat;
    width: 16px;
    height: 16px;
    text-indent: -99999999px;
    overflow: hidden;
    float: left;
    z-index: 9999;
    margin-right: 13px;
}
#twitter a:hover{
    background: url("img/twitter_ativo.png") no-repeat;
}
#facebook a{
    background: url("img/facebook_inativo.png") no-repeat;
    width: 16px;
    height: 16px;
    text-indent: -9999999px;
    overflow: hidden;
    float: left;
    z-index: 9999;
    margin-right: 13px;
}
#facebook a:hover{
    background: url("img/facebook_ativo.png") no-repeat;
}
#youtube a{
    background: url("img/youtube_inativo.png") no-repeat;
    width: 16px;
    height: 16px;
    text-indent: -99999999px;
    overflow: hidden;
    float: left;
    z-index: 9999;
}
#youtube :hover{
    background: url("img/youtube_ativo.png") no-repeat;
}

#sobre{
    margin-top: 345px;
    position: relative;
    width: 943px;
    float: left;
    margin-left: 28px;
}
#sobre h1{
    font: 32px Arial;
    color: #2B2B2B;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: -1px;
}
#sobre h5#sub p{
    font: 18px Arial;
    color: #464646;
    text-align: justify;
    line-height: 18px;
    margin-top: 20px;
    letter-spacing: -1px;
    font-weight: bold;
    font-style: italic;
}
#sobre p{
    font: 13px Arial;
    color: #464646;
    text-align: justify;
    line-height: 16px;
    margin-top: 20px;
    letter-spacing: -1px;
}
#sobre h2{
    font: 22px Arial;
    color: #2B2B2B;
    font-weight: bolder;
    margin-top: 40px;
    letter-spacing: -1px;
}

.ListaClientes{
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
    width: 470px;
    padding-bottom: 20px;
}
.ListaClientes li{
    position: relative;
    margin: 0;
    padding: 0;
    width: 126px;
    height: 80px;
    float: left;
    margin: 15px 15px 0 15px;
}
.DireitaClientes{
    position: relative;
    float: right;
    width: 340px;
}
.DireitaClientes ul{
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}
.DireitaClientes ul li{
    font: 13px Arial;
    color: #757575;
    text-align: justify;
    margin-top: 10px;
    font-weight: bold;
    letter-spacing: -1px;
}
.DireitaClientes .LogoCliente{
    position: relative;
    float: right;
    width: 126px;
    height: 80px;
    margin-top: 20px;
    margin-left: 10px;
}
.Botao{
    background-image: url('img/bg_bt.gif');
    width: 181px;
    height: 30px;
    background-repeat: no-repeat;
    position: relative;
    float: right;
    margin-top: 18px;
    cursor: pointer;
}
.Botao3{
    background-image: url('img/bg_bt.gif');
    width: 140px;
    height: 30px;
    background-repeat: no-repeat;
    position: relative;
    float: right;
    margin-top: 18px;
    cursor: pointer;
}
.Botao4{
    background-image: url('img/bg_bt.gif');
    width: 180px;
    height: 28px;
    background-repeat: no-repeat;
    position: relative;
    float: right;
    cursor: pointer;
    margin-top: 52px;
}
.Botao2{
    background-image: url('img/bg_bt2.gif');
    width: 181px;
    height: 30px;
    background-repeat: no-repeat;
    position: relative;
    float: right;
    margin-top: 18px;
    cursor: pointer;
}
.TextoBotao{
    font: 15px Arial;
    color: white;
    text-align: right;
    margin-top: 5px;
    margin-right: 10px;
    font-weight: bold;
    letter-spacing: -1px;
    cursor: pointer;
}
.LinkBotao:active, .LinkBotao:visited, .LinkBotao:hover, .LinkBotao:link{
    text-decoration: none;
}

#descProjeto{
    margin-top: 335px;
    position: relative;
    width: 943px;
    float: left;
    margin-left: 28px;
}
#descProjeto a{
    color: #2B2B2B;
}
#descProjeto a:hover{
    color: #2B2B2B;
}
#descProjeto #colunaEsquerda{
    position: relative;
    float: left;
    width: 460px;
    
}
#descProjeto #colunaEsquerda h1{
    font: 32px Arial;
    color: #2B2B2B;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: -1px;
}
#descProjeto #colunaEsquerda h1 small{
    font: 19px Arial;
    color: #2B2B2B;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: -1px;
}
#descProjeto #colunaEsquerda h2{
    font: 22px Arial;
    color: #2B2B2B;
    font-weight: bolder;
    margin-top: 40px;
    letter-spacing: -1px;
}
#descProjeto #colunaEsquerda p{
    font: 13px Arial;
    color: #464646;
    text-align: justify;
    line-height: 16px;
    margin-top: 20px;
    letter-spacing: -1px;
}
#descProjeto #colunaDireita{
    position: relative;
    float: right;
    width: 340px;
    margin-top: 292px;
}
#descProjeto #colunaDireita h2{
    font: 22px Arial;
    color: #2B2B2B;
    font-weight: bolder;
    letter-spacing: -1px;
}
#descProjeto #colunaDireita h3{
    font: 14px Arial;
    color: #464646;
    font-weight: bold;
    margin-top: 20px;
    letter-spacing: -1px;
}
#descProjeto #colunaDireita ul{
    margin: 0;
    padding: 0;
    float: left;
    margin-top: 10px;
    width: 340px;
    height: 40px;
}
#descProjeto #colunaDireita ul li{
    
    display: inline;
    list-style: none;
    margin-right: 10px;
    font: 10px Arial;
    color: #757575;
    letter-spacing: 0px;
    background-color: white;
    padding: 2px 4px 2px 4px;
}
#descProjeto #colunaDireita p.Negrito{
    font: 12px Arial;
    color: #757575;
    text-align: justify;
    margin-top: 15px;
    font-weight: bold;
    letter-spacing: -1px;
}
#descProjeto #colunaDireita p.Negrito a{
    color: #757575;
    text-decoration: none;
    letter-spacing: 0;
}
#descProjeto #colunaDireita p.Negrito a:hover{
    color: #757575;
    text-decoration: underline;
}
#descProjeto #colunaDireita p.Italic{
    font: 11px Arial;
    color: #464646;
    text-align: justify;
    margin-top: 15px;
    font-style: italic;
    letter-spacing: -1px;
}
#descProjeto #colunaDireita p.Italico{
    font: 11px Arial;
    color: #464646;
    text-align: justify;
    margin-top: 15px;
    font-style: italic;
    letter-spacing: -1px;
}
#descProjeto #colunaDireita p.Cliente{
    font: 10px Arial;
    color: #464646;
    float: right;
    text-align: right;
    font-weight: bold;
    letter-spacing: -1px;
}


#imgProjeto{
    position: relative;
    width: 943px;
    float: left;
    margin-left: 28px;
}
#imgProjeto h2{
    font: 22px Arial;
    color: #2B2B2B;
    font-weight: bolder;
    margin-top: 40px;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
#imgProjeto ul{
    margin: 0;
    padding: 0;
    position: relative;
    width: 943px;
    height: 170px;
}
#imgProjeto ul li{
    position: relative;
    float: left;
    margin-right: 51px;
    width: 280px;
    height: 148px;
    display: inline;
}
#imgProjeto ul li .Borda{
    position: absolute;
    left: -3px;
    top: -3px;
    width: 280px;
    height: 148px;
    *width: 286px;
    *height: 154px;
    border: 3px solid gray;
    z-index: 0;
}
#imgProjeto ul li.Ultimo{
    margin-right: 0;
}
#imgProjeto ul li img{
    position: absolute;
    width: 280px;
    height: 148px;
    cursor: pointer;
    z-index: 10;
}
#palco{
    float: left;
    position: relative;
    width: 943px;
    height: 500px;
    margin-top: 30px;
}
#palco .Borda{
    position: absolute;
    left: -3px;
    top: -3px;
    width: 943px;
    height: 500px;
    *width: 949px;
    *height: 506px;
    border: 3px solid gray;
    z-index: 0;
}

#palco img{
    position: absolute;
    width: 943px;
    height: 500px;
    z-index: 10;
}
#palco img.Loading{
    position:absolute;
    top: 50%;
    left: 50%;
    margin-left: -104px;
    margin-top: -6px;
    z-index: 20;
    width: 208px;
    height: 13px;
}

#comentProjeto{
    position: relative;
    width: 943px;
    float: left;
    margin-left: 28px;
}
#comentProjeto #colunaEsquerda{
    position: relative;
    width: 460px;
    float: left;
}
#comentProjeto #colunaEsquerda h1{
    font: 22px Arial;
    color: #2B2B2B;
    font-weight: bolder;
    margin-top: 40px;
    letter-spacing: -1px;
}
#comentProjeto #colunaEsquerda h1 small{
    font: 11px Arial;
    color: #2B2B2B;
    font-weight: bolder;
    margin-top: 40px;
    text-decoration: line-through;
    letter-spacing: -1px;
}
#comentProjeto #colunaEsquerda p.Normal{
    font: 12px Arial;
    color: #464646;
    letter-spacing: -1px;
    margin-top: 5px;
}
#comentProjeto #colunaEsquerda p.Italico{
    font: 12px Arial;
    color: #464646;
    letter-spacing: -1px;
    font-style: italic;
    background-image: url('img/aspas.png');
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-left: 20px;
}
#comentProjeto #colunaEsquerda p.Data{
    font: 12px Arial;
    color: #464646;
    letter-spacing: -1px;
    font-style: italic;
    text-align: right;
}
#comentProjeto #colunaEsquerda h2{
    font: 14px Arial;
    color: #464646;
    font-weight: bolder;
    margin-top: 40px;
    font-style: italic;
    letter-spacing: -1px;
}
#comentProjeto #colunaEsquerda h2 small{
    font: 12px Arial;
    color: #464646;
    margin-top: 40px;
    font-style: italic;
    letter-spacing: -1px;
}
#comentProjeto #colunaDireita{
    position: relative;
    width: 340px;
    float: right;
}
#comentProjeto #colunaDireita h1{
    font: 22px Arial;
    color: #2B2B2B;
    font-weight: bolder;
    margin-top: 40px;
    letter-spacing: -1px;
}
#comentProjeto #colunaDireita p{
    font: 12px Arial;
    color: #464646;
    letter-spacing: -1px;
}


.FormComentario{
    position: relative;
    padding-top: 15px;
}
.FormComentario p{
    position: relative;
    float: left;
    width: 100%;
}
.FormComentario label{
    position: relative;
    font: 12px Arial;
    color: #464646;
    letter-spacing: -1px;
    width: 100%;
    margin-top: 5px;
}
.FormComentario input{
    position: relative;
    font: 12px Arial;
    color: #464646;
    width: 282px;
}
.FormComentario textarea{
    position: relative;
    width: 282px;
    height: 85px;
    float: left;
    font: 12px Arial;
    color: #464646;
}
.FormComentario img{
    position: relative;
    float: right;
    cursor: pointer;
}



#produtoDestaque{
    width: 941px;
    height: 178px;
}
#projetos{
    position: relative;
    float: left;
    margin-top: 20px;
    width: 943px;
}
#projetos .CaixaProjeto{
    position: relative;
    width: 222px;
    height: 255px;
    border: 1px solid black;
    float: left;
    margin: 0px 15px 20px 0;
}
.CaixaProjeto a{
    text-decoration: none;
}
#projetos div.Ultimo{
    position: relative;
    width: 222px;
    height: 250px;
    border: 1px solid black;
    float: left;
    margin: 0px 0px 20px 0;
}
#projetoss div:hover,.Projetoss div:hover p, .Projetoss div:hover h5{
    background: none;
    background-color: #201F1F;
    color: white;
}

#projetos div.UltimoProjeto{
    margin: 40px 0 0 0;
}
#projetos div img{
    position: absolute;
    width: 207px;
    height: 109px;
    border: 1px solid black;
    margin: 20px 0 0 6px;
}
#projetos h5{
    padding: 0;
    margin: 0;
    font: 22px Arial;
    color: #7A7A7A;
    letter-spacing: -1px;
    font-weight: bold;
    margin: 4px 0 4px 6px;
}

#projetos .CaixaProjeto p{
    position: absolute;
    margin: 0;
    padding: 0;
    width: 207px;
    text-transform: none;
    font-weight: normal;
    text-align: justify;
    font-size: 13px;
    color: white;
    line-height: 13px;
    margin-left: 6px;
    margin-top: 3px;
    margin-top: 143px;
}
#projetos .CaixaProjeto a:hover{
    text-decoration: none;
}
#projetos p.Desenvolvido{
    position: absolute;
    padding: 0;
    margin: 0;
    top: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #7a7a7a;
    letter-spacing: -1px;
    font-size: 12px;
    margin-left: 6px;
}
#projetos ul{
    position: absolute;
    height: 17px;
    bottom: 4px;
    *bottom: 6px;
    font-size: 10px;
    padding: 0 0 0 6px;
}
#projetos .Tags{
    display: inline;
    height: 17px;
    padding: 2px 4px 2px 4px;
    background: white;
    color: black;
    margin: 0 2px;
}
#projetos .Tags a{
    color: #2C2C2C;
    text-decoration: none;

}

#sistemas{
    position: relative;
    float: left;
    margin-top: 20px;
    width: 943px;
}
#sistemas ul{
    position: relative;
    width: 943px;
    float: left;
    margin: 0;
    padding: 0;
}
#sistemas ul li{
    position: relative;
    float: left;
    width: 208px;
    height: 120px;
    margin-right: 37px;
    margin-bottom: 37px;
}
#sistemas ul li.Ultimo{
    margin-right: 0px;
}

#escritorioAberto{
    position: relative;
    float: left;
    margin-top: 20px;
    width: 943px;
}
#escritorioAberto img{
    position: relative;
    width: 380px;
    height: 180px;
    margin-top: 0px;
}
#escritorioAberto p{
    margin-top: 0px;
}

.ListaServicos{
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}
.ListaServicos li{
    position: relative;
    float: left;
    width: 915px;
    margin-left: 30px;
}
.ListaServicos li h4{
    font: 18px Arial;
    color: #2B2B2B;
    font-weight: bolder;
    margin-top: 40px;
    letter-spacing: -1px;
}
.ListaServicos li h4 small{
    font: 12px Arial;
    color: #2B2B2B;
    margin-top: 40px;
    font-style: italic;
    letter-spacing: -1px;
    font-weight: bold;
    margin-left: 5px;
}
.ListaServicos li p{
    width: 600px;
    float: left;
}
.Clear{
    clear: both;
    padding-top: 40px;
}

.ListaMetodos{
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}
.ListaMetodos li{
    position: relative;
    float: left;
    width: 415px;
    margin-left: 30px;
    margin-right: 53px;
    margin-bottom: 20px;
}
.ListaMetodos li.Ultimo{
    margin-right: 0;
}
.ListaServicos li h4{
    font: 18px Arial;
    color: #2B2B2B;
    font-weight: bolder;
    margin-top: 40px;
    letter-spacing: -1px;
}
.Equipe{
    width: 270px;
    height: 170px;
    float: right;
    margin: 20px 0 20px 20px;
}
.NoCaps{
    text-transform: lowercase;
}
.Caps{
    text-transform: uppercase;
}
#leftObrigatorio p{
    float: left;
}







/* CONTATO */

#contato{
    margin-top: 0px;
    position: relative;
    width: 943px;
    float: left;
    margin-left: 28px;
}

#contato #colunaEsquerda{
    position: relative;
    float: left;
    width: 440px;

}
#contato #colunaEsquerda h4{
    font: 14px Arial;
    color: #464646;
    font-weight: bold;
    margin-top: 35px;
    letter-spacing: -1px;
    width: 250px;
    float: left;
}
#contato #colunaEsquerda h2{
    font: 22px Arial;
    color: #2B2B2B;
    font-weight: bolder;
    margin-top: 40px;
    letter-spacing: -1px;
}
#contato #colunaEsquerda p{
    font: 13px Arial;
    color: #464646;
    text-align: justify;
    line-height: 16px;
    margin-top: 20px;
    letter-spacing: -1px;
}
#contato #colunaDireita{
    float: right;
    position: relative;
    width: 450px;
}
#contato #colunaDireita h2{
    font: 22px Arial;
    color: #2B2B2B;
    font-weight: bolder;
    margin-top: 40px;
    letter-spacing: -1px;
}
#contato #colunaDireita p{
    font: 12px Arial;
    color: #464646;
    text-align: justify;
    line-height: 16px;
    margin-top: 20px;
    letter-spacing: -1px;
    float: left;
}

.FormContato{
    position: relative;
}
.FormContato input{
    font: 12px Arial;
    color: #464646;
    width: 100%;
    height: 30px;
}
.FormContato p{
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: -12px;
}
.FormContato label{
    margin: 0;
    padding: 0;
}
.FormContato p.G{
    width: 100%;
}
.FormContato p.P{
    width: 217px;
    margin-right: 15px;
}
.FormContato p.P2{
    width: 217px;
}
.FormContato textarea{
    font: 12px Arial;
    color: #464646;
    width: 388px;
    height: 85px;
    float: left;
}
.FormContato img{
    width: 51px;
    height: 85px;
    float: right;
    cursor: pointer;
}
.TituloGrande{
    width: 600px;
}
.LinkTwitter{
    z-index: 19999999999999999;
}
.LinkContato{
    font-weight: bold;
    color: #201f1f;
}
