/* BOTONES E ICONOS GENERALES */
.boton {
	margin:2px;
	width:48px;
	float:left;	
	height:32px;
	background:url(/img/3619-iconos-fichas-pimpweb.png);
	background-repeat:no-repeat; 	
	zoom: 1; filter: alpha(opacity = 30); 	opacity: 0.3;
}

.unBoton {
	margin:2px;
	float:left;	
	width:48px;
	height:32px;
	background:url(/img/3619-iconos-fichas-pimpweb.png);
	background-repeat:no-repeat; 
	font-size: 0; 
	display:block; 
	line-height: 0;	
	zoom: 1; filter: alpha(opacity = 30); 	opacity: 0.3;
}
.unBoton a { display:block; text-indent:-9000%; width:100%; height:100%; }

.unBoton2:hover {
	zoom: 1; filter: alpha(opacity = 80); 	opacity: 0.8;
}
/* botones
01 anterior
02 siguiente
03 aviso
04 baja
05 radio
06 buscar
07 plegar menu
08 checkbox
09 compartir
10 descargar
11 desplegar menú
12 doc adjunto
13 eliminar
14 entrar
15 enviar por correo
16 filtrar
17 inicio
18 home
19 imprimir
20 fin
21 nuevo
22 salir
23 subir
24 usuario
25 volver
26 separador
27 información
28 boton solicitar
*/
/* posición normal */
.boton01  						{	background-position: 0px 0px; 	} 	
.boton02 						{	background-position:-48px 0px; 	}
.boton03 						{	background-position:-96px 0px; 	}
.boton04 						{	background-position:-144px 0px; }
.boton05 						{	background-position:-192px 0px; }
.boton06 						{	background-position:-240px 0px; }
.boton07 						{	background-position:-288px 0px; }
.boton08 						{	background-position:-336px 0px; }
.boton09 						{	background-position:-384px 0px; }
.boton10 						{	background-position:-361px 0px; }
.boton11 						{	background-position:-432px 0px; }
.boton12 						{	background-position:-480px 0px; }
.boton13 						{	background-position:-528px 0px; }
.boton14 						{	background-position:-576px 0px; }
.boton15 						{	background-position:-624px 0px; }
.boton16 						{	background-position:-672px 0px; }
.boton17 						{	background-position:-720px 0px; }
.boton18 						{	background-position:-768px 0px; }
.boton19 						{	background-position:-816px 0px; }
.boton20 						{	background-position:-864px 0px; }
.boton21 						{	background-position:-912px 0px; }
.boton22 						{	background-position:-960px 0px; }
.boton23 						{	background-position:-1008px 0px; }




.letraPeque {
	font-size:10px;
	color:#aaa;
	text-align:center;
}

h3:hover 			{	background-color:#eee; }
.ui-btn-text .boton		{	margin-top:-5px; }

* {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
/*	color:#000000;	*/
}

h5 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:24px;
	color:#ffffff;
}
h4 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:24px;
	color:#034CD1;
	margin:0px;
	margin-bottom:5px;
}

input.radio {
	border:1px #000 solid;
}