/*	
	Side Navigation Menu V2, RWD
	===================
	License:
	http://goo.gl/H8ytpz
	===================
	Author: @PableraShow

 */

@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.42em;
  color:#000000;
  background-color:#FFFFFF;
  margin: 0px;
 /* background-image:url('lgo.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed; */
}
/* table {
	border: 5px solid gray;
} */

h1 {
  font-size:0.8em;
  font-weight: 30;
  line-height:1em;
  text-align: center;
  color: #000000;
}

h2 {
  font-size:1em; 
  font-weight: 300;
  text-align: center;
  display: block;
  line-height:1em;
  padding-bottom: 2em;
  color: #FB667A;
}

h2 a {
  font-weight: 700;
  text-transform: uppercase;
  color: #FB667A;
  text-decoration: none;
}
a {
	color: #000000;
	text-decoration:none;
	align: center;
	font-weight: 900;
	font-weight= bold;	
		
}

.blue { color: #185875; }
.yellow { color: #FFF842; }


.container th h1 {
	  display: block;
	  font-weight: bold;
	  font-size: 0.8em;
  text-align: center;
  color: #000000;
}

.container td {
	  text-align: center;
      overflow: hidden;
	  font-weight: normal;
	  font-size: 0.8em;
  -webkit-box-shadow: 0 2px 2px -2px #F27621;
	   -moz-box-shadow: 0 2px 2px -2px #F27621;
	        box-shadow: 0 2px 2px -2px #F27621;
}

.container {
	  text-align: center;	  
	  width: 100%;
	  margin: 0 auto;
	  border-spacing: 2px;
  border-color: #FFFFFF;
  padding: 0 0 1em 0;
}

.container td, .container th {
	  padding-bottom: 1%;
	  padding-top: 1%;
      padding-left:0.5%;  
	  padding-right:0.5%;  
}

/* Background-color of the odd rows */
.container tr:nth-child(odd) {
	  background-color: #FAAA21;
}

/* Background-color of the even rows */
.container tr:nth-child(even) {
	  background-color: #F7901E;
}

.container th {
	  
	  background-color: #F27621;
}

/*.container td:first-child {
	  color: #FB667A;
}*/

.container tr:hover  {

   background-color: #DF4C26;
-webkit-box-shadow: 0 6px 6px -6px #0E1119;
	   -moz-box-shadow: 0 6px 6px -6px #0E1119;
	        box-shadow: 0 6px 6px -6px #0E1119;
}
.container th:hover  {
   background-color: #DF4C26;
-webkit-box-shadow: 0 6px 6px -6px #0E1119;
	   -moz-box-shadow: 0 6px 6px -6px #0E1119;
	        box-shadow: 0 6px 6px -6px #0E1119;
}
.container a {
	text-shadow: 1px 1px #FAAA21;
	
}
.realizat {
	background-color: #F27621;
}



.container {
	width:90%;
}	  
.notimp{
	display:none;
}
}