	ul{
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #CCC;
	}

	li{
		display: inline;
	}

	a{
		font-family: "Times New Roman", sans-serif;
		color: blue;
		text-decoration: none;
		font-size: 1.2em;
		display: block;
		padding: 6px;
		float: left;
		text-align: right;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCC;
		background-color: #EAEAEA;
		border-bottom-width: 5px;
	}

	a:hover{
		color: #FFF;
		background-color: #666;
		border-bottom-width: 5px;
		border-bottom-style: solid;
		border-bottom-color: red;
	}

	.clear {
		clear: both;

	}

	#fecha{
		color: red;
	}

	.not {
		background-color: #F3F3F3;
		width: 300px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 15px;
	}

	p {
		margin-right: 50px;
	}
