
body {
	background-color: transparent;
}
a:hover {
	text-decoration: none;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background: #383636;
}
.clo-bg {
	border: 1px;
	height: auto;
	background-image: url('../../images/clock-image/websitebg.png');
	overflow: hidden;
}
.lot_more {
	position: absolute;
	bottom: 20px;
	right: 25px;
	color: #000;
	text-align: right;
	font-weight: bolder;
	z-index: 9999999;
}
.p30 {
	padding: 30px;
}
.lot_more img {
	width: 35px;
	margin-bottom: -10px;
	margin-right: 5px;
}

.right-nav {
	text-align: left;
	margin-top: 225px;
}
.right-nav li {
	line-height: 18px;
	margin-bottom: 10px;
	list-style-type:none;
}

.right-nav li a {
	font-family:opificioRegular;
	color: #000;
}
.p30{
	display: none;
}



/*header styles*/
.ittisa-menu{
	/*padding: 0px;*/
	background: rgba(41,41,41,.9);
	position: relative;
	width: 100%;
	height: 80px;
	/* z-index: 2000; */
	box-shadow: 0 3px 6px rgba(0,0,0,.2);
	border-bottom: 2px solid #fdba16;
	margin-bottom: 0;
}
.menu-logo{
	width: 80px;
	margin-left: 20px;
}

.logo {
	float: left;
	margin-left: 30px;
	margin-top: 15px;
	width: 94px;
	height: 50px;
}
.navbar {
	background: rgba(41,41,41,.9);
	position: relative;
	width: 100%;
	height: 80px;
	/* z-index: 2000; */
	/* box-shadow: 0 3px 6px rgba(0,0,0,.2);*/
	border-bottom: 2px solid #fdba16;
	margin-bottom: 0;
}
#navigation ul {
	/* padding-top: 30px; */
	float: right;
	margin-right: 20px;
}
#navigation a, #navigation a:active, #navigation a:visited {
	color: #fff; 
	padding-top: 25px; 
	height: 70px; 
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px; 
}
.navbar{
	background-color: transparent;
}





/*--------------*/
.section {
	position: relative;
	background: url(../img/blackBG.png) repeat;
	width: 100%;
	padding-bottom: 60px;
	margin: 0 auto;
}
/*-----------------*/
header, aside, #reloj, footer {
	display: block;
}