main {
	flex: 1 0 auto;
}
body
{
	display: flex;
	min-height: 100vh;
	flex-direction: column;

	background:url(images/P1050947.png) no-repeat center fixed;
    background-size: cover;
	margin-left:14px;
	margin-right:14px;
}

.responsive-image{
    width: 100%;
    background-size: 100% 100%;
} 

.zegarD
{
	padding-top:10px;
	font-family:"Courier New", Courier, monospace;
	color:#fff;
	font-size:14px;
	margin-bottom:7px;
}

.zegarM
{
	padding-top:4px;
	font-family:"Courier New", Courier, monospace;
	color:#006;
	font-size:10px;
	font-weight:bold;
	margin-bottom:3px;
}


.navig
{
	height:79px !important;
	margin-bottom:14px;
}

.menu-tabs{
	background-color:#666;
}

.tabs .tab a
{
	color:#FFF;
/*	background-color: #CCC;*/
}
	
.tabs .tab a:hover
{
/*	background-color:#eee;*/
	color:#000;
	cursor:pointer;
}
	
.tabs .tab a.active
{
/*	background-color:#888;*/
	color:#FF0;
}
.tabs .indicator
{
	background-color:#F00 !important;
}
 

.app-bg {
  background-color: #030 !important;
}
