.menu-miweb {
height:32px;
width:900px;
background:url(../images/blockdefault.gif) center center repeat-x;
position:relative; 
	font-family: verdana,sans-serif;
	font-size: 11px;
	color: #292929;

border-bottom: 1px solid #FFFFFE;
}

.menu-miweb .select {
margin: 0; 
padding: 0; 
list-style:none; 
white-space:nowrap;

}

.menu-miweb li {
float:left;
margin: 0px 0px 0px 0px;
background:transparent;
}

.menu-miweb li.lrt {
float:right;
margin: 0px 0px 0px 0px;
background:transparent;
}

.menu-miweb .select a {
display:block; 
height:32px; 
float:left; 

padding:0 15px 0 15px; /* lateral activo */
text-decoration:none; 
line-height:33px; 
white-space:nowrap; 
color:#cccccc;
}


.menu-miweb .select li.lrt a { 
color:#fffffe; /* menu derecho */
border-left: 1px solid #FFFFFE;
}


.menu-miweb .select a b {
display:block;
padding:0 30px 0 15px; 

}



.menu-miweb .select a:hover, 
.menu-miweb .select li:hover a {
background: #000000 url(../images/blockactive.gif) center center repeat-x; /* botonera izquierda */
padding:0 15px 0 15px; /* mantiene colocacion hover */
cursor:pointer; 

}

.menu-miweb .select li.lrt a:hover, 
.menu-miweb .select li.lrt:hover a {
background: url(../images/blockactive.gif) center center repeat-x; /* botonera derecha */
}




.borded{
border-right: 1px solid #FFFFFE;
}
