/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	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;
}





/*INIT STYLE*/

body
{   
    font-family: 'Lato', sans-serif;
    font-size:11px;
    background:#000000;
    color:#6D6E71
}


a:link, a:visited
{
    color:#707070;
    text-decoration: none;
}

a:hover
{
    color:#FFFFFF;
    text-decoration: none;
}

a:active
{
    color:#707070;
    text-decoration: none;
}


#linha
{
    width:1000px;
    border-top:1px solid #515255;
    z-index:1000;
    position: absolute;
    top:346px;
    left:50%;
    margin-left:-500px;
}


#header
{
    height:200px;
    background:url('/mediatmp/logos/logo-gradient.png') no-repeat center;
}

h1
{
    text-indent:-10000px;
}


.grupo-tecline-empresas {
    width:1500px;
    margin:0 auto;
    margin-top:70px;
}

.grupo-tecline-empresas li
{
    margin: 0 30px;
    float:left;
    width: 110px;
}


.grupo-tecline-empresas li a
{
    height: 176px;
    display:block;
    line-height: 20px;
}

.grupo-tecline-empresas li a:hover svg {
    fill: #FFFFFF;
}

.grupo-tecline-empresas li .logo-placeholder {
    height: 60px;
    display: block;
    margin-bottom: 25px;
}

.grupo-tecline-empresas li a .logoplaceholder
{
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 35px;
    margin-top: 16px;
}

.grupo-tecline-empresas li a h2
{
    font-size: 16px;
    font-weight: 700;
}



.menu-footer-new
{
    text-align: center;
    font-size: 13px;
}

.menu-footer-new a {
    margin:0 10px;
}

#footer
{
    float:none;
    clear: both;
    margin-top:500px;
    text-align:center;
}

.footer-by {
    margin-top: 15px;
    font-size: 14px;
}


.social-networks {
    margin-top: 50px;
    margin-bottom: 50px;
}

.social-networks a:hover svg{
    fill: #FFFFFF;
}


.slides a {
    height: auto;
    display: block;
}