@charset "utf-8";
/* CSS Document */
body{padding:0; margin:0; font-family:Helvetica,Arial, sans-serif; color:#666; font-size:13px}
#Consultas{width:26%; margin:0 2% 0 0; float:left; background:url(Images/Busquedas.png)right center no-repeat; padding:5px 40px 0 0; text-align:right; font-size:11px; font-weight:normal; color:#999}
#Usuarios{width:26%; margin:0 2% 0 0; float:left; background:url(Images/Usuarios.png) right center no-repeat; padding:5px 40px 0 0; text-align:right; font-size:11px; font-weight:normal; color:#999}
#Multasenviadas{width:26%; margin:0 0 0 0; float:left; background:url(Images/AvisoEnviados.png) right center no-repeat; padding:5px 40px 0 0; text-align:right; font-size:11px; font-weight:normal; color:#999}
#Consultas span, #Usuarios span, #Multasenviadas span{font-size:16px; font-weight:bold}
@media only screen and (min-width: 600px) and (max-width: 766px) {
	#Consultas{width:30%; margin:0 auto 15px auto; float:none; background:url(Images/Busquedas.png)right center no-repeat; padding:5px 40px 0 0; text-align:right; font-size:11px; font-weight:normal; color:#999}
#Usuarios{width:30%; margin:0 auto 15px auto; float:none; background:url(Images/Usuarios.png) right center no-repeat; padding:5px 40px 0 0; text-align:right; font-size:11px; font-weight:normal; color:#999}
#Multasenviadas{width:30%; margin:0 auto 15px auto; float:none; background:url(Images/AvisoEnviados.png) right center no-repeat; padding:5px 40px 0 0; text-align:right; font-size:11px; font-weight:normal; color:#999}
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
	
#Consultas{width:42%; margin:0 auto 15px auto; float:none; background:url(Images/Busquedas.png)right center no-repeat; padding:5px 40px 0 0; text-align:right; font-size:11px; font-weight:normal; color:#999}
#Usuarios{width:42%; margin:0 auto 15px auto; float:none; background:url(Images/Usuarios.png) right center no-repeat; padding:5px 40px 0 0; text-align:right; font-size:11px; font-weight:normal; color:#999}
#Multasenviadas{width:42%; margin:0 auto 15px auto; float:none; background:url(Images/AvisoEnviados.png) right center no-repeat; padding:5px 40px 0 0; text-align:right; font-size:11px; font-weight:normal; color:#999}
	}
	
@media only screen and (min-width: 240px) and (max-width: 479px) {
	#Consultas{width:50%; margin:0 auto 15px auto; float:none; background:url(Images/Busquedas.png)right center no-repeat; padding:5px 40px 0 0; text-align:right; font-size:11px; font-weight:normal; color:#999}
#Usuarios{width:50%; margin:0 auto 15px auto; float:none; background:url(Images/Usuarios.png) right center no-repeat; padding:5px 40px 0 0; text-align:right; font-size:11px; font-weight:normal; color:#999}
#Multasenviadas{width:50%; margin:0 auto 15px auto; float:none; background:url(Images/AvisoEnviados.png) right center no-repeat; padding:5px 40px 0 0; text-align:right; font-size:11px; font-weight:normal; color:#999}
	
	}

