@charset "utf-8";
/* CSS Document */

/********** COMUN ************/

.textoAzul{ color:#00a5d5;}
.textoVerde{ color:#00822d;}
.textoRojo{ color:#ec2e38;}
.textoMagenta{ color:#d5006e;}

/******** PAGINADOR CH ***********/


#CHpaginador .previous {
	margin-right:8px;
}
#CHpaginador .next {
	margin-left:8px;
}
.paginadorCH {
	background:#e3e2e2;
	color:#000;
	font-weight:normal;
	font-size:11px;

	height:18px;
	padding:4px 10px 0 10px;
}
.next_prev_paginador {
	float:right;
	widht:inherit;
}
.showing {
	float:left;
	width:inherit;
}
#CHpaginador {
	border-top:solid 1px #b2b2b2;
	border-bottom:solid 1px #b2b2b2;
/*	margin-bottom:12px;*/
	padding:3px 0;

}

#CHpaginador span a{
	text-decoration:none;
}


#CHpaginador span a:hover{
	text-decoration:underline;
}


/************BTN GREY ROUND***********************/

.btn_grey_round_center {
	background:#e3e2e2;
	color:#000;
	height:19px;
	padding:3px 20px 0 20px;
	float:left;
}
.btn_grey_round_L {
	background: url(imagenes/comun/btn_grey_round_L.gif) no-repeat;
	width:9px;
	height:22px;
	float:left;
}
.btn_grey_round_R {
	background: url(imagenes/comun/btn_grey_round_R.gif) no-repeat;
	width:9px;
	height:22px;
	float:left;
}

/************************************************************/



















