/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/

*{
	margin:0;
	padding:0;
}
body{
	background:#fff;
	color:#666;	
	font:12px/18px Tahoma, Arial, Helvetica, sans-serif;	
}
	#menu{
	}
		#menu ul{
			list-style:none;
		}
			#menu li{
				list-style:none;
				display:block;
				float:left;
				height:33px;
				line-height:33px;
				margin:0 1px;
			}
				#menu li a{
					display:block;
					float:left;
					color:#dedede;
					font-size:11px;
					font-weight:bold;
					line-height:33px;
					text-decoration:none;
					padding:0 10px;
					background:#e7eff1 url(images/menu_039_bg.gif) repeat-x;
				}
					#menu li a:hover{
						color:#fff;
						background:#da6800 url(images/menu_039_h.gif) repeat-x left;
					}
				#menu li a.current{
					display:block;
					float:left;
					color:#fff;
					background:#da6800 url(images/menu_039_h.gif) repeat-x left;
					font-size:11px;
					font-weight:bold;
					line-height:33px;
					text-decoration:none;
					padding:0 45px;	
				}
					#menu li a:hover.current{
						color:#fff;
					}

#menuh {
        font: 120% "Trebuchet MS", Arial, Helvetica, sans-serif;
        margin-top: 2px;
		margin-left: 90px;
}

#menuh ul, li {
        list-style-type: none;
}

#menuh ul {
        margin: 0;
        padding: 0;
}

#menuh li {
        float: left;
}

#menuh a {
        text-decoration: none;
        color: #e6e6e6;
        background: #F47A00;
        display: block;
        padding: 3px 10px;
        text-align: center;
        border: 1px double #e6e6e6;
        border-width: 1px 1px 1px 0;
}


#menuh a#primero {
        border-left: 1px solid #e6e6e6;
}

#menuh a:hover {
        background: #d6d6d6;
		color:#000;
}

#menuv {
        border: 1px solid #d6d6d6;
        border-width: 1px 1px 0 1px;
        width: 100px;
        font: 120% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#menuc {
        
        width: 220px;
		height:auto;
        font: 170% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#menuv ul, li {
        list-style-type: none;
}

#menuv ul {
        margin: 0;
        padding: 0;
}

#menuv li {
        border-bottom: 1px solid #d6d6d6;
}

#menuv a {
        text-decoration: none;
        color: #000;
		background-image:url(../imagenes/Images/bkcgroundmenuhistoria.png);
		background-repeat:repeat-x;
        display: block;
        padding: 3px 6px;
        width: 100px;
}

#menuv a:hover {
      background-image:url(../imagenes/Images/bkcgroundmenuhistoria2.png);
		background-repeat:repeat-x;
}