@font-face {
  font-family: 'DejaWeb';
  font-weight: normal;
  font-style: normal;
  src: url('DejaWeb.eot');
  src: /* local('DejaWeb Regular'),
  		local('DejaWeb-Regular'), 
  		local('DejaWeb'),*/
   url('DejaWeb.eot') format('eot'), url('DejaWeb.woff') format('woff'), url('DejaWeb.ttf') format('truetype');/* IE9 Compat Modes */
}
@font-face {
  font-family: 'DejaWeb';
  font-weight: normal;
  font-style: italic;
  src: url('DejaWeb-Italic.eot');
  src: /* local('DejaWeb Italic'),
  		local('DejaWeb-Italic'),*/
   url('DejaWeb-Italic.eot') format('eot'), url('DejaWeb-Italic.woff') format('woff'), url('DejaWeb-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'DejaWeb';
  font-weight: bold;
  font-style: normal;
  src: url('DejaWeb-Bold.eot');
  src: /* local('DejaWeb Bold'),
  		local('DejaWeb-Bold'), */
   url('DejaWeb-Bold.eot') format('eot'), url('DejaWeb-Bold.woff') format('woff'), url('DejaWeb-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'DejaWeb';
  font-weight: bold;
  font-style: italic;
  src: url('DejaWeb-BoldItalic.eot');
  src: /* local('DejaWeb Bold Italic'),
  		local('DejaWeb-BoldItalic'), */
url('DejaWeb-BoldItalic.eot') format('eot'), url('DejaWeb-BoldItalic.woff') format('woff'), url('DejaWeb-BoldItalic.ttf') format('truetype');
}

body{
	font-family: DejaWeb,Helvetica,Verdana,Times,serif;
	background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.3)), -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%), url(../img/canvas-bg-grey2.png);
	background-image: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.3)), -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%), url(../img/canvas-bg-grey2.png);
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.3)), radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%), url(../img/canvas-bg-grey2.png);
	min-height: 975px;
}

ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.row-fluid .span9{
	background: rgba(0, 0, 0, .7);
	margin-left: 0;
	padding-left: 0;
	color:#FFF;
}

.row-fluid {
    margin-bottom: 10px;
    margin-top: 10px;
}

.row-fluid .span3{

}

.row-fluid .span6{
	margin-left: 0;
}

.row-fluid .span12{
	margin-left: 0;
}

.row-fluid .headline{
	height: 170px;
	
}

.row-fluid .span9 {
    width: 76.5%;
}

.row-fluid .headline img{
	float: left;
}

.row-fluid .headline .box-image{
}

.row-fluid .headline .content-headline{
    float: left;
    margin-left: 25px;
    margin-top: 35px;
}

.row-fluid .headline .content-headline h1{
	font-size: 47px;
	font-weight: normal;
	font-family: Helvetica,Verdana,Times,serif;
	color: #FFF;
	text-shadow: 0px 1px 0px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=1);
}

.row-fluid .headline .content-headline p{
	font-size: 25px;
	font-weight: lighter;
	font-family: Helvetica,Verdana,Times,serif;
	margin-top:20px;
	color: #BCBCBC;
	text-shadow: 0px 1px 0px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=1);
}

.navbar-inner{
	height: 50px;
	line-height: 25px;
	padding: 0;
}

.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
    padding: 0;
    margin-bottom: 20px;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: relative;
}

/* ---- Aside ---- */


aside ul li a{
	display: block;
	padding-left:70px;
	font-size: 15px;
    font-weight: normal;
    height: 26px;
    line-height: 27px;
	font-weight: normal;
	cursor: pointer;
	color: #383838;
}

aside ul li a:hover{
	text-decoration: none;
	color: #383838;
}

aside ul li.selected a:hover{
	text-decoration: none;
	color: #FFFFFF;
}


.nav-list > li > a {
	background-image: url('../img/social_sprite_black.png') no-repeat 0 0;
}

section.network h1{
    background-color: black;
    font-size: 36px;
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-top: 20px;
    border-bottom: 1px solid #333333;
}
.network{
	min-height: 600px;
}


#navbar {
    padding-right: 0;
    width: 205px;
}

#navbar li a{
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	width: 100%;
	background-color: #FFFFFF;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #FFFFFF;
}

#navbar li.active a{
	background-color: rgba(0, 0, 0, 0.7);
	color: #FFFFFF;
	text-shadow: none;
	border: 0;
}

.nav-list > li > a, .nav-list .nav-header {
    margin-left: 0px;
    margin-right: 0px;
}

body .nav-list > li > a {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}


/* ---- Fin Aside ---- */





/* ---- Header ---- */


/* ---- Fin Header ---- */




/* ---- Section ---- */

figure{
	padding-bottom: 40px;
}

figure figcaption{
	font-size:18px;
	margin-bottom:15px;
}


figure .box_create p{
	font-size: 12px;
	color: #525252;
	margin-top: 3px;
	margin-bottom: 3px;
}

figure .box_create a.bt_create{
	float: left;
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	border: 1px solid #3F6708;
	background: #90ed24; /* Old browsers */
	background: -moz-linear-gradient(top, #90ed24 0%, #6fba1a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#90ed24), color-stop(100%,#6fba1a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #90ed24 0%,#6fba1a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #90ed24 0%,#6fba1a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #90ed24 0%,#6fba1a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #90ed24 0%,#6fba1a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90ed24', endColorstr='#6fba1a',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0px 1px 0px #588c15;
	filter: dropshadow(color=#588c15, offx=0, offy=1);
}

.network{
    border-bottom: 1px solid #333333;
}

.network:last-child{
    border-bottom: 0;
}

.affix {
  position: fixed;
  top:20px;
}

/* ---- Fin Section ---- */




/* ---- Footer ---- */


/* ---- Fin Footer ---- */


.news {
    background-color: #000000;
    padding: 12px;
}

.row-news {
    margin-top: 0;
    margin-bottom: 0;
}