
/*** CSS para el MENU ***/

.fecha{
	position:absolute;
	width:230px;
	
	top:80px;
	left:510px;
	
	color:#ffffff;
	
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;

/*background-color:red;*/
}


a {
	text-decoration: none;
}

a:link {
	color: #080;
}

a:visited {
	color: #790;
}

a:active {
	color: red;
}

a:hover {
	text-decoration: underline;
}

h1 {
	text-align: center;
	padding: 0 0 0.25em 0;
	margin: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin-left:45px;
	margin-top:10px;
	text-align:center;

}

#nav a {
	font-weight: bold;
	color:#4f4c33;
	text-align:left;
	text-decoration: none;
}


#nav li li a {
	display: block;
	font-weight:bold;
	color:#4f4c33;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
}

li {
	position: relative;
	float: left;
	/*width: 08.5em;margin-top:-12px;*/
	
	height:25px; 
	width:75px;
	padding-left:02px;
	
	text-align: center;
	cursor: default;
}

li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
}

li ul {
	display: none;
	position: absolute;
	top:14px;
	left:-40px;
	width:100px;

	font-weight: normal;
	background: url(../Imagenes/cuadro.gif) bottom left no-repeat;
	padding: 0.5em 0 1em 0;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

hr {
	display: none;
}

p {
	clear: left;
	background: url(images/remora.gif) center left no-repeat;
	padding: 1em 1em 0 1em;
	margin: 0;
}

p.image {
	float: right;
	font-size: 0.8em;
	text-align: center;
	color: #d1eaf8;
	padding: 1.25em 1.25em 0.25em 0.25em;
}

p.image img {
	display: block;
	border: 1px solid #d1eaf8;
}
