/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 8/Jun/2014, 20:19:42
    Author     : Bruno
*/

body {
    color: #666666;
    font-family: 'Lato', sans-serif;
    font-size: 12pt;
    font-weight: 300;
    letter-spacing: 0.025em;
    line-height: 1.75em;

}

#content {
   position:relative;
   top:56px;
   width: 1196px;
   margin-left: auto;
   margin-right: auto;
   height: 900px;	
   border: 0px solid #000000;
   background-image: url('../images/main.png');
   background-size: 100%;
   background-repeat: no-repeat;
   background-position: center;
}

#content2 {
   position:fixed;
   top:0px;
   width: 1196px;
   margin-left: auto;
   margin-right: auto;
   background-color: #cccccc;
   height: 56px;
   border: 0px solid #000000;
   
}

#bot{
	position:relative;
	bottom:0;
	font-size: 12pt;
	text-align: center;
	
}

.imageFB:before {
	position:absolute;
    content:url('../images/fb.png');
    display: block;
    top: 16px;
    right: 55px;
}

.imageYT:before {
	position:absolute;
    content:url('../images/youtube.png');
    display: block;
    top: 16px;
    right: 16px;
}


#lateral{
    width: 1000 px;
    height: 1000 px;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid #000000;
    background-image: url('../images/logo-YL.png');
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
}

#textbox {
    position: relative;
    top: 40px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid #000000;
    text-align: center;
}

