/*-------------------------
	Simple reset
--------------------------*/


*{
	margin:0;
	padding:0;
}


@font-face {
	font-family: 'SofB';
	src: url('../fonts/SofB.eot');
	src: local('☺'), url('../fonts/SofB.woff') format('woff'), url('../fonts/SofB.ttf') format('truetype'), url('../fonts/SofB.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



/*-------------------------
	General Styles
--------------------------*/


html{
	/* This image will be displayed fullscreen */
	
	
	/* Ensure the html element always takes up the full height of the browser window */
	min-height:100%;
	
	/* The Magic */
	background-size:cover;
	background-color: #000000;
}

body{
	/* Workaround for some mobile browsers */
	min-height:100%;
	font:14px/1.3 'Segoe UI',Arial, sans-serif;
}

a, a:visited {
	outline:none;
	color:#FFFFFF;
}

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

section, footer, header{
	display: block;
}


/*HOME*/




/*FOOTER*/

#rodape {position:absolute; bottom:20px; float:right;  z-index:2;}

#facebook {position:absolute; bottom:40px; right:50px; z-index:3;}

.textorodape { color: #FFFFFF; font-family: SofB; font-size: 13px; font-style: normal; font-weight: normal; line-height: 14px;}

.textotitulo { color: #FFFFFF; font-family: SofB; font-size: 14px; font-style: normal; font-weight: bold; text-decoration: none;}

.textolistagem { color: #FFFFFF; font-family: SofB; font-size: 15px; font-style: normal; font-weight: normal;}

.textophoto { color: #FFFFFF; font-family: SofB; font-size: 10px; font-style: normal; font-weight: normal; line-height: 14px;}


A.photoclick:link { color: #FFFFFF; font-family: SofB; font-size: 10px; font-style: normal; font-weight: normal; line-height: 14px; text-decoration: none; }
A.photoclick:visited { color: #FFFFFF; font-family: SofB; font-size: 10px; font-style: normal; font-weight: normal; line-height: 14px; text-decoration: none; }
A.photoclick:active { color: #FFFFFF; font-family: SofB; font-size: 10px; font-style: normal; font-weight: normal; line-height: 14px; text-decoration: none; }
A.photoclick:hover { color: #FFFFFF; font-family: SofB; font-size: 10px; font-style: normal; font-weight: normal; line-height: 14px; text-decoration: underline; }


A.rodapeclick:link { color: #FFFFFF; font-family: SofB; font-size: 13px; font-style: normal; font-weight: normal; line-height: 14px; text-decoration: none; }
A.rodapeclick:visited { color: #FFFFFF; font-family: SofB; font-size: 13px; font-style: normal; font-weight: normal; line-height: 14px; text-decoration: none; }
A.rodapeclick:active { color: #FFFFFF; font-family: SofB; font-size: 13px; font-style: normal; font-weight: normal; line-height: 14px; text-decoration: none; }
A.rodapeclick:hover { color: #FFFFFF; font-family: SofB; font-size: 13px; font-style: normal; font-weight: normal; line-height: 14px; text-decoration: underline; }

A.buytickets:link { color: #FFFFFF; font-family: SofB; font-size: 13px; font-style: normal; font-weight: normal; line-height: 14px; text-decoration: underline; }
A.buytickets:visited { color: #FFFFFF; font-family: SofB; font-size: 13px; font-style: normal; font-weight: normal; line-height: 14px; text-decoration: underline; }
A.buytickets:active { color: #FFFFFF; font-family: SofB; font-size: 13px; font-style: normal; font-weight: normal; line-height: 14px; text-decoration: underline; }
A.buytickets:hover { color: #FFFFFF; font-family: SofB; font-size: 13px; font-style: normal; font-weight: normal; line-height: 14px; text-decoration: underline; }

A.textotitulolink:link { color: #FFFFFF; font-family: SofB; font-size: 14px; font-style: normal; font-weight: normal; text-decoration: none; }
A.textotitulolink:visited { color: #FFFFFF; font-family: SofB; font-size: 14px; font-style: normal; font-weight: normal; text-decoration: none; }
A.textotitulolink:active { color: #FFFFFF; font-family: SofB; font-size: 14px; font-style: normal; font-weight: normal; text-decoration: none; }
A.textotitulolink:hover { color: #FFFFFF; font-family: SofB; font-size: 14px; font-style: normal; font-weight: normal; text-decoration: underline;}
