/*  ///////////////////// */
/*  C          - S        */
/*  Componente - Selector */
/*  --------------------- */
/*  Revisión 08/04/2011   */

.C-S-contenedor-gral {
	position: relative;
	display:block;
	float: right;
	/* --- */
	text-align: right;
}
.C-S-bot-activo {
	position:relative;
	display:block;
	float:left;
	/* --- */
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #efefef;
	height: 18px;
	padding: 2px 5px 0px 5px;
	margin-left: 5px;
}
a.C-S-bot-activo:hover {
	/* --- */
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
}
.C-S-bot-inactivo {
	position:relative;
	display:block;
	float:left;
	/* --- */
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #efefef;
	height: 18px;
	padding: 2px 5px 0px 5px;
	margin-left: 5px;
	cursor: auto;
}
.C-S-bot-actual {
	position:relative;
	display:block;
	float:left;
	/* --- */
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #336699;
	height: 18px;
	padding: 2px 5px 0px 5px;
	margin-left: 5px;
}
.C-S-bot-mas-paginas {
	position:relative;
	display:block;
	float:left;
	/* --- */
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	height: 18px;
	padding: 2px 5px 0px 5px;
	background-color: #efefef;
}
