#menu {
	margin:55px auto;
	width:400px;
	padding:0px 0px 0px 0px;
}
ul{
	list-style-type:none; /*con esto quitamos las viņetas*/
	margin:0; /*le quitamos el margen a la lista*/ 
	padding:0; /*y el relleno*/
}
#nav{
	list-style-type:none; /*con esto quitamos las viņetas*/
	margin:0; /*le quitamos el margen a la lista*/ 
	padding:0; /*y el relleno*/
}
#nav li {
	font-size:10px;
	border-bottom: 1px solid #999999;
	float:left;
	margin-right:5px;
	list-style-type:none; /*con esto quitamos las viņetas*/
}
#nav li a {
	display:block;
	text-decoration:none;
	text-align:center;
	font-size:10px;
	color:#666666;
	border-bottom: 1px solid #999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#nav li a:hover {
	font-size:10px;
	color:#00CC00;
	border-bottom: 1px solid #FFFFFF;
}
/*Segundo menu*/
.solidblockmenu{
	margin: 0 0 12px 0;
	padding: 0;
	float: left;
	font: bold 10px Arial;
	width: 100%;
	border: 1px solid #625e00;
	background: url(../imagenes/menu/blockdefault_is.gif) center center repeat-x;;
}

.solidblockmenu li{
	display: inline;
}

.solidblockmenu li a{
	float: left;
	color: white;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
}

.solidblockmenu li a:visited{
	color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: white;
	background: transparent url(../imagenes/menu/blockactive_is.gif) center center repeat-x;;
}

p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
	padding-top: 1em;
}

.tabcontainer{
	clear: left;
	width:100%; /*width of 2nd level sub menus*/
	height:13px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	font-size:9px;
	color:#003366;
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
	margin-top: -1em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
	margin-top: -1em;
}

.tabcontent{
	display:none;
	color:#003399;
}
.tabcontent li{
	display: inline;
}

.tabcontent li a{
	float: left;
	color: #0066CC;
	padding:0px 0px 0px 4px;
}

.tabcontent li a:visited{
	color: #006699;
}

.tabcontent li a:hover{
	color: #CC3300;
}