/* CSS Document */

body {
	font-family: Arial, Hlvetica, sans-serif;	margin: 0;	padding: 0;	/*background-image: url(fondo2.jpg);*/
	background-image:   url(../atletismo/FondoAsfalto2.jpg);
    background-repeat: repeat;
    background-position: top center;
    background-attachment: fixed;
}
li.principal {
	float: left; position: relative; width: 8em; text-align: center; background:#fff url(fd_menu.gif) repeat-x;
	height:25px; line-height:25px; text-decoration:none; /*font-weight:bold;*/ font-size:13px; padding:0 0 0 6px; cursor:pointer;
}
li.borde {
	float: left; position: relative; width: 0.5em; text-align: center; background:#fff url(fd_menu.gif) repeat-x;
	padding:0; margin:0; margin-bottom:0; 
}
li ul {
	display: none; position: absolute;	top: 100%; left: 0;
}
li li {
	display: block;	float: none; background-color: white; font-size:11px; /*color:#005FB9;*/ border: 0;
	position:relative; width:140px;	border-bottom:1px solid #005FB9; border-left:1px solid #005FB9; 
	border-right:1px solid #005FB9; margin-bottom:0;
}
li>ul {
	top: auto; left: auto;
}
li:hover ul, li.over ul {
	display: block;	
}

ul {
	list-style: none; padding: 0; margin: 0;
}
a.principal {
	text-decoration: none;
}
a.tabla {
	text-decoration: none;
}
/*
li.principal:hover {background:url(button4a.gif);}

li li:hover {background:#E5FAFC; color:#005FB9;}
*/
a.principal:link {
	color: #333; /*Negro*/
}
a.principal:visited {
	color: #333;
}
a.principal:active {
	color: #333;
}
a.tabla:link {
	color: #005FB9; /*Azul*/	
}
a.tabla:visited {
	color: #005FB9;
}
a.tabla:active {
	color: #005FB9;
}
.logo{position:absolute; z-index:2;}

