/* CSS Document */
/* botonera */
.b_botonera{
	clear:both;
	float:none;
	margin-left: 0px;
	margin-top: 0px;
}

.b_botonera span{
	float:left;
	color:#000000;
}
.b_botonera a,.b_botonera b{
	display:block;
	text-decoration:none;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 4px;
	margin-top: 0px;
	width: 170px;
	line-height: 13px;
	padding-top: 5px;
}

.b_botonera b{
	color:#0088D6;
	font-family: "Trebuchet MS", Georgia, Arial;
	font-size: 11px;
	font-weight: normal;
	border-bottom-color: #f5f5f5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-image: url(../_img/flecha2.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	text-transform: uppercase;
	padding-left: 18px;
	background-color: #e9e9e9;
}

.b_botonera a{
	color:#009ff9;
	font-family: "Trebuchet MS", Georgia, Arial;
	font-size: 11px;
	font-weight: normal;
	border-bottom-color: #f5f5f5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-image: url(../_img/flecha1.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	text-transform: uppercase;
	padding-left: 18px;
	background-color: #e9e9e9;
}
.b_botonera   a:hover   {
	color:#0088D6;
	font-family: "Trebuchet MS", Georgia, Arial;
	font-size: 11px;
	font-weight: normal;
	border-bottom-color: #f5f5f5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-image: url(../_img/flecha2.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	text-transform: uppercase;
	padding-left: 18px;
	background-color: #E0E0E0;
}

/* pager */
.b_pager{
	clear:both;
	float:right;
	width:650px;
}
.b_pager span{
	float:right;
	color:#999999;
}
.b_pager a,.b_pager b{
	display:block;
	float:left;
	line-height:30px;
	text-decoration:none;
	width:97px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	margin-bottom: 5px;
	border-right: 1px solid #DDDDDD;
}
.b_pager b{
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../_img/fondo_botonera_3.jpg);
}
.b_pager a{
	color:#6C6C6C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.b_pager a:hover{
	color:#31435B;
	background-image: url(../_img/fondo_botonera_2.jpg);
}
/**/
.b_pager_2{
	clear:both;
	float:right;	/*width:650px;*/
}
.b_pager_2 span{
	float:right;
	color:#999999;
}
.b_pager_2 a,.b_pager_2 b{
	display:block;
	float:left;
	line-height:16px;
	text-decoration:none;
	width:12px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
	margin-bottom: 5px;
	border-right: 1px solid #DDDDDD;
	background:#ECF9FF;
	border-bottom:#999999;
}
.b_pager_2 b{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	/*background-image: url(../_img/fondo_botonera_3.jpg);*/
	background-color: #CC3300;
	border-color: #872100;
	border-style: solid;
	border-width: 1px;
	margin: 1px;
}
.b_pager_2 a{
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	margin: 1px;
}
.b_pager_2 a:hover{
	color:#CC6633;
	background-color: #FFBE81;
	border-color: #FF6633;
}

