ul#navlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	margin-bottom: 0px;
}

#navlist li
{
	display: inline;
	list-style-type: none;
}

#navlist a
{ 
	padding: 3px 10px;
}

#navlist a:link, #navlist a:visited
{
	color: #333;
	font-weight: bold;
	background-color: #999;
	text-decoration: none;
}

#navlist a:hover
{
	color: #fff;
	background-color: #333333;
	text-decoration: none;
}

/*menu izquierdo*/
dl, dt, dd, ul, li 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #fff;
}

#menu 
{
	position: relative;
	top: 0px;
	left: 5px;
}

dl#menu 
{
	width: 15em;
}

dl#menu dt 
{
	cursor: pointer;
	margin: 2px 0;
	/*height: 20px;*/
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	border: 1px solid gray;
	background: #333333;
	padding-left:10px;
}

dl#menu dd 
{
	border: 1px solid #333333;
}

dl#menu li 
{
	text-align: center;
	background: #fff;
}

dl#menu li a, dl#menu dt a 
{
	color: #000;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 20px;
	text-align: center;
	background: #fff;
	padding-left:10px;
}

dl#menu li a:hover, dl#menu dt a:hover 
{
	background: #eee;
}

#mentions 
{
	font-family: verdana, arial, sans-serif;
	position: absolute;
	bottom : 200px;
	left : 10px;
	color: #000;
	background-color: #ddd;
}

#mentions a 
{
	text-decoration: none;
	color: #222;
}

#mentions a:hover
{
	text-decoration: underline;
}

.celdainformacion
{
	/*background:#4c9fa7;*/
	background: #CD3322;
	background: #a71f1f;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding-left: 8px;
	padding-bottom: 4px;
	padding-top: 3px;
}

.celdainformacion a
{
	color: #fff;
}