@charset "utf-8";
/* CSS Document */
  * {
    margin : 0;
    padding : 0;
  }
  a {
  }
/* this CSS is for this experiment page */
#exp_content {
  margin : auto;
  text-align : center;
}
#mesano {
	padding: 0 5px 0 5px;
	float:left;
}
#atras {
	margin: 0 5px 0 5px;
	float:right;
	font-weight:bold;
	color: #333;
}
#adelante {
	margin: 0 5px 0 10px;
	float:right;
	font-weight:bold;
	color: #333;
}
#atras a, #adelante a {
	color: #666;
	text-decoration: none;
	font-weight:bold;
}

#atras a:hover,#adelante a:hover {
	font-weight:bold;
	text-decoration: none;
	color:#000;
}


#salta {
	clear:both;
}

div#calendar {
  margin : 0;
  padding : 5px;
  text-align : center;
  width : auto;
 font-family : 'courier new', monospace;
}

h6.calendar {
	text-align:left;
	color: #333;
  font-weight : normal;
  font-size:18px;
}

ul#days, ul.weeks {
  font-family : 'courier new', monospace;
  list-style-type : none;
  margin : 10px 0 10px 0;
}

ul#days li span {
  font-family : 'courier new', monospace;
	background-color:#915f00;
  border : 1px solid #000;
  font-weight : bold;
	color: #fff;
  padding : 5px 25px 4px 25px;
}

ul.weeks li a.al, ul.weeks li a.na  { 
  font-family : 'courier new', monospace;
  color : #666;
  text-decoration : none;
  background-color : #ffffcc;
  border : 1px solid #999;
  padding : 5px 25px 4px 25px;
  margin: 0;
}

ul.weeks li a.na, ul.weeks li a.na:hover, ul.weeks li a.na:focus, ul.weeks li a.na:active   { 
  font-family : 'courier new', monospace;


  background : transparent;
  color : #666;
  cursor : default;
}

ul.weeks li a.al:hover, ul.weeks li a.al:focus, ul.weeks li a.al:active {
  font-family : 'courier new', monospace;
  color : #000;
  background-color : #eecc11;
  border : 1px solid #000;
  text-decoration : none;
  cursor : pointer;
}

ul.weeks li a.nu { 
   font-family : 'courier new', monospace;
 color : #eee;
  padding : 5px 25px 4px 25px;
  border : 1px solid #ccc;
  background-color : #eee;
  cursor : default;
}

span.sep {
  display : none;
}


