﻿@charset "utf-8";
/* CSS Document */
ul, li{list-style: none; margin: 0; padding: 0; border: none;}
#lista_numeros ul {list-style: none;}
#lista_numeros li {list-style: decimal outside;}

#nav { position: relative;	width: 132px;	width: expression('132px');}
#nav li a {		display: 		block;
				padding: 		2px 2px;
				color: 			#000000;
				text-decoration: none;
				width: 			100%;
				font-family: 	'Arial', sans-serif;
				font-weight: 	900;
				border-left: 	1px solid #0033CC;
				border-right: 	1px solid #0033CC;
				border-bottom: 	1px solid #0033CC;
				border-top: 	1px solid #0033CC;
				text-align: 	center;
				margin-top: 	1px;
}		
#nav li a:hover {display: block;	background-color: #0033CC;	color:#FFFFFF;}

#men { position: relative;	width: 128px; width: expression('128px');}
#men li a {		display: 		block;
				padding: 		1px 1px;
				color: 			white;
				background-color: black;
				width: 			100%;
				font-family: 	'Arial', sans-serif;
				font-weight: 	bold;
				border-left: 	1px solid black;
				border-right: 	1px solid black;
				border-bottom: 	1px solid black;
				border-top: 	1px solid black;
				text-align: 	center;
				margin-top: 	0px;
				font-variant: 	normal;
				font-size: 		14px;
				line-height: 	30px;
				vertical-align: middle;}
#men li a:hover {display: block;	background-color:black;		color:red;}

#now {position: relative; 	width: 132px;	width: expression('132px');}
#now li {		background-color:#D9001D;
				padding: 		2px 2px;
				border-left: 	1px solid #D9001D;
				border-right: 	1px solid #D9001D;
				border-bottom: 	1px solid #D9001D;
				border-top: 	1px solid #D9001D;
				text-align: 	center;
				margin-top: 	1px;}
#now li a {		font-family: 	'Arial', sans-serif;
				border-left: 	1px solid #D9001D;
				border-right: 	1px solid #D9001D;
				border-bottom: 	1px solid #D9001D;
				border-top: 	1px solid #D9001D;
				font-weight: 	900;
				color:			#FFFFFF;
				width: 			100%;}
				
/* bugs del explored */
html>body #nav li a {
		width: auto;
		}
html>body #now li a {
		width: auto;
		}


