
/*  ##########################           HEADER                  #############################*/

#divBigheader{
	position:fixed; !important;
	right:0px;
	top:0px;
	z-index:8 !important;
	width:100%; 
	height: 110px; 
	padding: 2px; 
	background-color:black;
	/*background-color:#1f1c19;*/
}
#divheader{
	position:fixed; !important;
	right:0px;
	top:0px;
	z-index:10 !important;
	width:1000px; 
	left: 50%;
	height: 85px; 
	padding: 2px; 
	margin: 15px 0 0 -33%;
	background-color:black;
	/*background-color:#1f1c19;*/
}
.titulo{
	font-weight: 700;
	color: #fff;
	display: inline-block;
	font-size: 32px;
	margin: 0 0 0 5px;
	padding: 0 20px;
	margin-left: 20px;
	margin-top: 30px;
	font-family: 'Lato',sans-serif;
}
.titulo a{
	color: white;
	text-decoration: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: black;
    /*background-color: #1f1c19;*/
}

li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #353531;
}

li a.active {
	/*background-color: #8c8c8c;*/
    background-color: #353531;
	color: white;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(255,255,255,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #353531}

.dropdown:hover .dropdown-content {
    display: block;
}


.btn-link {
    color: #f63;
    cursor: pointer;
}
#divBigfooter{
	position:fixed; !important;
	right:0px;
	bottom:0px;
	z-index:8 !important;
	width:100%; 
	height: 70px; 
	padding: 2px; 
	background-color:black;
	/*background-color:#8c8c8c;*/
	clear: left;
}
#divfooter{
	position:fixed; !important;
	right:0px;
	bottom:0px;
	z-index:10 !important;
	width:200px; 
	left: 50%;
	height: 55px; 
	padding: 2px; 
	margin: 15px 0 0 -100px;
	background-color:black;
	/*background-color:#1f1c19;*/
}


div.img {
    margin: 10px;
    float: left;
    width: 300px;
    height: 300px;
}

div.img:hover {
}

div.img img {
    width: 100%;
    height: 100%;
    max-width: 300px;
    max-height: 300px;
}

div.desc {
    padding: 15px;
    text-align: center;
}

div.img2 {
    margin: 10px;
    float: left;
    width: 200px;
    height: 200px;
    overflow: hidden;
}

div.img2:hover {
}

div.img2 img {
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 200px;
}

div.img3 {
    margin: 5px;
    float: left;
    width: 100px;
    height: 100px;
}

div.img3:hover {
}

div.img3 img {
    max-width: 100px;
    max-height: 100px;
    overflow: hidden;
}

#Fullscreen {
	width: 100%;
	display: none;
	position:fixed;
	top:10%;
	right:0%;
	bottom:5%;
	left:0%;
	/* I made a 50% opacity black tile background for this 
	div so it would seem more... modal-y*/
	/*background: transparent url('../Images/bgTile_black50.png') repeat; */
	z-Index: 100;
	background-color: rgba(0,0,0,0.7);
}
#Fullscreen img {
	display: block;
	height: 100%;
	margin: 0 auto;
	z-index: 101;
}
