@charset "utf-8";
/* CSS Document */

#menu_sup{
	margin: 0;
	float: left;
	width:984px;
	height: 36px;
	background: url('../imagenes/generales/barra-menu-superior.png') #f2f2f2;
	display: inline;
}

#menu_sup ul, li {
	list-style-type: none;
	float: left;	
	margin: 0;
	padding: 0;
}

#menu_sup a {
	margin: 0 1px 0 0;
	font-size: 0.9em;
	text-decoration: none;
	font-weight:bold;
	color: #333333;
	display: block;
	width: 181px;
	padding: 9px 3px;
	text-align: center;
	outline:0;
}

#menu_sup a:hover {
	background-color: #333333;
	color: #FFFFFF;
	border: none;
}

#banderas{
	float: left;
	width: 211px;
	margin: 11px 0 0 21px;
	display: inline;
}

div.opacity_div{
	position: absolute; 
	text-align: center;
	left: 0px; 
	top: 0px;
	bottom: 0px;
	width: 100%;
	z-index:9999; 
	background:#000000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
    filter:alpha(opacity=30); /* IE +*/
    -moz-opacity: 0.5; /* Mozilla 1.6 и ниже */
    -khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.4; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}