
/*
.stuck {
		position: fixed;
		top: 0;
}
*/
.grid-item { 
	width: 25%; 
}

.grid-item--width2 { 
	width: 50%; 
}

.navbar.navbar-default.stuck{
height:76px!important;	
		position: fixed;
		width:100%;
		top:0;
		z-index: 2;	
}
/*
.newscontainer.stuck{
 
		position: fixed;
		top: 76px;
		z-index: 1;				
}
*/

/*
.sticky-navb.stuck{ 
		position: fixed;
		top: 76px;
		z-index: 1;				
}
*/
* {
	margin: 0;
	padding: 0;
}

/*body {
	background-color: #FAFAFA;
	color: #666;
	font: 13px Tahoma;
	cursor: default;
}
*/
body a {
	text-decoration: none;
	outline: none;
	color: #06C;
}

/*body a:hover {
	text-decoration: underline;
}
*/
body .hidden {
	display: none;
}

body h1 {
	font-size: 32px;
	font-weight: normal;
}

body h2 {
	padding-bottom: 3px;
	border-bottom: 1px solid #E6E6E6;
	font-size: 17px;
	font-weight: normal;
}

body pre {
	text-align: left;
	padding: 10px;
	background: #e4e4e4;
	margin-bottom: 16px;
}
/* conflict with bullets 
body ul {
	list-style-type: none;
}
*/
div.clear {
	clear: both;
}

div#head {
	padding-top: 10px;
	border-left-color: #8A6DAE;
}

div#head h1 a {
	color: #444;
	text-decoration: none;
}

div#head h1 span {
	display: block;
	color: #888;
	font-size: 14px;
}

div.block {
	padding: 5px 0 5px 15px;
	border-left-style: solid;
	border-left-width: 20px;
	background-color: #FFF;
}

div.block fieldset {
	width: 700px;
	border: 1px solid #ccc;
	padding: 10px;
}

div.block fieldset input.text {
	border: 1px solid #666666;
	padding: 3px 6px;
	color: #333333;
}

div.block fieldset input.error {
	border: 1px solid red;
}

div.block fieldset input.send {
	border: 1px solid #666666;
	padding: 3px 6px;
	background: #333333;
	color: #fff;
	cursor: pointer;
}

div.block fieldset legend {
	padding: 5px 10px;
	font-weight: bold;
}

div.block fieldset p {
	margin: 8px 0;
}

div.block fieldset label {
	float: left;
	width: 180px;
}

div.block fieldset label.error {
	float: none;
	margin-left: 5px;
	color: red;
}

div#content {
	padding-top: 0;
}

div#content div.block {
/*	margin-bottom: 20px;*/
}

div#info {
	padding-bottom: 30px;	
}

div#info.ok {
	border-left-color: #ACD083;
}

div#info.otravez {
	border-left-color: #DC7873;
}

div#info ul {
	margin-top: 10px;
}

div#info ul li {
	float: left;
	margin-right: 10px;
}

div#info ul li a:hover img {
	border: 1px solid #666;
}

div#info ul li img {
	border: 1px solid #ccc;
}

ul#ticker {
	width: 100%;
	height: 60px;
	overflow: hidden;
}

ul#ticker li {
	width: 80%;
/*	height: 45px;*/
	padding: 10px;
	border-bottom: 1px dashed #ccc;
}

ul#ticker li a {
	color: #666;
}

ul#ticker li span {
	display: block;
	color: #06C;
}