/* CSS Document */

.menu1 .select  .rt li {float:right; }

.menu1 .select .sub1 {
	height:28px;
	display:block;
	position:absolute;
	float:left;
	width:870px;
	top:-28px;
	left:105px;
	text-align:center;
	/**coloca el menú desplegable**/
	margin-left: 35px;	
}

* html.menu1 .select .sub1{left:100px;}

.menu1 .select .sub1 li a {
	display:block;
	height:28px;
	line-height:28px;
	float:left;
	padding:0 16px;
	margin:0;
	background:transparent;
	white-space:nowrap; 
	font-size:13px;
	font-weight: normal;	
	background-image: url(../images/tr_gris.png);
	background-repeat: repeat;
	color: #ffffff;
	font-weight: bold;
	/*width: auto;*/
	}
	
* html .select .sub1 li a{background-image: none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/tr_gris.png");filter:alpha(opacity=80);background-color:#000000;}
