#cmb{
	position:relative; 
	width:230px; 
	margin:0 auto; 
	text-align:justify; 
	color:#fff;
	float:left;
	}
select.select{
	position: relative;
	z-index: 10;
	width:230px !important;
	height: 28px !important;
	}
span.select{
	position:absolute;
	float:left;
	left:0;
	font-size:12px;
	width:230px;
	height:28px;
	line-height:28px;
	text-indent:10px;
	background:url('../images/Tarifas/select.png') no-repeat 0 0;
	cursor:default;
	z-index:1;
	}
options{font-size:12px; padding:2px; color:#000;}



a{ text-decoration:none }
a:focus{ outline:0px; }

#top{
	background:url(../images/head.jpg) repeat-x;
	height:43px;
	width:100%;
	text-align:center;
	color:#B2B1B1;
	padding-top:8px
}
#top a{
	color:#FFF;
	font-weight:bold
}
#top a:hover{
	text-decoration:underline
}

/* CSS DEMO */
#content{
	padding:20px 0 0 10px
}
#content .filtro{
	overflow:hidden;
	padding-bottom:15px
}
#content .filtro select{
	width:100px
}
#content .filtro ul{
	list-style:none;
	padding:0
}
#content .filtro li{
	float:left;
	display:block;
	margin:0 5px
}
#content .filtro li a, #content .filtro li a:visited{
	color:#0082AA;
	position:relative;
	top:5px;
	text-decoration:none
}
.filtro li a:hover{color:#CD5243; text-decoration:underline;}
#content .filtro li label{
	float:left;
	padding:4px 5px 0 0
}
#content table{
	border-collapse:collapse;
	width:920px;
}
#content table thead{
	background:#c1c1c1; 
	color:#0082AA; 
	text-align:center; 
	font-weight:normal; 
	font-size:16px;
	border-radius:12px;
	}

#content table th{
	border:1px solid #999;
	padding:8px;
	background:#F8F8F8
}
#content table th span{
	cursor:pointer;
	padding-right:12px
}
#content table th span.asc{
	background:url(../images/sorta.gif) no-repeat right center;
}
#content table th span.desc{
	background:url(../images/sortd.gif) no-repeat right center;
}
#content table td{
	border:1px solid #999;
	padding:6px
}

#btnfiltrar{
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/Tarifas/bntFiltrar.png) no-repeat;
	border:0;
	width:80px;
	height:28px;
	font-weight:600;
	color:#fff;
	font-size:12px;
	cursor:pointer;
	letter-spacing:1px;
	}
#btnfiltrar:hover{color:#000;}