#menux {
	list-style:none;
	width:900px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#menux li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	list-style-type: none;
	margin: auto 5px auto 0px;
	top: 10px;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
	padding: 5px 10px;
	z-index: 998;
	
}

#menux li:hover { border: 1px solid #29292b; background: #525254 url(../images/menu-hover.html) repeat-x top; /* Rounded corners */ -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; color: #CCC; padding: 4px 9px; }

#menux li a { color: #b1b1b3; display:block; outline:0; text-decoration:none; text-shadow: 1px 1px 1px #000; font-weight: normal; padding: 3px 10px; }

#menux li:hover a { color:#fff; text-shadow: 1px 1px 1px #000; }
#menux li .drop { background: no-repeat right center; padding-right: 0px; }
#menux li:hover .drop { }

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns { margin:0px auto; float:left; position:absolute; left:-999em; /* Hides the drop down */ text-align:left; padding:10px 0px; border:1px solid #29292b; border-top:none; /* Gradient background */ background: #525254; /* Rounded Corners */ -moz-border-radius: 0px 5px 5px 5px; -webkit-border-radius: 0px 5px 5px 5px; border-radius: 0px 5px 5px 5px; z-index: 999; }

.dropdown_1column {width: 210px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}

#menux li:hover .dropdown_1column, 
#menux li:hover .dropdown_2columns, 
#menux li:hover .dropdown_3columns,
#menux li:hover .dropdown_4columns,
#menux li:hover .dropdown_5columns { left:-1px; top:26px; 
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

#menux .menu_right {
	float:right;
	margin-right:0px;
}
#menux li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menux li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menux p, #menux h2, #menux h3, #menux ul li { text-align:left; text-shadow: 1px 1px 1px #FFFFFF; font: 13px Arial, Helvetica, sans-serif; }
#menux h2 {
	color:#ccc;
	font-size:21px;
	font-weight: bold;
	letter-spacing:-0.06em;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #ccc;
}
#menux h3 { color:#666; font-size:14px; margin:7px 0 14px 0; padding-bottom:7px; border-bottom:1px solid #ccc; }
#menux p {
	color:#666;
	line-height:18px;
	margin:0 0 10px 0;
}

#menux li:hover div a { font-size:13px; color:#bbb; text-shadow: 0px 0px 0px 1px #000; margin-right: auto; margin-left: auto; }
#menux li:hover div a:hover { color:#FFF; background: #47474a; border-top: 1px solid #555; /* Rounded Corners */ -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;}


.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

#menux li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#menux li ul {
	list-style:none;
	padding:0;
	margin:0 0 5px 0;
}
#menux li ul li { font-size:12px; line-height:24px; position:relative; text-shadow: 1px 1px 1px #ffffff; padding:0; margin:0; float:none; text-align:left; width:100%; }
#menux li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
	
}

#menux li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menux li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

.menux { background: url(../images/menu-fondo.png) no-repeat center top; width: 1000px; height: 50px; padding-bottom:10px;}
.menu-search { float: right; width: 192px; background: url(../images/search-fondo.png); height: 25px; margin: 6px; padding: 5px; }
.menu-search-input { float: left; width: 155px; background: transparent; height: 25px; color: #666; margin: 0px 0px 0px 5px; padding: 0px; border-width: 0px; }
.menu-search-btn {
	float: right;
	margin-right: 0px;
}


/* BUSQUEDA RESULTADOS */
.search-res-caja { padding: 5px; }
.search-res-mod { border-bottom: 1px dotted #eee; padding: 5px 5px 15px; }
.search-res-mod:hover { border-bottom: 1px dotted #eee; padding: 5px 5px 15px; background: #FEFEFE; }
.search-res-titulo a { color: #09C; font-size: 16px; display: block; text-decoration: underline; padding-bottom: 3px; }
.search-res-titulo a:hover { color: #0CF; }
.search-res-txt { font-size: 13px; display: block; padding-bottom: 3px; }
.search-res-tags a { color: #333; text-decoration: none; font-size: 11px; }
.search-res-tags a:hover { color: #09C; text-decoration: underline; }
