@charset "utf-8";
/* CSS Document */
html{margin:0;}
body{margin:0;overflow-x:hidden;}

#main
{
padding-bottom:30px;
width:100%;
height:100%;
background:url(img/back.jpg) center no-repeat;
background-size:cover;
position:absolute;
text-align:center;
display:table;


}

#logo
{
display:table-cell;	
position:relative;
vertical-align:middle;
left:0;
right:0;

}

@media screen and (min-width: 100px) and (max-width: 600px) {
#texto
{

position:relative;

float:left;
color:#F9F9F9;
font-size:15px;
letter-spacing:1px;
margin-top:30px;
width:100%;


text-align:center;
}}


@media screen and (min-width: 600px) and (max-width: 5000px) {
#texto
{

position:relative;

float:left;
color:#F9F9F9;
font-size:21px;
letter-spacing:1px;
margin-top:30px;
width:100%;


text-align:center;
}}

#texto a
{
text-decoration:none;
color:#F9F9F9;
}


#texto a:hover
{
text-decoration:none;
color:#F9F9F9;
cursor:pointer;
}