/* CSS Document */

	ul.listaagenda {background:#fafafa; border:1px solid #f0f0f0; width:95%}
	li.itemagenda {padding-top:0.3em; padding-bottom:0.3em;}

	ul.menuopciones {
	  border-collapse: collapse;
	  padding: 0 0 0 0.5em;
	  white-space: nowrap;
	  list-style: none;
	  margin: 2px;
	  height: auto;
	  line-height: normal;
	  border-bottom: 1px solid #bbb;
	  margin-top:15px;
	  margin-bottom:25px;
	}
	
	ul.menuopciones li {
	  display: inline;
	}
	
	ul.menuopciones li a {
	  background-color: #ddd;
	  border-color: #bbb;
	  border-width: 1px;
	  border-style: solid solid none solid;
	  height: auto;
	  margin-right: 2px;
	  padding: 0 2px;
	  text-decoration: none;
	}
	
	ul.menuopciones li a:hover {
	  background-color: #eee;
	  border-color: #ccc;
	  border-bottom-color: #eee;
	}
	
	#content table.datosagenda {width:95%; border:none; margin-bottom:1.5em; background-color:red;}
	#content table.datosagenda th {text-align:left; color:#777; background:#ddd; border:none; font-size:1.1em; border-bottom:3px solid #aaa}
	#content table.datosagenda tr {border-bottom:none; border-bottom:1px solid #ddd; color:#555; background:red; font-size:1em}
	
	#content table.datosagenda td {border:5px; vertical-align:top}
	#content table.datosagenda tbody tr th {border-bottom:none; vertical-align:top; width:10em; border-bottom:1px solid #ddd; color:#555; background:#fff; font-size:1em}
	


