/* CSS Document */

#exp_content {
  margin : auto;
  text-align : center;
  padding : 30px;
}

#calendar {
  margin : auto;
  padding : 10px;
}

#calendar span.meses {
	margin:auto;
	color : #669900;
    font-weight : normal;
}

ul#days, ul.weeks {
  font-family : 'courier new', monospace;
  list-style-type : none;
  margin : 10px 0 10px 0;
  
  line-height: 150%;
}

ul#days li span {
  background-color : #669900;
  border : 1px solid #000;
  font-weight : bold;
  color : #fff;
  padding : 2px;
}

ul.weeks li a.al, ul.weeks li a.na  { 
  color:#FFF;
  text-decoration : none;
  background-color:#F00;
  border : 1px solid #999;
  padding : 2px;
  cursor : default;
}

ul.weeks li a.na, ul.weeks li a.na:hover, ul.weeks li a.na:focus, ul.weeks li a.na:active   { 
	background : transparent;
  	color : #666;
  	cursor : pointer;
}

/*ul.weeks li a.al:hover, ul.weeks li a.al:focus, ul.weeks li a.al:active {
  color : #000;
  background-color : #eecc11;
  border : 1px solid #000;
  text-decoration : none;
  cursor : pointer;
}*/

ul.weeks li a.nu { 
  color : #eee;
  padding : 2px;
  border : 1px solid #ccc;
  background-color : #eee;
  cursor : default;
}

span.sep {
  display : none;
}
