/* CSS Document */

* {
	margin:auto;
	padding: 0px;
	outline: 0px;
}

#menu{
    text-align: left;
    width: 960px;
    height: 45px;
    color: #ffffff;
    margin: auto
}

#menu1 { 
	text-align: center;
/*	font-size: 0.7em; */
	width: 960px;
    height: 45px;
/*	margin: 20px auto; */
	margin: auto;
}
#menu1 ul {
	list-style-type: none;
    height: 45px
}

#menu1 ul li.nivel1 {
	float: left;
	width: 192px;
	margin: auto;
/*	margin-right: 2px; */
    background: url(../img/estructura/btn_menu_off.png) no-repeat
}

#menu1 ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
    height: 45px;
	width:192px;
	font-weight: bold;
	font-size:14px;
	position: relative;
    padding-top: 15px;
    margin-bottom: -15px;
	background: url(../img/estructura/btn_menu_off.png) no-repeat
}

#menu1 ul li:hover {
	position: relative;
}

#menu1 ul li a:hover, #menu1 ul li:hover a.nivel1 {
/*	background-color: #6CC;*/
	color: #ff9f23;
	position: relative;
}

#menu1 ul li a.nivel1 {
	display: block!important;
	display: none;
	position: relative;
}

#menu1 ul li ul {
	display: none;
}

#menu1 ul li a:hover ul, #menu1 ul li:hover ul {
	display: block;
	position: absolute;
	left: 0px;
}

#menu1 ul li ul li a {
	width: 192px;
    height: 30px;

  	display: block;
	text-decoration: none;
	color: #fff;
    height: 30px;
	width:192px;
	font-weight: bold;
	font-size:12px;
	position: relative;
    padding-top: 10px;
    margin-bottom: -10px;
	background: url(../img/estructura/btn_menu_2_off.png) no-repeat
/*	padding: 6px 0px 8px 0px; */
/*	border-top-color: #000;*/
}

#menu1 ul li ul li a:hover {
/*	border-top-color: #000;*/
	position: relative;
}

table.falsa {
	border-collapse:collapse;
	border:0px;
	float: left;
	position: relative;
}

