body {
  background-color: white;
}
.wrapper {
  margin: 0px;
  padding: 0px;
}
#header {
  min-height: 200px;
/*  background: url('http://epsolutions.centraldesktop.com/referralinformation/media/Desktop%20Template.jpg'); */
  background-repeat: no-repeat;
  background: url('../../images/Desktop%20Template.jpg');
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#header h1 {
  margin: 0;
  text-align: center;
  vertical-align: middle;
  line-height: 200px;
}
#nav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9995;
  text-align: center;
  color: white;
  background-color: rgba(50,50,50,.75);
}
/*Strip the ul of padding and list styling*/
#menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
#menu li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
#menu li a {
	display:block;
	min-width:140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	background: #2f3036;
	text-decoration: none;
	overflow:visible;
}

/*Hover state for top level links*/
#menu li:hover a {
	background: #19c589;
}

/*Style for dropdown links*/
#menu li:hover ul a {
	background-color: rgba(0,0,0,.9);
	/*background: #f3f3f3; */
	color: #E3C620;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
nav#nav ul#menu li ul.hidden li a:hover {
	background: #19c589;
	color: #fff;
}
/*Hover state for dropdown links*/
#menu li:hover #menu ul a:hover {
	background: #19c589;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
#menu li ul {
	display: none;
}

/*Make dropdown links vertical*/
#menu li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
#menu li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}
/*Display the dropdown on hover*/
#menu li:hover > ul, .hidden:hover {
	display: block;
}



/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #19c589;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}


/*Responsive Styles*/

@media screen and (max-width : 760px){
	/*Make dropdown links appear inline*/
	#nav ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	#nav li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	#nav ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
}


section {
  margin: 0;
  padding: 40px 0;
}
section h2 {
  text-align: center;
}
section h3 a {
  color: #222;
}
section h3 a:hover {
  color: #444;
}
section .row i {
  font-size: 2em;
}
section:nth-child(even) {
  background: #EFEFEF;
}
section:nth-child(odd) {
  background: #FFFFFF;
}
#footer {
  padding: 20px;
}
ul.center {
  display: block;
  margin: auto;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
th,
td {
  padding: 6px 15px;
}
td >a {  background-color:white;
 font-weight: bolder;
 padding:2px;
}
td >a:first-child {  background-color:red;
 font-weight: bolder;
 padding:2px;
}
td >a:last-child {  background-color: #c0c0c0;
 font-weight: bolder;
 padding:2px;
}
table tr th {
  background: #42444e;
  color: #fff;
  text-align: left;
}
tr:first-child th:first-child {
  border-top-left-radius: 6px;
}
tr:first-child th:last-child {
  border-top-right-radius: 6px;
}
td {
  border-right: 1px solid #c6c9cc;
  border-bottom: 1px solid #c6c9cc;
}
td:first-child {
  border-left: 1px solid #c6c9cc;
}
tr:nth-child(even) td {
  background: #eaeaed;
}
tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}
tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}

tr:hover td {
  background: #97cac5;
}
td:hover  {
  border: 1px solid black;
}
nomostrar
{
	display: none;
}